| /freebsd-12.1/contrib/libevent/sample/ |
| H A D | time-test.c | 45 struct timeval newtime, difference; in timeout_cb() local 50 evutil_timersub(&newtime, &lasttime, &difference); in timeout_cb() 51 elapsed = difference.tv_sec + in timeout_cb() 52 (difference.tv_usec / 1.0e6); in timeout_cb()
|
| /freebsd-12.1/contrib/googletest/googletest/samples/ |
| H A D | sample10_unittest.cc | 83 int difference = Water::allocated() - initially_allocated_; in OnTestEnd() local 88 EXPECT_LE(difference, 0) << "Leaked " << difference << " unit(s) of Water!"; in OnTestEnd()
|
| /freebsd-12.1/contrib/compiler-rt/lib/esan/ |
| H A D | esan_flags.inc | 43 // This controls the difference in frequency between each successive series 53 // The difference information of a struct is reported if the struct's difference 55 ESAN_FLAG(int, report_threshold, 1<<10, "Cache-frag tool: the struct difference"
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | lcm.c | 184 sbitmap difference, temp_bitmap; in compute_earliest() local 190 difference = sbitmap_alloc (n_exprs); in compute_earliest() 205 sbitmap_difference (difference, antin[succ->index], in compute_earliest() 208 sbitmap_a_and_b_or_c (earliest[x], difference, in compute_earliest() 215 sbitmap_free (difference); in compute_earliest() 564 sbitmap difference, temp_bitmap; in compute_farthest() local 570 difference = sbitmap_alloc (n_exprs); in compute_farthest() 585 sbitmap_difference (difference, st_avout[pred->index], in compute_farthest() 588 sbitmap_a_and_b_or_c (farthest[x], difference, in compute_farthest() 595 sbitmap_free (difference); in compute_farthest()
|
| H A D | tree-data-ref.c | 2138 tree conflicts_a, conflicts_b, difference; in compute_subscript_distance() local 2171 difference = chrec_fold_minus in compute_subscript_distance() 2175 SUB_DISTANCE (subscript) = difference; in compute_subscript_distance() 2353 tree difference; in analyze_ziv_subscript() local 2363 switch (TREE_CODE (difference)) in analyze_ziv_subscript() 2366 if (integer_zerop (difference)) in analyze_ziv_subscript() 2434 tree difference; in analyze_siv_subscript_cst_affine() local 2438 difference = chrec_fold_minus in analyze_siv_subscript_cst_affine() 2485 difference), in analyze_siv_subscript_cst_affine() 2563 integer_type_node, difference, in analyze_siv_subscript_cst_affine() [all …]
|
| /freebsd-12.1/tools/tools/net80211/wesside/wesside/ |
| H A D | aircrack-ptw-lib.c | 60 double difference; member 126 if (a->difference > b->difference) { in comparedoublesorthelper() 128 } else if (a->difference == b->difference) { in comparedoublesorthelper() 413 helper[i].difference = normal[i+1] - ausreisser[i+1]; in PTW_computeKey()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DiagnosticSerializationKinds.td | 118 "in first definition, possible difference is here">; 122 "in second definition, possible difference is here">; 128 "%q0 has different definitions in different modules; first difference is " 149 "%q0 has different definitions in different modules; first difference is " 167 "%q0 has different definitions in different modules; first difference is " 178 "%q0 has different definitions in different modules; first difference is " 324 "first difference is " 347 "first difference is " 373 "definitions in different modules; first difference is this " 388 "as a non-system module; any difference in diagnostic options will be ignored">,
|
| /freebsd-12.1/usr.bin/ministat/ |
| H A D | README | 25 No difference proven at 95.0% confidence 48 Here we have a clearcut difference, not very big, but clear and unambiguous.
|
| /freebsd-12.1/contrib/libxo/doc/ |
| H A D | faq.rst | 183 difference between errors37 and errors63. 201 will lead users to ask the difference between the two fields. If 202 there is no difference, use only one of the field names. If there is 203 a difference, change the names to make that difference more obvious.
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | t-linux | 2 # difference. It is then pointless adding debugging.
|
| H A D | t-netbsd | 2 # difference. It is then pointless adding debugging.
|
| H A D | t-semi | 2 # difference. It is then pointless adding debugging.
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | armada-388.dtsi | 9 * The main difference with the Armada 385 is that the 388 can handle two more
|
| H A D | sun4i-a10-pcduino2.dts | 45 * LinkSprite pcDuino1 board. The only software visible difference
|
| /freebsd-12.1/tools/tools/sortbench/ |
| H A D | README | 17 utility ministat which then provides the confidence interval of difference between the data in stat…
|
| /freebsd-12.1/sys/contrib/zstd/tests/ |
| H A D | README.md | 9 - `test-zstd-speed.py` : script for testing zstd speed difference between commits 24 #### `test-zstd-speed.py` - script for testing zstd speed difference between commits
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | ConstantRange.h | 207 ConstantRange difference(const ConstantRange &CR) const;
|
| /freebsd-12.1/contrib/binutils/gas/doc/ |
| H A D | all.texi | 68 @c Does this version of the assembler use the difference-table kludge?
|
| H A D | asconfig.texi | 67 @c Does this version of the assembler use the difference-table kludge?
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | UI_UTIL_read_pw.pod | 27 difference is that you can give it an external buffer B<buff> for the
|
| H A D | UI_new.pod | 135 The difference between the two is only conceptual. With the builtin method, 136 there's no technical difference between them. Other methods may make a 137 difference between them, however.
|
| H A D | SSL_CTX_set_read_ahead.pod | 45 records, and SSL_has_pending() can't tell the difference between processed and
|
| /freebsd-12.1/contrib/gcc/config/mips/ |
| H A D | 4600.md | 25 ;; We handle the R4600 and R4650 in much the same way. The only difference
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | README | 140 .word pseudo-op of the form symbol1-symbol2 (the difference of two 141 symbols), and the difference of those two symbols will not fit in 16
|
| /freebsd-12.1/usr.bin/fortune/ |
| H A D | README | 18 funny it makes no difference how dirty it is. Shout it from the rooftops.
|