Home
last modified time | relevance | path

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

12345678910

/NextBSD/contrib/gcc/
HDlcm.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()
HDtree-data-ref.c2138 tree conflicts_a, conflicts_b, difference; in compute_subscript_distance() local
2171 difference = chrec_fold_minus in compute_subscript_distance()
2174 if (evolution_function_is_constant_p (difference)) in compute_subscript_distance()
2175 SUB_DISTANCE (subscript) = difference; in compute_subscript_distance()
2353 tree difference; in analyze_ziv_subscript() local
2361 difference = chrec_fold_minus (integer_type_node, chrec_a, chrec_b); in analyze_ziv_subscript()
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()
[all …]
/NextBSD/tools/tools/net80211/wesside/wesside/
HDaircrack-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()
/NextBSD/cddl/contrib/dtracetoolkit/Notes/
HDdtruss_notes.txt65 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.
/NextBSD/contrib/llvm/include/llvm/Support/
HDTimeValue.h378 TimeValue difference (tv1.seconds_ - tv2.seconds_, tv1.nanos_ - tv2.nanos_ );
379 difference.normalize ();
380 return difference;
/NextBSD/usr.bin/ministat/
HDREADME25 No difference proven at 95.0% confidence
48 Here we have a clearcut difference, not very big, but clear and unambiguous.
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDdiskhits_example.txt98 The difference is dramatic. This time only 29 Mb is read, leaving around
103 as indicated in the difference in the size distribution.
HDj_who_example.txt5 and we can see that it has made no difference, with each reporting 35 lines
HDwoof_example.txt20 allowed to kill it). Now compare the difference between these recursive
/NextBSD/contrib/gcc/config/arm/
HDt-linux2 # difference. It is then pointless adding debugging.
HDt-netbsd2 # difference. It is then pointless adding debugging.
HDt-semi2 # difference. It is then pointless adding debugging.
/NextBSD/crypto/openssl/crypto/des/asm/
HDreadme17 the 'ks' key schedules. The only difference between the 4 functions is that
21 make a big difference to have them located near the des_encrypt2 function
116 difference on some boxes to have the functions code located close to
/NextBSD/contrib/llvm/include/llvm/IR/
HDConstantRange.h170 ConstantRange difference(const ConstantRange &CR) const;
/NextBSD/crypto/openssl/crypto/des/
HDKERBEROS13 The primarily difference is that it should compile under kerberos :-).
/NextBSD/crypto/openssl/doc/crypto/
HDui.pod128 The difference between the two is only conceptual. With the builtin method,
129 there's no technical difference between them. Other methods may make a
130 difference between them, however.
HDASN1_TIME_set.pod45 ASN1_TIME_diff() sets B<*pday> and B<*psec> to the time difference between
47 one or both (depending on the time difference) of B<*pday> and B<*psec>
/NextBSD/contrib/binutils/gas/doc/
HDall.texi68 @c Does this version of the assembler use the difference-table kludge?
HDasconfig.texi67 @c Does this version of the assembler use the difference-table kludge?
/NextBSD/contrib/libreadline/
HDUSAGE32 mechanism is that there is no legal difference between shared-library
/NextBSD/contrib/gcc/config/mips/
HD4600.md25 ;; We handle the R4600 and R4650 in much the same way. The only difference
/NextBSD/sys/gnu/dts/arm/
HDarmada-388.dtsi41 * The main difference with the Armada 385 is that the 388 can handle two more
/NextBSD/contrib/binutils/gas/
HDREADME140 .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
/NextBSD/include/apple/sys/
HDkern_control.h593 ctl_getenqueuereadable(kern_ctl_ref kctlref, u_int32_t unit, u_int32_t *difference);
/NextBSD/usr.bin/fortune/
HDREADME18 funny it makes no difference how dirty it is. Shout it from the rooftops.

12345678910