Home
last modified time | relevance | path

Searched refs:hval (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/search/
A D_hsearch_r.c138 unsigned int hval; in libc_hidden_def() local
144 hval = len; in libc_hidden_def()
148 hval <<= 4; in libc_hidden_def()
149 hval += item.key[count]; in libc_hidden_def()
153 hval %= htab->size; in libc_hidden_def()
154 if (hval == 0) in libc_hidden_def()
155 ++hval; in libc_hidden_def()
158 idx = hval; in libc_hidden_def()
165 if (htab->table[idx].used == hval in libc_hidden_def()
185 if (idx == hval) in libc_hidden_def()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dzconf.hash.c_shipped76 register int hval = len;
78 switch (hval)
81 hval += asso_values[(unsigned char)str[2]];
85 hval += asso_values[(unsigned char)str[0]];
88 return hval + asso_values[(unsigned char)str[len - 1]];

Completed in 3 milliseconds