Home
last modified time | relevance | path

Searched refs:tablesize (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dvfwprintf.c1601 int tablesize; /* current size of type table */ in __find_arguments() local
1610 if (nextarg >= tablesize) \ in __find_arguments()
1612 &tablesize) == -1) \ in __find_arguments()
1671 tablesize = STATIC_ARG_TBL_SIZE; in __find_arguments()
1940 __grow_type_table (int nextarg, enum typeid **typetable, int *tablesize) in __grow_type_table() argument
1943 const int oldsize = *tablesize; in __grow_type_table()
1964 *tablesize = newsize; in __grow_type_table()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c5753 size_t tablesize) in conv_confname() argument
5763 size_t hi = tablesize; in conv_confname()
6660 setup_confname_table(struct constdef *table, size_t tablesize, in setup_confname_table() argument
6666 qsort(table, tablesize, sizeof(struct constdef), cmp_constdefs); in setup_confname_table()
6671 for (i=0; i < tablesize; ++i) { in setup_confname_table()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c7409 size_t tablesize) in conv_confname() argument
7419 size_t hi = tablesize; in conv_confname()
8315 setup_confname_table(struct constdef *table, size_t tablesize, in setup_confname_table() argument
8321 qsort(table, tablesize, sizeof(struct constdef), cmp_constdefs); in setup_confname_table()
8326 for (i=0; i < tablesize; ++i) { in setup_confname_table()