Home
last modified time | relevance | path

Searched refs:table (Results 1 – 25 of 30) sorted by relevance

12

/device/google/crosshatch/json-c/
Dlinkhash.c439 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 …]
Dlinkhash.h135 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/
Dlinkhash.c439 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 …]
Dlinkhash.h135 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)
DDoxyfile644 # 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/
Dlinkhash.c439 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 …]
Dlinkhash.h135 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/
Dsyscall.c33 bool syscallAddTable(uint32_t path, uint32_t level, struct SyscallTable *table) in syscallAddTable() argument
53 *tabP = table; in syscallAddTable()
/device/linaro/poplar/installer/
DREADME1 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/
Dmsm_pft.h59 uid_t table[0]; member
/device/google/crosshatch/sdm845/original-kernel-headers/linux/
Dmsm_pft.h126 uid_t table[0]; /* array of UIDs */ member
/device/google/bonito/sdm710/kernel-headers/linux/
Dmsm_pft.h59 uid_t table[0]; member
/device/google/bonito/sdm710/original-kernel-headers/linux/
Dmsm_pft.h126 uid_t table[0]; /* array of UIDs */ member
/device/generic/opengl-transport/host/commands/emugen/
DREADME10 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/
Dsyscall.h72 bool syscallAddTable(uint32_t path, uint32_t level, struct SyscallTable *table);
/device/linaro/poplar/installer/recovery_files/
Dinstall1 # partition table
/device/google/coral-kernel/sm8150/kernel-headers/linux/
Dab-sm.h101 struct uapi_block_properties table[AB_SM_UAPI_NUM_BLOCK_STATES]; member
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/
Dab-sm.h349 struct uapi_block_properties table[AB_SM_UAPI_NUM_BLOCK_STATES]; member
/device/generic/goldfish/sepolicy/common/
Dnetmgr.te31 # Allow netmgr to run ip and modify route table to block unblock traffic
/device/amlogic/yukawa/bootloader/
DREADME51 after reboot if partitions table need to be updated:
/device/google/contexthub/firmware/os/platform/stm32/lkr/
Dapp.lkr33 …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/
Delf32xtensa.xbn679 /* C++ exception handlers table: */
687 . = ALIGN(4); /* this table MUST be 4-byte aligned */
Delf32xtensa.xn679 /* C++ exception handlers table: */
687 . = ALIGN(4); /* this table MUST be 4-byte aligned */
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/
Dmap_hikey.txt31 …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/
Dadsp.b0711 …P: NPA callback: SysMon DCVS unable to find frequency : %d, in core clock table���sysmon_devcfg_dr…
17 …date: SysMon DCVS unable to find current frequency vote: %d, in bus clock table����sysmon_dcvs.c:A…

12