/device/google/crosshatch/json-c/ |
D | linkhash.c | 439 t->table = (struct lh_entry*)calloc(size, sizeof(struct lh_entry)); in lh_table_new() 440 if(!t->table) lh_abort("lh_table_new: calloc failed\n"); in lh_table_new() 444 for(i = 0; i < size; i++) t->table[i].k = LH_EMPTY; in lh_table_new() 471 free(t->table); in lh_table_resize() 472 t->table = new_t->table; in lh_table_resize() 488 free(t->table); in lh_table_free() 504 if(t->table[n].k == LH_EMPTY || t->table[n].k == LH_FREED) break; in lh_table_insert() 509 t->table[n].k = k; in lh_table_insert() 510 t->table[n].v = v; in lh_table_insert() 514 t->head = t->tail = &t->table[n]; in lh_table_insert() [all …]
|
D | linkhash.h | 135 struct lh_entry *table; member 159 #define lh_foreach(table, entry) \ argument 160 for(entry = table->head; entry; entry = entry->next) 165 #define lh_foreach_safe(table, entry, tmp) \ argument 166 for(entry = table->head; entry && ((tmp = entry->next) || 1); entry = tmp)
|
/device/google/bonito/json-c/ |
D | linkhash.c | 439 t->table = (struct lh_entry*)calloc(size, sizeof(struct lh_entry)); in lh_table_new() 440 if(!t->table) lh_abort("lh_table_new: calloc failed\n"); in lh_table_new() 444 for(i = 0; i < size; i++) t->table[i].k = LH_EMPTY; in lh_table_new() 471 free(t->table); in lh_table_resize() 472 t->table = new_t->table; in lh_table_resize() 488 free(t->table); in lh_table_free() 504 if(t->table[n].k == LH_EMPTY || t->table[n].k == LH_FREED) break; in lh_table_insert() 509 t->table[n].k = k; in lh_table_insert() 510 t->table[n].v = v; in lh_table_insert() 514 t->head = t->tail = &t->table[n]; in lh_table_insert() [all …]
|
D | linkhash.h | 135 struct lh_entry *table; member 159 #define lh_foreach(table, entry) \ argument 160 for(entry = table->head; entry; entry = entry->next) 165 #define lh_foreach_safe(table, entry, tmp) \ argument 166 for(entry = table->head; entry && ((tmp = entry->next) || 1); entry = tmp)
|
D | Doxyfile | 644 # controls whether a binary table of contents is generated (YES) or a 645 # normal table of contents (NO) in the .chm file.
|
/device/google/coral/json-c/ |
D | linkhash.c | 439 t->table = (struct lh_entry*)calloc(size, sizeof(struct lh_entry)); in lh_table_new() 440 if(!t->table) lh_abort("lh_table_new: calloc failed\n"); in lh_table_new() 444 for(i = 0; i < size; i++) t->table[i].k = LH_EMPTY; in lh_table_new() 471 free(t->table); in lh_table_resize() 472 t->table = new_t->table; in lh_table_resize() 488 free(t->table); in lh_table_free() 504 if(t->table[n].k == LH_EMPTY || t->table[n].k == LH_FREED) break; in lh_table_insert() 509 t->table[n].k = k; in lh_table_insert() 510 t->table[n].v = v; in lh_table_insert() 514 t->head = t->tail = &t->table[n]; in lh_table_insert() [all …]
|
D | linkhash.h | 135 struct lh_entry *table; member 159 #define lh_foreach(table, entry) \ argument 160 for(entry = table->head; entry; entry = entry->next) 165 #define lh_foreach_safe(table, entry, tmp) \ argument 166 for(entry = table->head; entry && ((tmp = entry->next) || 1); entry = tmp)
|
/device/google/contexthub/firmware/os/core/ |
D | syscall.c | 33 bool syscallAddTable(uint32_t path, uint32_t level, struct SyscallTable *table) in syscallAddTable() argument 53 *tabP = table; in syscallAddTable()
|
/device/linaro/poplar/installer/ |
D | README | 1 The following instructions will help you to flash partition table and 18 * Run U-Boot commands below to install partition table and bootloader.
|
/device/google/crosshatch/sdm845/kernel-headers/linux/ |
D | msm_pft.h | 59 uid_t table[0]; member
|
/device/google/crosshatch/sdm845/original-kernel-headers/linux/ |
D | msm_pft.h | 126 uid_t table[0]; /* array of UIDs */ member
|
/device/google/bonito/sdm710/kernel-headers/linux/ |
D | msm_pft.h | 59 uid_t table[0]; member
|
/device/google/bonito/sdm710/original-kernel-headers/linux/ |
D | msm_pft.h | 126 uid_t table[0]; /* array of UIDs */ member
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | README | 10 table. The dispatch table may be initialized as required by a specific application. 181 api_client_context.h - defines the client side dispatch table data 187 dispatch table 213 api_server_context.h - dispatch table the decoder functions 215 api_server_context.cpp - dispatch table initialization function 240 api_wrapper_context.h - dispatch table the wrapper functions 242 api_wrapper_context.cpp - dispatch table initialization function
|
/device/google/contexthub/firmware/os/inc/ |
D | syscall.h | 72 bool syscallAddTable(uint32_t path, uint32_t level, struct SyscallTable *table);
|
/device/linaro/poplar/installer/recovery_files/ |
D | install | 1 # partition table
|
/device/google/coral-kernel/sm8150/kernel-headers/linux/ |
D | ab-sm.h | 101 struct uapi_block_properties table[AB_SM_UAPI_NUM_BLOCK_STATES]; member
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/ |
D | ab-sm.h | 349 struct uapi_block_properties table[AB_SM_UAPI_NUM_BLOCK_STATES]; member
|
/device/generic/goldfish/sepolicy/common/ |
D | netmgr.te | 31 # Allow netmgr to run ip and modify route table to block unblock traffic
|
/device/amlogic/yukawa/bootloader/ |
D | README | 51 after reboot if partitions table need to be updated:
|
/device/google/contexthub/firmware/os/platform/stm32/lkr/ |
D | app.lkr | 33 …onoapp_postprocess unitily will process relocs and symbols and compress them to a small reloc table
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/hifi_hikey_lsp/ldscripts/ |
D | elf32xtensa.xbn | 679 /* C++ exception handlers table: */ 687 . = ALIGN(4); /* this table MUST be 4-byte aligned */
|
D | elf32xtensa.xn | 679 /* C++ exception handlers table: */ 687 . = ALIGN(4); /* this table MUST be 4-byte aligned */
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/ |
D | map_hikey.txt | 31 …l/builds/RG-2017.5-linux/hifi3_hikey960/xtensa-elf/arch/lib//libhandlers-board.a(interrupt-table.o) 1192 …l/builds/RG-2017.5-linux/hifi3_hikey960/xtensa-elf/arch/lib//libhandlers-board.a(interrupt-table.o) 1289 …l/builds/RG-2017.5-linux/hifi3_hikey960/xtensa-elf/arch/lib//libhandlers-board.a(interrupt-table.o) 1411 …l/builds/RG-2017.5-linux/hifi3_hikey960/xtensa-elf/arch/lib//libhandlers-board.a(interrupt-table.o) 1529 …l/builds/RG-2017.5-linux/hifi3_hikey960/xtensa-elf/arch/lib//libhandlers-board.a(interrupt-table.o) 1684 …l/builds/RG-2017.5-linux/hifi3_hikey960/xtensa-elf/arch/lib//libhandlers-board.a(interrupt-table.o) 1746 …l/builds/RG-2017.5-linux/hifi3_hikey960/xtensa-elf/arch/lib//libhandlers-board.a(interrupt-table.o) 1808 …l/builds/RG-2017.5-linux/hifi3_hikey960/xtensa-elf/arch/lib//libhandlers-board.a(interrupt-table.o) 1924 …l/builds/RG-2017.5-linux/hifi3_hikey960/xtensa-elf/arch/lib//libhandlers-board.a(interrupt-table.o) 2135 …l/builds/RG-2017.5-linux/hifi3_hikey960/xtensa-elf/arch/lib//libhandlers-board.a(interrupt-table.o)
|
/device/linaro/dragonboard/db845c/firmware/ |
D | adsp.b07 | 11 …P: NPA callback: SysMon DCVS unable to find frequency : %d, in core clock tablesysmon_devcfg_dr… 17 …date: SysMon DCVS unable to find current frequency vote: %d, in bus clock tablesysmon_dcvs.c:A…
|