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

  /bionic/libc/stdio/
vfprintf.c 56 static int __grow_type_table(unsigned char **typetable, int *tablesize);
883 int tablesize; /* current size of type table */ local
893 ((nextarg >= tablesize) ? \
894 __grow_type_table(&typetable, &tablesize) : 0, \
935 tablesize = STATIC_ARG_TBL_SIZE;
1197 __grow_type_table(unsigned char **typetable, int *tablesize)
1200 int newsize = *tablesize * 2;
1202 if (*tablesize == STATIC_ARG_TBL_SIZE) {
1207 memcpy( *typetable, oldtable, *tablesize);
1212 memmove(new, *typetable, *tablesize);
    [all...]
  /prebuilts/tools/common/m2/internal/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 41 milliseconds