Home
last modified time | relevance | path

Searched refs:difference (Results 1 – 25 of 242) sorted by relevance

12345678910

/freebsd-12.1/contrib/libevent/sample/
H A Dtime-test.c45 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 Dsample10_unittest.cc83 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 Desan_flags.inc43 // 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 Dlcm.c184 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 Dtree-data-ref.c2138 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 Daircrack-ptw-lib.c60 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 DDiagnosticSerializationKinds.td118 "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 DREADME25 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 Dfaq.rst183 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 Dt-linux2 # difference. It is then pointless adding debugging.
H A Dt-netbsd2 # difference. It is then pointless adding debugging.
H A Dt-semi2 # difference. It is then pointless adding debugging.
/freebsd-12.1/sys/gnu/dts/arm/
H A Darmada-388.dtsi9 * The main difference with the Armada 385 is that the 388 can handle two more
H A Dsun4i-a10-pcduino2.dts45 * LinkSprite pcDuino1 board. The only software visible difference
/freebsd-12.1/tools/tools/sortbench/
H A DREADME17 utility ministat which then provides the confidence interval of difference between the data in stat…
/freebsd-12.1/sys/contrib/zstd/tests/
H A DREADME.md9 - `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 DConstantRange.h207 ConstantRange difference(const ConstantRange &CR) const;
/freebsd-12.1/contrib/binutils/gas/doc/
H A Dall.texi68 @c Does this version of the assembler use the difference-table kludge?
H A Dasconfig.texi67 @c Does this version of the assembler use the difference-table kludge?
/freebsd-12.1/crypto/openssl/doc/man3/
H A DUI_UTIL_read_pw.pod27 difference is that you can give it an external buffer B<buff> for the
H A DUI_new.pod135 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 DSSL_CTX_set_read_ahead.pod45 records, and SSL_has_pending() can't tell the difference between processed and
/freebsd-12.1/contrib/gcc/config/mips/
H A D4600.md25 ;; We handle the R4600 and R4650 in much the same way. The only difference
/freebsd-12.1/contrib/binutils/gas/
H A DREADME140 .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 DREADME18 funny it makes no difference how dirty it is. Shout it from the rooftops.

12345678910