Home
last modified time | relevance | path

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

/string/
A Dffs.c28 static const unsigned char table[] = in __ffs() local
44 return table[x >> a] + a; in __ffs()
A Dstrcoll_l.c66 const USTRING_TYPE *weights, const int32_t *table, in get_next_seq() argument
112 int32_t tmp = findidx (table, indirect, extra, &us, -1); in get_next_seq()
127 int32_t tmp = findidx (table, indirect, extra, &us, -1); in get_next_seq()
264 const int32_t *table; in STRCOLL() local
278 table = (const int32_t *) in STRCOLL()
287 assert (((uintptr_t) table) % __alignof__ (table[0]) == 0); in STRCOLL()
335 get_next_seq (&seq1, nrules, rulesets, weights, table, in STRCOLL()
337 get_next_seq (&seq2, nrules, rulesets, weights, table, in STRCOLL()
A Dstrspn.c42 unsigned char table[256]; in STRSPN() local
43 unsigned char *p = memset (table, 0, 64); in STRSPN()
A Dstrcspn.c38 unsigned char table[256]; in STRCSPN() local
39 unsigned char *p = memset (table, 0, 64); in STRCSPN()
A Dstrxfrm_l.c55 int32_t *table; member
102 int32_t tmp = findidx (l_data->table, l_data->indirect, l_data->extra, us, in find_idx()
695 l_data.table = (int32_t *) in STRXFRM()
704 assert (((uintptr_t) l_data.table) % __alignof__ (l_data.table[0]) == 0); in STRXFRM()
723 int32_t tmp = findidx (l_data.table, l_data.indirect, l_data.extra, &cur, in STRXFRM()

Completed in 9 milliseconds