HomeSort by relevance Sort by last modified time
    Searched refs:tablesize (Results 1 - 7 of 7) sorted by null

  /external/bison/src/
uniqstr.c 104 hash_uniqstr (void const *m, size_t tablesize)
106 return hash_string (m, tablesize);
state.c 282 state_hash (state const *s, size_t tablesize)
289 return key % tablesize;
293 state_hasher (void const *s, size_t tablesize)
295 return state_hash (s, tablesize);
muscle_tab.c 56 hash_muscle (const void *x, size_t tablesize)
59 return hash_string (m->key, tablesize);
symtab.c 468 hash_symbol (const symbol *m, size_t tablesize)
471 return ((uintptr_t) m->tag) % tablesize;
475 hash_symbol_hasher (void const *m, size_t tablesize)
477 return hash_symbol (m, tablesize);
  /bionic/libc/stdio/
vfprintf.c 56 static int __grow_type_table(unsigned char **typetable, int *tablesize);
882 int tablesize; /* current size of type table */ local
892 ((nextarg >= tablesize) ? \
893 __grow_type_table(&typetable, &tablesize) : 0, \
934 tablesize = STATIC_ARG_TBL_SIZE;
1196 __grow_type_table(unsigned char **typetable, int *tablesize)
1199 int newsize = *tablesize * 2;
1201 if (*tablesize == STATIC_ARG_TBL_SIZE) {
1206 memcpy( *typetable, oldtable, *tablesize);
1211 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 2657 milliseconds