Searched refs:offset (Results 1 – 10 of 10) sorted by relevance
/locale/ |
A D | weight.h | 94 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 D | weightwc.h | 98 size_t offset; in findidx() local 138 offset = usrc[nhere - 1] - cp[nhere - 1]; in findidx() 141 return indirect[-i + offset]; in findidx()
|
A D | lc-ctype.c | 34 #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 D | locarchive.h | 75 uint32_t offset; member
|
A D | loadarchive.c | 314 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 D | localeinfo.h | 142 int32_t offset; member
|
A D | categories.def | 82 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 D | locarchive.c | 255 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 D | ld-time.c | 41 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 D | locale.c | 708 + 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