Searched refs:LOCFILE_ALIGN (Results 1 – 6 of 6) sorted by relevance
87 cp += LOCFILE_ALIGN - (1 + nhere) % LOCFILE_ALIGN; in findidx()107 cp += (LOCFILE_ALIGN in findidx()108 - (1 + 2 * nhere) % LOCFILE_ALIGN); in findidx()122 cp += (LOCFILE_ALIGN in findidx()123 - (1 + 2 * nhere) % LOCFILE_ALIGN); in findidx()
94 #define LOCFILE_ALIGN sizeof (int32_t) macro95 #define LOCFILE_ALIGN_MASK (LOCFILE_ALIGN - 1)96 #define LOCFILE_ALIGN_UP(x) (((x) + LOCFILE_ALIGN - 1) \
630 align_locale_data (file, LOCFILE_ALIGN); in add_locale_uint32()642 align_locale_data (file, LOCFILE_ALIGN); in add_locale_uint32_array()
311 align_locale_data (file, LOCFILE_ALIGN); in CONCAT()
2179 i = (nrules * i) % LOCFILE_ALIGN; in collate_output()2183 while (++i < LOCFILE_ALIGN); in collate_output()
992 align_locale_data (&file, LOCFILE_ALIGN); in ctype_output()1002 align_locale_data (&file, LOCFILE_ALIGN); in ctype_output()
Completed in 22 milliseconds