Home
last modified time | relevance | path

Searched defs:difference (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A Dnextprime.c52 unsigned long difference; in mpz_nextprime() local
/netbsd-src/external/bsd/libevent/dist/sample/
H A Dtime-test.c46 struct timeval newtime, difference; in timeout_cb() local
/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dfilters.cpp281 engine::test_filters::difference(const std::set< test_filter >& matched) const in difference() function in engine::test_filters
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlcm.cc178 auto_sbitmap difference (n_exprs), temp_bitmap (n_exprs); in compute_earliest() local
594 auto_sbitmap difference (n_exprs), temp_bitmap (n_exprs); in compute_farthest() local
H A Dtree-data-ref.cc3637 tree type, difference; in analyze_ziv_subscript() local
3792 tree type, difference, tmp; in analyze_siv_subscript_cst_affine() local
4850 tree type, difference; in analyze_miv_subscript() local
H A Dtree-vrp.cc3063 wide_int difference = (wi::to_wide (next_min) in find_switch_asserts() local
/netbsd-src/external/gpl2/gmake/dist/
H A Dimplicit.c368 unsigned int difference = lastslash - filename + 1; in pattern_search() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-data-ref.c3319 tree type, difference; in analyze_ziv_subscript() local
3474 tree type, difference, tmp; in analyze_siv_subscript_cst_affine() local
4508 tree type, difference; in analyze_miv_subscript() local
H A Dtree-vrp.c2832 wide_int difference = (wi::to_wide (next_min) in find_switch_asserts() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp444 ConstantRange ConstantRange::difference(const ConstantRange &CR) const { in difference() function in ConstantRange
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_consume.c161 dt_subtract_128(uint64_t *minuend, uint64_t *subtrahend, uint64_t *difference) in dt_subtract_128()
/netbsd-src/sbin/fsck_udf/
H A Dmain.c3827 int difference = 0; in udf_check_shadow_VAT() local
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model.cc4983 const svalue *difference in test_binop_svalue_folding() local
/netbsd-src/external/mit/isl/dist/
H A Disl_test.c4289 const char *difference; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp14178 Qualifiers difference = objectQuals - funcQuals; in BuildCallToMemberFunction() local
H A DSemaChecking.cpp10780 static IntRange difference(IntRange L, IntRange R) { in difference() function