Searched defs:table (Results 1 - 8 of 8) sorted by relevance

/bionic/tests/libs/
H A DAndroid.mk24 no-elf-hash-table-library_src_files := \
27 no-elf-hash-table-library_ldflags := \
30 module := no-elf-hash-table-library
/bionic/libc/kernel/uapi/linux/netfilter_bridge/
H A Debt_among.h31 int table[257]; member in struct:ebt_mac_wormhash
/bionic/libc/kernel/uapi/linux/
H A Dmap_to_7segment.h34 unsigned char table[128]; member in struct:seg7_conversion_map
36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
H A Dfib_rules.h39 __u8 table; member in struct:fib_rule_hdr
H A Domap3isp.h334 __u32 table[4][OMAP3ISP_PREV_CFA_BLK_SIZE]; member in struct:omap3isp_prev_cfa
382 __u32 table[OMAP3ISP_PREV_NF_TBL_SIZE]; member in struct:omap3isp_prev_nf
392 __u32 table[OMAP3ISP_PREV_YENH_TBL_SIZE]; member in struct:omap3isp_prev_luma
/bionic/libc/bionic/
H A Dmalloc_debug_leak.cpp109 static HashEntry* find_entry(HashTable* table, int slot, argument
111 HashEntry* entry = table->slots[slot];
H A Dmalloc_debug_common.cpp36 // (to fill allocation entry hash table, for example). So, all relevant
83 // Selector of dispatch table to use for dispatching malloc calls.
308 static void InitMalloc(void* malloc_impl_handler, MallocDebug* table, const char* prefix) { argument
312 InitMallocFunction<MallocDebugCalloc>(malloc_impl_handler, &table->calloc, prefix, "calloc");
313 InitMallocFunction<MallocDebugFree>(malloc_impl_handler, &table->free, prefix, "free");
314 InitMallocFunction<MallocDebugMallinfo>(malloc_impl_handler, &table->mallinfo, prefix, "mallinfo");
315 InitMallocFunction<MallocDebugMalloc>(malloc_impl_handler, &table->malloc, prefix, "malloc");
316 InitMallocFunction<MallocDebugMallocUsableSize>(malloc_impl_handler, &table->malloc_usable_size, prefix, "malloc_usable_size");
317 InitMallocFunction<MallocDebugMemalign>(malloc_impl_handler, &table->memalign, prefix, "memalign");
318 InitMallocFunction<MallocDebugPosixMemalign>(malloc_impl_handler, &table
[all...]
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dbootparam.h112 __u8 table[14]; member in struct:sys_desc_table

Completed in 1807 milliseconds