Home
last modified time | relevance | path

Searched refs:offset (Results 1 – 10 of 10) sorted by relevance

/locale/
A Dweight.h94 size_t offset = 0; in findidx() local
133 offset <<= 8; in findidx()
141 offset += usrc[cnt] - cp[cnt]; in findidx()
148 return indirect[-i + offset]; in findidx()
A Dweightwc.h98 size_t offset; in findidx() local
138 offset = usrc[nhere - 1] - cp[nhere - 1]; in findidx()
141 return indirect[-i + offset]; in findidx()
A Dlc-ctype.c34 #define current(type,x,offset) \ in _nl_postload_ctype() argument
35 ((const type *) _NL_CURRENT (LC_CTYPE, _NL_CTYPE_##x) + offset) in _nl_postload_ctype()
A Dlocarchive.h75 uint32_t offset; member
A Dloadarchive.c314 if (locrec->record[cnt].offset + locrec->record[cnt].len in _nl_load_locale_from_archive()
318 results[cnt].addr = headmap.ptr + locrec->record[cnt].offset; in _nl_load_locale_from_archive()
328 ranges[nranges].from = locrec->record[cnt].offset; in _nl_load_locale_from_archive()
A Dlocaleinfo.h142 int32_t offset; member
A Dcategories.def82 DEFINE_ELEMENT (_NL_CTYPE_CLASS_OFFSET, "ctype-class-offset", std, word)
83 DEFINE_ELEMENT (_NL_CTYPE_MAP_OFFSET, "ctype-map-offset", std, word)
/locale/programs/
A Dlocarchive.c255 if (GET (la->record[cnt].offset) < start_a) in oldlocrecentcmp()
256 start_a = GET (la->record[cnt].offset); in oldlocrecentcmp()
266 if (GET (lb->record[cnt].offset) < start_b) in oldlocrecentcmp()
267 start_b = GET (lb->record[cnt].offset); in oldlocrecentcmp()
291 if (offset < ah->mmaped && offset + size <= ah->mmaped) in file_data_available_p()
1691 || (GET (locrec->record[idx].offset) in show_archive_content()
1693 || ((GET (locrec->record[idx].offset) in show_archive_content()
1726 >= GET (locrec->record[LC_ALL].offset)) in show_archive_content()
1728 <= (GET (locrec->record[LC_ALL].offset) in show_archive_content()
1737 GET (locrec->record[idx].offset), in show_archive_content()
[all …]
A Dld-time.c41 int32_t offset; member
269 time->era_entries[idx].offset = strtol (str, &endp, 10); in time_finish()
589 add_locale_uint32 (&file, time->era_entries[num].offset); in time_output()
A Dlocale.c708 + locrec->record[LC_IDENTIFICATION].offset, in write_archive_locales()
711 print_LC_CTYPE (addr + locrec->record[LC_CTYPE].offset, in write_archive_locales()

Completed in 31 milliseconds