/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
shim_ppapi.h | 19 void *table, size_t tablesize);
|
shim_ppapi.c | 142 void *table, size_t tablesize) { 157 return (*__pnacl_real_irt_interface)(interface_ident, table, tablesize); 169 if (sizeof *dest <= tablesize) {
|
/external/bison/src/ |
uniqstr.c | 119 hash_uniqstr (void const *m, size_t tablesize) 121 return hash_string (m, tablesize);
|
symtab.c | 611 hash_symbol (const symbol *m, size_t tablesize) 614 return ((uintptr_t) m->tag) % tablesize; 618 hash_semantic_type (const semantic_type *m, size_t tablesize) 621 return ((uintptr_t) m->tag) % tablesize; 625 hash_symbol_hasher (void const *m, size_t tablesize) 627 return hash_symbol (m, tablesize); 631 hash_semantic_type_hasher (void const *m, size_t tablesize) 633 return hash_semantic_type (m, tablesize);
|
state.c | 331 state_hash (state const *s, size_t tablesize) 338 return key % tablesize; 342 state_hasher (void const *s, size_t tablesize) 344 return state_hash (s, tablesize);
|
muscle-tab.c | 57 hash_muscle (const void *x, size_t tablesize) 60 return hash_string (m->key, tablesize);
|
/bionic/libc/stdio/ |
vfprintf.c | 56 static int __grow_type_table(unsigned char **typetable, int *tablesize); 883 int tablesize; /* current size of type table */ local 893 ((nextarg >= tablesize) ? \ 894 __grow_type_table(&typetable, &tablesize) : 0, \ 935 tablesize = STATIC_ARG_TBL_SIZE; 1197 __grow_type_table(unsigned char **typetable, int *tablesize) 1200 int newsize = *tablesize * 2; 1202 if (*tablesize == STATIC_ARG_TBL_SIZE) { 1207 memcpy( *typetable, oldtable, *tablesize); 1212 memmove(new, *typetable, *tablesize); [all...] |
/external/iproute2/netem/ |
maketable.c | 78 #define TABLESIZE 16384/4 135 inverttable(int *table, int inversesize, int tablesize, int cumulative) 145 for (i=0; i < tablesize; ++i) { 228 inverse = inverttable(table, TABLESIZE, DISTTABLESIZE, total); 229 interpolatetable(inverse, TABLESIZE); 230 printtable(inverse, TABLESIZE);
|
/external/chromium_org/third_party/sqlite/src/tool/ |
lemon.c | 306 int tablesize; /* Size of the parse tables */ member in struct:lemon [all...] |
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/ |
icu4j-2.6.1.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |