Home
last modified time | relevance | path

Searched refs:LOCFILE_ALIGN (Results 1 – 6 of 6) sorted by relevance

/locale/
A Dweight.h87 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()
A Dlocaleinfo.h94 #define LOCFILE_ALIGN sizeof (int32_t) macro
95 #define LOCFILE_ALIGN_MASK (LOCFILE_ALIGN - 1)
96 #define LOCFILE_ALIGN_UP(x) (((x) + LOCFILE_ALIGN - 1) \
/locale/programs/
A Dlocfile.c630 align_locale_data (file, LOCFILE_ALIGN); in add_locale_uint32()
642 align_locale_data (file, LOCFILE_ALIGN); in add_locale_uint32_array()
A D3level.h311 align_locale_data (file, LOCFILE_ALIGN); in CONCAT()
A Dld-collate.c2179 i = (nrules * i) % LOCFILE_ALIGN; in collate_output()
2183 while (++i < LOCFILE_ALIGN); in collate_output()
A Dld-ctype.c992 align_locale_data (&file, LOCFILE_ALIGN); in ctype_output()
1002 align_locale_data (&file, LOCFILE_ALIGN); in ctype_output()

Completed in 22 milliseconds