Home
last modified time | relevance | path

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

/glibc-2.36/locale/programs/
Dld-collate.c85 int ruleidx; member
1564 int ruleidx; in collate_finish() local
1860 ruleidx = 0; in collate_finish()
1874 sect->ruleidx = ruleidx++; in collate_finish()
1876 sect->ruleidx = osect->ruleidx; in collate_finish()
1886 assert (ruleidx <= 128); in collate_finish()
1924 return retval | ((elem->section->ruleidx & 0x7f) << 24); in output_weight()
1962 return retval | ((elem->section->ruleidx & 0x7f) << 24); in output_weightwc()
2161 if (sect->rules != NULL && sect->ruleidx == i) in collate_output()
/glibc-2.36/ChangeLog.old/
DChangeLog.112483 ruleidx is 128, not 256.