/glibc-2.36/elf/ |
D | dynamic-link.h | 85 ranges[2] = { { 0, 0, 0, 0 }, { 0, 0, 0, 0 } }; \ 91 ranges[0].start = D_PTR ((map), l_info[DT_##RELOC]); \ 92 ranges[0].size = (map)->l_info[DT_##RELOC##SZ]->d_un.d_val; \ 94 ranges[0].nrelative \ 103 if (ranges[0].start == 0) \ 104 ranges[0].start = start; \ 105 if (ranges[0].start + ranges[0].size == (start + size)) \ 106 ranges[0].size -= size; \ 108 && (ranges[0].start + ranges[0].size) == start) \ 111 ranges[0].size += size; \ [all …]
|
/glibc-2.36/locale/ |
D | loadarchive.c | 150 struct range ranges[__LC_LAST - 1]; in _nl_load_locale_from_archive() local 328 ranges[nranges].from = locrec->record[cnt].offset; in _nl_load_locale_from_archive() 329 ranges[nranges].len = locrec->record[cnt].len; in _nl_load_locale_from_archive() 330 ranges[nranges].category = cnt; in _nl_load_locale_from_archive() 331 ranges[nranges].result = NULL; in _nl_load_locale_from_archive() 336 qsort (ranges, nranges, sizeof (ranges[0]), rangecmp); in _nl_load_locale_from_archive() 352 <= ranges[cnt].from + ranges[cnt].len)) in _nl_load_locale_from_archive() 360 && mapped->from <= ranges[cnt].from in _nl_load_locale_from_archive() 361 && (ranges[cnt].from + ranges[cnt].len in _nl_load_locale_from_archive() 365 results[ranges[cnt].category].addr = ((char *) mapped->ptr in _nl_load_locale_from_archive() [all …]
|
/glibc-2.36/support/ |
D | support-open-dev-null-range.c | 65 struct range *ranges; member 73 r->ranges = xmalloc (r->total * sizeof (struct range)); in range_init() 82 r->ranges = xrealloc (r->ranges, r->total * sizeof (struct range)); in range_add() 84 r->ranges[r->used].lowfd = lowfd; in range_add() 85 r->ranges[r->used].len = len; in range_add() 94 int minfd = r->ranges[i].lowfd; in range_close() 95 int maxfd = r->ranges[i].lowfd + r->ranges[i].len; in range_close() 99 free (r->ranges); in range_close()
|
/glibc-2.36/iconv/ |
D | gconv_trans.c | 171 const uint32_t *ranges = in __gconv_transliterate() local 181 for (i = 0; i < n; ranges += 3, ++i) in __gconv_transliterate() 182 if (ranges[0] <= wc && wc <= ranges[1] in __gconv_transliterate() 183 && (wc - ranges[0]) % ranges[2] == 0) in __gconv_transliterate() 190 else if (wc < ranges[0]) in __gconv_transliterate()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.ports | 45 * README: Document use of ranges in copyright notices.
|
D | ChangeLog.localedata | 69 * charmaps/UTF-8: Use the range notation for all ranges 94 to group output by EastAsianWidth ranges. 4574 * unicode-gen/ctype_compatibility.py: Use date ranges in 10358 * charmaps/UTF-8: Expand <Hangul Syllable> and <Private Use> ranges, 10360 ranges. Add a WIDTH table.
|
/glibc-2.36/libio/ |
D | tst-widetext.input | 12 NOTE: The ranges U+D800 - U+DFFF (surrogates) and U+FFFE - U+FFFF are
|
/glibc-2.36/conform/data/ |
D | limits.h-data | 16 // The ranges for int and unsigned int are from POSIX.
|
/glibc-2.36/posix/ |
D | tst-fnmatch.input | 35 # > portability do conflict. In the POSIX locale, ranges must be treated 38 # > of character values. In other locales, ranges have unspecified behavior. 79 # that we can reorder the elements to reorder ranges without impacting 868 # handling of ranges and the recognition of character (vs bytes).
|
D | BOOST.tests | 212 ; then some ranges
|
/glibc-2.36/manual/ |
D | math.texi | 1476 series. The value ranges from @code{0} to @code{RAND_MAX}. 1528 The value returned ranges from @code{0} to @code{2147483647}.
|
D | errno.texi | 767 different file descriptors might support different ranges of parameter
|
D | intro.texi | 1481 ranges and other properties of the numerical types. There is also a simple
|
D | resource.texi | 254 its components have wider ranges. It has two fields:
|
D | arith.texi | 39 may have different ranges on different machines. The problem with 2571 number. This angle is measured in the usual fashion and ranges from
|
D | pattern.texi | 836 @c character handling present in the input string, or implied by ranges
|
/glibc-2.36/po/ |
D | lt.po | 1798 #. TRANS different file descriptors might support different ranges of parameter
|
D | hu.po | 1735 #. TRANS different file descriptors might support different ranges of parameter
|
D | el.po | 2890 #. TRANS different file descriptors might support different ranges of parameter
|
/glibc-2.36/localedata/unicode-gen/ |
D | EastAsianWidth.txt | 30 # Character ranges are specified as for other property files in the 37 # with ranges of code points, the code point count in square brackets.
|
/glibc-2.36/sysdeps/x86_64/fpu/ |
D | libmvec-hypot-inputs | 4 # Normally distributed random inputs arg1;arg2 in ranges (-1.8e+308, 1.8e+308);(-1.8e+308, 1.8e+308…
|
D | libmvec-hypotf-inputs | 4 # Normally distributed random inputs arg1;arg2 in ranges (-3.4e+38, 3.4e+38);(-3.4e+38, 3.4e+38), m…
|
D | libmvec-atan2-inputs | 4 # Normally distributed random inputs arg1;arg2 in ranges (-1.8e+308, 1.8e+308);(-1.8e+308, 1.8e+308…
|
D | libmvec-atan2f-inputs | 4 # Normally distributed random inputs arg1;arg2 in ranges (-3.4e+38, 3.4e+38);(-3.4e+38, 3.4e+38), m…
|
D | libmvec-pow-inputs | 4 # Normally distributed random inputs arg1;arg2 in ranges (0, 2.6e+02);(-1.3e+02, 1.3e+02), means = …
|