Searched defs:tablesize (Results 1 – 5 of 5) sorted by relevance
/external/bison/src/ |
D | symtab.c | 611 hash_symbol (const symbol *m, size_t tablesize) in hash_symbol() 618 hash_semantic_type (const semantic_type *m, size_t tablesize) in hash_semantic_type() 625 hash_symbol_hasher (void const *m, size_t tablesize) in hash_symbol_hasher() 631 hash_semantic_type_hasher (void const *m, size_t tablesize) in hash_semantic_type_hasher()
|
D | uniqstr.c | 118 hash_uniqstr (void const *m, size_t tablesize) in hash_uniqstr()
|
D | state.c | 331 state_hash (state const *s, size_t tablesize) in state_hash() 342 state_hasher (void const *s, size_t tablesize) in state_hasher()
|
D | muscle-tab.c | 57 hash_muscle (const void *x, size_t tablesize) in hash_muscle()
|
/external/iproute2/netem/ |
D | maketable.c | 135 inverttable(int *table, int inversesize, int tablesize, int cumulative) in inverttable()
|