Home
last modified time | relevance | path

Searched refs:table (Results 1 – 7 of 7) sorted by relevance

/locale/programs/
A Dsimple-hash.c100 hash_entry *table = (hash_entry *) htab->table; in insert_entry() local
119 hash_entry *table = (hash_entry *) htab->table; in insert_entry_2() local
129 table[idx].next = &table[idx]; in insert_entry_2()
154 insert_entry_2 (htab, table[idx].key, table[idx].keylen, in insert_entry_2()
156 lookup (htab, table[idx].key, table[idx].keylen, in insert_entry_2()
160 free (table); in insert_entry_2()
169 hash_entry *table = (hash_entry *) htab->table; in find_entry() local
183 hash_entry *table = (hash_entry *) htab->table; in set_entry() local
228 hash_entry *table = (hash_entry *) htab->table; in lookup() local
237 if (table[idx].used == hval && table[idx].keylen == keylen in lookup()
[all …]
A Dsimple-hash.h29 void *table; member
A Dld-ctype.c265 static uint32_t *find_idx (struct locale_ctype_t *ctype, uint32_t **table,
1190 find_idx (struct locale_ctype_t *ctype, uint32_t **table, size_t *max, in find_idx() argument
1196 return table == NULL ? NULL : &(*table)[idx]; in find_idx()
1225 if (table == NULL) in find_idx()
1231 return (cnt >= *act ? NULL : &(*table)[cnt]); in find_idx()
1242 *table = in find_idx()
1243 (uint32_t *) xrealloc (*table, *max * sizeof (uint32_t)); in find_idx()
1244 memset (&(*table)[old_max], '\0', in find_idx()
1251 return &(*table)[cnt]; in find_idx()
/locale/
A Dcoll-lookup.c22 __collidx_table_lookup (const char *table, uint32_t wc) in __collidx_table_lookup() argument
24 uint32_t shift1 = ((const uint32_t *) table)[0]; in __collidx_table_lookup()
26 uint32_t bound = ((const uint32_t *) table)[1]; in __collidx_table_lookup()
32 uint32_t shift2 = ((const uint32_t *) table)[2]; in __collidx_table_lookup()
33 uint32_t mask2 = ((const uint32_t *) table)[3]; in __collidx_table_lookup()
38 uint32_t mask3 = ((const uint32_t *) table)[4]; in __collidx_table_lookup()
54 uint32_t shift1 = ((const uint32_t *) table)[0]; in __collseq_table_lookup()
56 uint32_t bound = ((const uint32_t *) table)[1]; in __collseq_table_lookup()
62 uint32_t shift2 = ((const uint32_t *) table)[2]; in __collseq_table_lookup()
63 uint32_t mask2 = ((const uint32_t *) table)[3]; in __collseq_table_lookup()
[all …]
A Dcoll-lookup.h21 extern int32_t __collidx_table_lookup (const char *table, uint32_t wc)
25 extern uint32_t __collseq_table_lookup (const char *table, uint32_t wc)
A Dweightwc.h25 findidx (const int32_t *table, in findidx() argument
39 int32_t i = __collidx_table_lookup ((const char *) table, ch); in findidx()
A Dweight.h25 findidx (const int32_t *table, in findidx() argument
30 int_fast32_t i = table[*(*cpp)++]; in findidx()

Completed in 16 milliseconds