Searched refs:level3_size (Results 1 – 2 of 2) sorted by relevance
59 size_t level3_size; member74 t->level3_alloc = t->level3_size = 0; in CONCAT()155 if (t->level3_size == t->level3_alloc) in CONCAT()162 i1 = t->level3_size << t->p; in CONCAT()163 i2 = (t->level3_size + 1) << t->p; in CONCAT()166 t->level2[index2] = t->level3_size++; in CONCAT()215 uint32_t reorder3[t->level3_size]; in CONCAT()221 for (j = 0; j < t->level3_size; j++) in CONCAT()237 t->level3_size = k; in CONCAT()272 + (t->level3_size << t->p) * sizeof (ELEMENT); in CONCAT()[all …]
153 size_t level3_size; member3354 t->level3_alloc = t->level3_size = 0; in wctype_table_init()3402 if (t->level3_size == t->level3_alloc) in wctype_table_add()3409 i1 = t->level3_size << t->p; in wctype_table_add()3410 i2 = (t->level3_size + 1) << t->p; in wctype_table_add()3413 t->level2[index2] = t->level3_size++; in wctype_table_add()3426 uint32_t reorder3[t->level3_size]; in add_locale_wctype_table()3432 for (j = 0; j < t->level3_size; j++) in add_locale_wctype_table()3448 t->level3_size = k; in add_locale_wctype_table()3482 + (t->level3_size << t->p) * sizeof (uint32_t); in add_locale_wctype_table()[all …]