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

  /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);
  /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);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfprintf.c 92 static int __grow_type_table(unsigned char **typetable, int *tablesize);
1149 int tablesize; /* current size of type table */ local
1160 ((nextarg >= tablesize) ? \
1161 __grow_type_table(&typetable, &tablesize) : 0, \
1204 tablesize = STATIC_ARG_TBL_SIZE;
    [all...]
vfwprintf.c 89 static int __grow_type_table(unsigned char **typetable, int *tablesize);
1118 int tablesize; /* current size of type table */ local
1127 ((nextarg >= tablesize) ? \
1128 __grow_type_table(&typetable, &tablesize) : 0, \
1171 tablesize = STATIC_ARG_TBL_SIZE;
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_advsimd_Blend.S 582 #define BLEND_X(d, n) .set tablesize, d+1 ;
595 cmp w2, tablesize >> 1
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
plive.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
plive.go     [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
plive.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
plive.go     [all...]
  /prebuilts/tools/common/m2/repository/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 

Completed in 813 milliseconds