/glibc-2.36/posix/ |
D | tst-rfc3484-2.c | 124 struct sort_result results[2]; in do_test() local 127 results[0].dest_addr = &ai1; in do_test() 128 results[0].got_source_addr = true; in do_test() 129 results[0].source_addr_len = sizeof (so1); in do_test() 130 results[0].source_addr_flags = 0; in do_test() 131 results[0].prefixlen = 16; in do_test() 132 results[0].index = 0; in do_test() 133 memcpy (&results[0].source_addr, &so1, sizeof (so1)); in do_test() 136 results[1].dest_addr = &ai2; in do_test() 137 results[1].got_source_addr = true; in do_test() [all …]
|
D | tst-rfc3484-3.c | 88 static struct sort_result results[naddrs]; variable 132 results[i].dest_addr = &ais[i]; in do_test() 133 results[i].got_source_addr = true; in do_test() 134 memcpy(&results[i].source_addr, &so, sizeof (so)); in do_test() 135 results[i].source_addr_len = sizeof (so); in do_test() 136 results[i].source_addr_flags = 0; in do_test() 137 results[i].prefixlen = 8; in do_test() 138 results[i].index = 0; in do_test() 143 struct sort_result_combo combo = { .results = results, .nresults = naddrs }; in do_test() 149 … struct in_addr addr = ((struct sockaddr_in *) (results[order[i]].dest_addr->ai_addr))->sin_addr; in do_test()
|
D | tst-rfc3484.c | 89 static struct sort_result results[naddrs]; variable 124 results[i].dest_addr = &ais[i]; in do_test() 125 results[i].got_source_addr = true; in do_test() 126 memcpy(&results[i].source_addr, &so, sizeof (so)); in do_test() 127 results[i].source_addr_len = sizeof (so); in do_test() 128 results[i].source_addr_flags = 0; in do_test() 129 results[i].prefixlen = 8; in do_test() 130 results[i].index = 0; in do_test() 135 struct sort_result_combo combo = { .results = results, .nresults = naddrs }; in do_test() 141 … struct in_addr addr = ((struct sockaddr_in *) (results[order[i]].dest_addr->ai_addr))->sin_addr; in do_test()
|
/glibc-2.36/benchtests/scripts/ |
D | compare_strings.py | 53 def draw_graph(f, v, ifuncs, results): argument 65 xkeys = results.keys() 77 Y = [results[k][i] for k in xkeys] 86 def process_results(results, attrs, funcs, base_func, graph, no_diff, no_header): argument 95 for f in results['functions'].keys(): 97 v = results['functions'][f]['bench-variant'] 105 for i in results['functions'][f]['ifuncs']: 116 ifuncs = results['functions'][f]['ifuncs'] 123 base_index = results['functions'][f]['ifuncs'].index(base_func) 126 (base_func, ', '.join(results['functions'][f]['ifuncs']))) [all …]
|
/glibc-2.36/sysdeps/posix/ |
D | getaddrinfo.c | 1215 struct sort_result *results; member 1469 struct sort_result *a1 = &src->results[idx1]; in rfc3484_sort() 1470 struct sort_result *a2 = &src->results[idx2]; in rfc3484_sort() 1591 if (a1_index != -1 && src->results[i].index == a1_index) in rfc3484_sort() 1593 assert (src->results[i].native == -1 in rfc3484_sort() 1594 || src->results[i].native == a1_native); in rfc3484_sort() 1595 src->results[i].native = a1_native; in rfc3484_sort() 1597 else if (a2_index != -1 && src->results[i].index == a2_index) in rfc3484_sort() 1599 assert (src->results[i].native == -1 in rfc3484_sort() 1600 || src->results[i].native == a2_native); in rfc3484_sort() [all …]
|
/glibc-2.36/stdlib/ |
D | tst-arc4random-fork.c | 60 struct result results[runs][processes]; member 91 func (shared_data->results[run][process_index].bytes); in subprocess() 108 return memcmp (shared_data->results[left->run][left->process_index].bytes, in index_compare() 109 shared_data->results[right->run][right->process_index].bytes, in index_compare() 159 = shared_data->results[indexes[i].run] in do_test_func()
|
/glibc-2.36/locale/ |
D | loadarchive.c | 140 } results[__LC_LAST]; in _nl_load_locale_from_archive() local 318 results[cnt].addr = headmap.ptr + locrec->record[cnt].offset; in _nl_load_locale_from_archive() 319 results[cnt].len = locrec->record[cnt].len; in _nl_load_locale_from_archive() 365 results[ranges[cnt].category].addr = ((char *) mapped->ptr in _nl_load_locale_from_archive() 368 results[ranges[cnt].category].len = ranges[cnt].len; in _nl_load_locale_from_archive() 443 results[ranges[cnt].category].addr = ((char *) addr in _nl_load_locale_from_archive() 445 results[ranges[cnt].category].len = ranges[cnt].len; in _nl_load_locale_from_archive() 478 results[cnt].addr, in _nl_load_locale_from_archive() 479 results[cnt].len); in _nl_load_locale_from_archive()
|
/glibc-2.36/math/ |
D | README.libm-test | 15 the results with precomputed values and the requirements of the ISO 31 but still independent of the real floating type. The results of the 33 platform specific deltas by which the actual math function results may 34 deviate from the expected results and still be considered correct. 55 expected results. The files are generated by the 65 contains the sorted results of all the tests. You can use the "NewUlps" 155 output contains the actual and expected results and the difference
|
/glibc-2.36/ |
D | Makefile | 645 $(..)scripts/merge-test-results.sh -s $(objpfx) "" \ 648 $(..)scripts/merge-test-results.sh -t $(objpfx) subdir-tests.sum \ 653 $(..)scripts/merge-test-results.sh -t $(objpfx) subdir-xtests.sum \
|
D | Rules | 178 $(..)scripts/merge-test-results.sh -s $(objpfx) $(subdir) \ 182 $(..)scripts/merge-test-results.sh -s $(objpfx) $(subdir) \
|
D | NEWS | 38 used. To produce correct Name Error (NXDOMAIN) results, AAAA queries 211 * <math.h> functions that round their results to a narrower type, and 519 results (CVE-2021-3998) 528 [28847] locale: Empty mon_decimal_point in LC_MONETARY results in non- 1043 [26620] glob: fnmatch with collating symbols results in segmentation 1417 * The <math.h> functions that round their results to a narrower type now 1660 pointer subtraction within the allocated object, where results might 1768 [23844] nptl: pthread_rwlock_trywrlock results in hang 2144 * <math.h> functions that round their results to a narrower type are added 2204 results in a load failure now. [all …]
|
/glibc-2.36/benchtests/ |
D | README | 176 Some of the string benchmark results are now in JSON to make it easier to read 177 in scripts. Use the benchtests/compare_strings.py script to show the results
|
/glibc-2.36/iconvdata/ |
D | gconv-modules | 24 # expression matching results.
|
/glibc-2.36/manual/ |
D | ipc.texi | 29 @c at that point results in an inconsistent userspace
|
D | nss.texi | 196 values are the results of a call to a lookup function of a specific 229 @samp{merge} action, the data is combined with previous lookup results, 245 specification, the results are merged, the lookup process ends, and the 246 merged results are returned to the application. If the following service
|
D | math.texi | 1300 whose results are fully specified by reference to corresponding IEEE 1302 floating point, @theglibc{} does not aim for correctly rounded results 1305 accuracy of functions without fully specified results are as follows; 1316 and complex parts, for functions with complex results) of the 1337 For the IBM @code{long double} format, functions whose results are 1395 architectures have different results since their hardware support for 1705 initial use to obtain reproducible results. 1727 to this function yield different results (as is expected of a random 1729 first call to obtain reproducible results.
|
D | pattern.texi | 186 it fills in the structure's fields to tell you about the results. 549 set it when you append to the results. 1578 appears within another, then the results reported for the inner 1758 and it fills in the structure's fields to tell you about the results. 1941 The results of word expansion are a sequence of words. The function 1973 @code{wordexp} can store part of the results---as much as it could 2012 set it when you append to the results. 2052 and use the results to run a shell command. It also shows the use of 2126 by your own name can give different results from plain @samp{~}, if
|
D | arith.texi | 17 * Rounding:: Controlling how results are rounded. 301 Historically there was no way to tell when the results of a calculation 304 the program when the results of calculation are not trustworthy. This 694 NaN inputs and floating-point results always raise the invalid 936 ensures that results are as precise as the input data. @w{IEEE 754} 942 need for one of the others. In this mode results are rounded to the 951 All results are rounded to the smallest representable value 956 All results are rounded to the largest representable value which is less 960 All results are rounded to the largest representable value whose 2476 which results in the complex number with a real part of 3.0 and a [all …]
|
D | string.texi | 551 @code{memcpy}, this function has undefined results if the strings 560 @var{wto}. Like @code{wmemcpy}, this function has undefined results if 697 This function has undefined results if the strings overlap. 721 This function has undefined results if the strings overlap. 733 results of the various function calls. But then it is very inefficient 779 the intermediate results sums up to 5500! If we combine the copying 847 be rewritten to take advantage of already calculated results. Again: it 1169 comparisons. For more predictable results, perform an explicit 2280 @strong{Portability Note:} This function may produce different results
|
/glibc-2.36/scripts/ |
D | build-many-glibcs.py | 1166 results = self.build_state[action]['build-results'] 1171 all_regressions = {k for k in ever_passed if results[k] == 'FAIL'} 1172 all_fails = {k for k in results if results[k] == 'FAIL'}
|
/glibc-2.36/sysdeps/s390/ |
D | memcpy-z900.S | 104 # results since the length field is incremented by 1 in order to
|
/glibc-2.36/localedata/locales/ |
D | pl_PL | 170 % The results were not entirely clear on all easpects but the choices
|
/glibc-2.36/mach/ |
D | err_server.sub | 165 "(server/sunrpc) cannot decode results",
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.nptl_db | 105 * td_thr_get_info.c: Fake the results for TH->th_unique == 0.
|
/glibc-2.36/timezone/ |
D | solar87 | 12 # Rounding to the nearest five seconds results in fewer than
|