Searched refs:lc_map (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_hash.c61 static const unsigned char lc_map[256] = { variable
142 u.c.c1 = lc_map[u.c.c1];
143 u.c.c2 = lc_map[u.c.c2];
144 u.c.c3 = lc_map[u.c.c3];
145 u.c.c4 = lc_map[u.c.c4];
146 u.c.c1 = lc_map[u.c.c5];
147 u.c.c2 = lc_map[u.c.c6];
148 u.c.c3 = lc_map[u.c.c7];
149 u.c.c4 = lc_map[u.c.c8];
156 u.c.c7 = lc_map[(unsigne
[all...]

Completed in 56 milliseconds