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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfwprintf.c 89 static int __grow_type_table(unsigned char **typetable, int *tablesize);
1129 int tablesize; /* current size of type table */ local
1138 ((nextarg >= tablesize) ? \
1139 __grow_type_table(&typetable, &tablesize) : 0, \
1182 tablesize = STATIC_ARG_TBL_SIZE;
    [all...]
vfprintf.c 92 static int __grow_type_table(unsigned char **typetable, int *tablesize);
1145 int tablesize; /* current size of type table */ local
1156 ((nextarg >= tablesize) ? \
1157 __grow_type_table(&typetable, &tablesize) : 0, \
1200 tablesize = STATIC_ARG_TBL_SIZE;
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 306 int tablesize; /* Size of the parse tables */ member in struct:lemon
    [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 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 212 milliseconds