| /netbsd-src/external/lgpl3/gmp/dist/mpz/ |
| H A D | nextprime.c | 52 unsigned long difference; in mpz_nextprime() local 97 for (difference = incr = 0; incr < INCR_LIMIT; difference += 2) in mpz_nextprime() 114 mpz_add_ui (p, p, difference); in mpz_nextprime() 115 difference = 0; in mpz_nextprime() 123 mpz_add_ui (p, p, difference); in mpz_nextprime() 124 difference = 0; in mpz_nextprime()
|
| /netbsd-src/external/bsd/libevent/dist/sample/ |
| H A D | time-test.c | 46 struct timeval newtime, difference; in timeout_cb() local 51 evutil_timersub(&newtime, &lasttime, &difference); in timeout_cb() 52 elapsed = difference.tv_sec + in timeout_cb() 53 (difference.tv_usec / 1.0e6); in timeout_cb()
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/check_cfc/ |
| H A D | check_cfc.py | 270 difference = obj_diff.compare_object_files(self._output_file_a, 272 if difference: 274 "Code difference detected with -g\n{}".format(difference)) 294 difference = obj_diff.compare_object_files(self._output_file_a, 296 if difference: 298 "Code difference detected with -S\n{}".format(difference))
|
| H A D | obj_diff.py | 62 difference = "\n".join(diff) 64 difference += "\n*** Diff truncated ***" 65 return difference
|
| /netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
| H A D | c-xstormy16.texi | 88 computes the difference between the address of labels 'here' and 89 'there', takes the lower 16 bits of this difference and adds it to 99 computes the difference between the address of labels 'here' and 100 'there', takes the upper 16 bits of this difference, shifts it down 16
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | c-xstormy16.texi | 88 computes the difference between the address of labels 'here' and 89 'there', takes the lower 16 bits of this difference and adds it to 99 computes the difference between the address of labels 'here' and 100 'there', takes the upper 16 bits of this difference, shifts it down 16
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Notes/ |
| H A D | dtruss_notes.txt | 65 a huge difference. This is an x86 server with a 867 MHz CPU. 86 Now the time difference is around 40 us, and fairly consistant. 89 This difference is find so long as we bear it in mind. Or, run DTrace 90 on faster servers where the difference is much less.
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Notes/ |
| H A D | dtruss_notes.txt | 65 a huge difference. This is an x86 server with a 867 MHz CPU. 86 Now the time difference is around 40 us, and fairly consistant. 89 This difference is find so long as we bear it in mind. Or, run DTrace 90 on faster servers where the difference is much less.
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | OPENSSL_gmtime.pod | 25 OPENSSL_gmtime_diff() calculates the difference between I<from> and I<to>. 37 OPENSSL_gmtime_diff() calculates the difference between the two I<struct tm> 38 structures I<from> and I<to>. The difference in days is placed into I<*pday>,
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | DiagnosticSerializationKinds.td | 119 "in first definition, possible difference is here">; 123 "in second definition, possible difference is here">; 129 "%q0 has different definitions in different modules; first difference is " 150 "%q0 has different definitions in different modules; first difference is " 168 "%q0 has different definitions in different modules; first difference is " 179 "%q0 has different definitions in different modules; first difference is " 325 "first difference is " 348 "first difference is " 374 "definitions in different modules; first difference is this " 389 "as a non-system module; any difference in diagnostic options will be ignored">,
|
| /netbsd-src/common/lib/libc/arch/vax/gen/ |
| H A D | urem.S | 62 jcc Ldifference # if divisor goes in once, return difference 87 movl %r0,(%r3) # if divisor goes in once, store difference
|
| /netbsd-src/external/bsd/nsd/dist/doc/ |
| H A D | differences.tex | 68 results do not match after normalization, then a list of difference 69 categories is consulted. The difference is classified as the first 70 category that matches. If a difference in answers does not match any 99 the difference statistics for two test traces. Then in 101 the difference categories are explained in more detail. 110 {\em difference} & {\em packets} & {\em \%diff} \\ 132 For each type of difference the number of packets in the trace that 133 match that difference are shown. The section where that difference 134 is analyzed is shown in parenthesis after the difference name. 136 explained by the difference category is listed. Adding up the packets [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | lcm.cc | 178 auto_sbitmap difference (n_exprs), temp_bitmap (n_exprs); in compute_earliest() local 191 bitmap_and_compl (difference, antin[succ->index], in compute_earliest() 194 bitmap_and_or (earliest[x], difference, in compute_earliest() 594 auto_sbitmap difference (n_exprs), temp_bitmap (n_exprs); in compute_farthest() local 607 bitmap_and_compl (difference, st_avout[pred->index], in compute_farthest() 610 bitmap_and_or (farthest[x], difference, in compute_farthest()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | lcm.c | 178 auto_sbitmap difference (n_exprs), temp_bitmap (n_exprs); in compute_earliest() 191 bitmap_and_compl (difference, antin[succ->index], in compute_earliest() 194 bitmap_and_or (earliest[x], difference, in compute_earliest() 594 auto_sbitmap difference (n_exprs), temp_bitmap (n_exprs); in compute_farthest() 607 bitmap_and_compl (difference, st_avout[pred->index], in compute_farthest() 610 bitmap_and_or (farthest[x], difference, in compute_farthest()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/ |
| H A D | 2001-06-20-.NET-Differences.txt | 6 One significant difference between .NET CLR and our VM is that the CLR 13 This is an important difference because I think there are some significant
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | diskhits_example.txt | 98 The difference is dramatic. This time only 29 Mb is read, leaving around 103 as indicated in the difference in the size distribution.
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | diskhits_example.txt | 98 The difference is dramatic. This time only 29 Mb is read, leaving around 103 as indicated in the difference in the size distribution.
|
| /netbsd-src/external/lgpl3/mpc/dist/ |
| H A D | TODO | 32 "When the sum of two operands with opposite signs (or the difference of two 34 difference) shall be +0 under all rounding-direction attributes except 36 (or difference) shall be -0. However, under all rounding-direction
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | llvm-locstats.rst | 49 a plot showing the difference (requires matplotlib) 105 Generate a plot as an image file showing the difference in the debug location
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | implicit.c | 368 unsigned int difference = lastslash - filename + 1; in pattern_search() local 369 if (difference > stemlen) in pattern_search() 371 stemlen -= difference; in pattern_search() 372 stem += difference; in pattern_search()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | gcov-tool.texi | 82 histogram difference: This offline tool recomputes the histogram after merging 88 summary checksum difference: Summary checksum uses a CRC32 operation. The value 95 value profile counter values difference: Some counter values for value profile 96 are runtime dependent, like heap addresses. It's normal to see some difference
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | gcov-tool.texi | 82 histogram difference: This offline tool recomputes the histogram after merging 88 summary checksum difference: Summary checksum uses a CRC32 operation. The value 95 value profile counter values difference: Some counter values for value profile 96 are runtime dependent, like heap addresses. It's normal to see some difference
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/ |
| H A D | t-linux | 6 # difference.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
| H A D | t-linux | 6 # difference.
|
| H A D | t-freebsd | 2 # difference. It is then pointless adding debugging.
|