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

  /bionic/libc/stdio/
printf_common.h 111 static int __grow_type_table(unsigned char** typetable, int* tablesize);
318 int tablesize; /* current size of type table */ local
327 ((nextarg >= tablesize) ? __grow_type_table(&typetable, &tablesize) : 0, \
383 tablesize = STATIC_ARG_TBL_SIZE;
658 static int __grow_type_table(unsigned char** typetable, int* tablesize) {
660 int new_size = *tablesize * 2;
664 if (*tablesize == STATIC_ARG_TBL_SIZE) {
669 bcopy(old_table, *typetable, *tablesize);
675 memmove(new_table, *typetable, *tablesize);
    [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 127 milliseconds