Searched refs:low0 (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl2/diffutils/dist/src/
H A Ddiff3.c861 create_diff3_block (lin low0, lin high0,
872 D_LOWLINE (result, FILE0) = low0;
1511 long low0, high0;
1522 low0 = D_LOWLINE (b, mapping[FILE0]);
1554 fprintf (outputfile, "%lda\n<<<<<<< %s\n", low0 - 1,
1563 undotlines (outputfile, leading_dot, low0 + 1,
1569 if (low0 == high0)
1570 fprintf (outputfile, "%ldd\n", low0);
1572 fprintf (outputfile, "%ld,%ldd\n", low0, high0);
1577 switch (high0 - low0)
858 create_diff3_block(lin low0, lin high0, lin low1, lin high1, lin low2, lin high2) argument
1507 long low0, high0; local
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Daddr_families.c471 krb5_address low0, high0; local
506 &low0, &high0);
538 ret = krb5_copy_address(context, &low.val[0], &low0);
552 if(krb5_address_order(context, &low0, &high0) < 0) {
553 a->low = low0;
557 a->high = low0;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
H A Dd2fixed.c144 const uint64_t low0 = umul128(m, mul[0], &high0); // 0 local
149 const uint64_t s0low = low0; // 0
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Ddiff3.c984 create_diff3_block (low0, high0, low1, high1, low2, high2)
985 register int low0, high0, low1, high1, low2, high2;
994 D_LOWLINE (result, FILE0) = low0;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-warn.c187 tree low0, low1, low, high0, high1, high, lhs, rhs, tem; local
263 lhs = make_range (op_left, &in0_p, &low0, &high0, &strict_overflow_p);
272 tem = build_range_check (UNKNOWN_LOCATION, type, lhs, in0_p, low0, high0);
294 && merge_ranges (&in_p, &low, &high, in0_p, low0, high0,
312 else if (tree_int_cst_equal (low0, low1)
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-warn.cc189 tree low0, low1, low, high0, high1, high, lhs, rhs, tem; local
265 lhs = make_range (op_left, &in0_p, &low0, &high0, &strict_overflow_p);
274 tem = build_range_check (UNKNOWN_LOCATION, type, lhs, in0_p, low0, high0);
296 && merge_ranges (&in_p, &low, &high, in0_p, low0, high0,
314 else if (tree_int_cst_equal (low0, low1)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c5514 merge_ranges (int *pin_p, tree *plow, tree *phigh, int in0_p, tree low0,
5523 int lowequal = ((low0 == 0 && low1 == 0)
5525 low0, 0, low1, 0)));
5533 low0, 0, low1, 0))
5539 tem = low0, low0 = low1, low1 = tem;
5555 && merge_ranges (pin_p, plow, phigh, in0_p, low0, high0,
5561 && merge_ranges (pin_p, plow, phigh, in0_p, low0, high0,
5600 in_p = 1, low = low0, high = high0;
5617 low = low0;
5493 merge_ranges(int *pin_p, tree *plow, tree *phigh, int in0_p, tree low0, tree high0, int in1_p, tree low1, tree high1) argument
5961 tree low0, low1, low, high0, high1, high; local
[all...]
H A Drtlanal.c4728 int low0 = ctz_or_zero (nz0);
4741 result_low = MIN (low0, low1);
4744 result_low = MIN (low0, low1);
4748 result_low = low0 + low1;
4766 result_low = MIN (low0, low1);
4772 result_low = MIN (low0, low1);
4700 int low0 = ctz_or_zero (nz0); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc5596 merge_ranges (int *pin_p, tree *plow, tree *phigh, int in0_p, tree low0,
5605 int lowequal = ((low0 == 0 && low1 == 0)
5607 low0, 0, low1, 0)));
5615 low0, 0, low1, 0))
5621 tem = low0, low0 = low1, low1 = tem;
5637 && merge_ranges (pin_p, plow, phigh, in0_p, low0, high0,
5643 && merge_ranges (pin_p, plow, phigh, in0_p, low0, high0,
5682 in_p = 1, low = low0, high = high0;
5699 low = low0;
[all...]
H A Drtlanal.cc5054 int low0 = ctz_or_zero (nz0);
5067 result_low = MIN (low0, low1);
5070 result_low = MIN (low0, low1);
5074 result_low = low0 + low1;
5092 result_low = MIN (low0, low1);
5098 result_low = MIN (low0, low1);
/netbsd-current/sys/arch/mips/mips/
H A DmipsX_subr.S2841 _MTC0 a2, MIPS_COP_0_TLB_LO0 # Set up entry low0.

Completed in 438 milliseconds