Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dlcm.c184 sbitmap difference, temp_bitmap; in compute_earliest() local
564 sbitmap difference, temp_bitmap; in compute_farthest() local
H A Dsimplify-rtx.c4520 int difference = (GET_MODE_SIZE (innermode) - GET_MODE_SIZE (outermode)); in simplify_subreg() local
4529 int difference = (GET_MODE_SIZE (innermostmode) - GET_MODE_SIZE (innermode)); in simplify_subreg() local
4550 int difference = (GET_MODE_SIZE (innermostmode) - GET_MODE_SIZE (outermode)); in simplify_subreg() local
4625 int difference = (GET_MODE_SIZE (innermode) in simplify_subreg() local
H A Dtree-data-ref.c2138 tree conflicts_a, conflicts_b, difference; in compute_subscript_distance() local
2353 tree difference; in analyze_ziv_subscript() local
2434 tree difference; in analyze_siv_subscript_cst_affine() local
3310 tree difference; in analyze_miv_subscript() local
H A Demit-rtl.c1213 int difference = (GET_MODE_SIZE (innermode) - GET_MODE_SIZE (outermode)); in subreg_lowpart_offset() local
1232 int difference = (GET_MODE_SIZE (innermode) - GET_MODE_SIZE (outermode)); in subreg_highpart_offset() local
H A Dfinal.c2566 int difference = GET_MODE_SIZE (GET_MODE (y)) in alter_subreg() local
H A Dexpmed.c374 int difference = inner_mode_size - outer_mode_size; in store_bit_field() local
H A Dmips-tfile.c4260 symint_t difference = offset - file_offset; in read_seek() local
H A Dexpr.c3125 int difference = (GET_MODE_SIZE (innermostmode) - GET_MODE_SIZE (innermode)); in undefined_operand_subword_p() local
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsimplify-rtx.c2652 int difference = (GET_MODE_SIZE (innermode) - GET_MODE_SIZE (outermode)); local
2661 int difference = (GET_MODE_SIZE (innermostmode) - GET_MODE_SIZE (innermode)); local
2682 int difference = (GET_MODE_SIZE (innermostmode) - GET_MODE_SIZE (outermode)); local
H A Dlcm.c194 sbitmap difference, temp_bitmap; local
579 sbitmap difference, temp_bitmap; local
H A Demit-rtl.c1302 int difference = (GET_MODE_SIZE (innermode) - GET_MODE_SIZE (outermode)); local
1322 int difference = (GET_MODE_SIZE (innermode) - GET_MODE_SIZE (outermode)); local
H A Dmips-tfile.c4396 symint_t difference = offset - file_offset; local
/openbsd-src/usr.sbin/rdate/
H A Dntp.c472 create_timeval(double difference, struct timeval *new, struct timeval *adjust) in create_timeval()
/openbsd-src/bin/ksh/
H A Dvar.c933 struct timespec difference, now; in getspec() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp496 ConstantRange ConstantRange::difference(const ConstantRange &CR) const { in difference() function in ConstantRange
/openbsd-src/gnu/usr.bin/perl/
H A Dsv.c1167 const int difference Perl_sv_upgrade() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp14598 Qualifiers difference = objectQuals - funcQuals; in BuildCallToMemberFunction() local
H A DSemaChecking.cpp12415 static IntRange difference(IntRange L, IntRange R) { in difference() function