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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
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...]
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...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfwprintf.c 1601 int tablesize; \/* current size of type table *\/ local
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 122 milliseconds