Searched refs:tablesize (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | shim_ppapi.c | 142 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()
|
D | shim_ppapi.h | 19 void *table, size_t tablesize);
|
/external/bison/src/ |
D | uniqstr.c | 118 hash_uniqstr (void const *m, size_t tablesize) in hash_uniqstr() argument 120 return hash_string (m, tablesize); in hash_uniqstr()
|
D | symtab.c | 611 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()
|
D | state.c | 331 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()
|
D | muscle-tab.c | 57 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/ |
D | maketable.c | 135 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/ |
D | lemon.c | 306 int tablesize; /* Size of the parse tables */ member 1532 lem.nstate, lem.tablesize, lem.nconflict); in main()
|