Home
last modified time | relevance | path

Searched refs:tablesize (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dshim_ppapi.c142 void *table, size_t tablesize) { in __pnacl_irt_interface_wrapper() argument
157 return (*__pnacl_real_irt_interface)(interface_ident, table, tablesize); in __pnacl_irt_interface_wrapper()
169 if (sizeof *dest <= tablesize) { in __pnacl_irt_interface_wrapper()
Dshim_ppapi.h19 void *table, size_t tablesize);
/external/bison/src/
Duniqstr.c118 hash_uniqstr (void const *m, size_t tablesize) in hash_uniqstr() argument
120 return hash_string (m, tablesize); in hash_uniqstr()
Dsymtab.c611 hash_symbol (const symbol *m, size_t tablesize) in hash_symbol() argument
614 return ((uintptr_t) m->tag) % tablesize; in hash_symbol()
618 hash_semantic_type (const semantic_type *m, size_t tablesize) in hash_semantic_type() argument
621 return ((uintptr_t) m->tag) % tablesize; in hash_semantic_type()
625 hash_symbol_hasher (void const *m, size_t tablesize) in hash_symbol_hasher() argument
627 return hash_symbol (m, tablesize); in hash_symbol_hasher()
631 hash_semantic_type_hasher (void const *m, size_t tablesize) in hash_semantic_type_hasher() argument
633 return hash_semantic_type (m, tablesize); in hash_semantic_type_hasher()
Dstate.c331 state_hash (state const *s, size_t tablesize) in state_hash() argument
338 return key % tablesize; in state_hash()
342 state_hasher (void const *s, size_t tablesize) in state_hasher() argument
344 return state_hash (s, tablesize); in state_hasher()
Dmuscle-tab.c57 hash_muscle (const void *x, size_t tablesize) in hash_muscle() argument
60 return hash_string (m->key, tablesize); in hash_muscle()
/external/iproute2/netem/
Dmaketable.c135 inverttable(int *table, int inversesize, int tablesize, int cumulative) in inverttable() argument
145 for (i=0; i < tablesize; ++i) { in inverttable()
/external/chromium_org/third_party/sqlite/src/tool/
Dlemon.c306 int tablesize; /* Size of the parse tables */ member
1532 lem.nstate, lem.tablesize, lem.nconflict); in main()