Searched defs:tablesize (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/bionic/libc/stdio/ |
H A D | printf_common.h | 324 int tablesize; /* current size of type table */ in __find_arguments() local 673 static int __grow_type_table(unsigned char** typetable, int* tablesize) { in __grow_type_table()
|
/aosp_15_r20/external/erofs-utils/include/erofs/ |
H A D | hashmap.h | 52 unsigned int size, tablesize, grow_at, shrink_at; member
|
/aosp_15_r20/external/iproute2/netem/ |
H A D | maketable.c | 135 inverttable(int *table, int inversesize, int tablesize, int cumulative) in inverttable()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen8/cm/ |
H A D | cm_hal_g8.cpp | 1046 uint32_t tablesize = sizeof(genSteppingInfoTable) / sizeof(char *); in GetGenStepInfo() local
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/cm/ |
H A D | cm_hal_g11.cpp | 990 uint32_t tablesize = sizeof(cmSteppingInfoICL) / sizeof(char *); in GetGenStepInfo() local
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/cm/ |
H A D | cm_hal_g12.cpp | 1144 uint32_t tablesize = sizeof(cmSteppingInfoTGL) / sizeof(char *); in GetGenStepInfo() local
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | posixmodule.c | 7687 size_t tablesize) in conv_confname() 8593 setup_confname_table(struct constdef *table, size_t tablesize, in setup_confname_table()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | posixmodule.c | 11570 size_t tablesize) in conv_confname() 12542 setup_confname_table(struct constdef *table, size_t tablesize, in setup_confname_table()
|