Searched refs:htote (Results 1 – 4 of 4) sorted by relevance
327 rl.maplower[wc] = htote(wc); in dump_ctype()328 rl.mapupper[wc] = htote(wc); in dump_ctype()420 rl.runetype[wc] = htote(ctn->ctype); in dump_ctype()422 rl.maplower[wc] = htote(ctn->tolower); in dump_ctype()424 rl.mapupper[wc] = htote(ctn->toupper); in dump_ctype()430 ct[runetype_ext_nranges - 1].max = htote(wc); in dump_ctype()434 ct[runetype_ext_nranges - 1].min = htote(wc); in dump_ctype()435 ct[runetype_ext_nranges - 1].max = htote(wc); in dump_ctype()437 htote(ctn->ctype); in dump_ctype()444 lo[maplower_ext_nranges - 1].max = htote(wc); in dump_ctype()[all …]
1087 while (--n > 0 && (*s1++ = htote(*s2++)) != 0) in wsncpy()1176 collinfo.undef_pri[i] = htote(COLLATE_MAX_PRIORITY); in dump_collate()1178 collinfo.pri_count[i] = htote(nweight[i]); in dump_collate()1181 collinfo.pri_count[NUM_WT] = htote(max_wide()); in dump_collate()1182 collinfo.undef_pri[NUM_WT] = htote(COLLATE_MAX_PRIORITY); in dump_collate()1192 htote(get_weight(cc->ref[j], j)); in dump_collate()1197 htote(get_weight(pri_undefined[j], j)); in dump_collate()1204 chars[i].pri[NUM_WT] = htote(i); in dump_collate()1229 st[n].key = htote(st[n].key); in dump_collate()1231 st[n].pri[j] = htote(get_weight(sb->ref[j], in dump_collate()[all …]
80 uint32_t htote(uint32_t);
228 htote(uint32_t arg) in htote() function