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

/freebsd-9.3-release/contrib/diff/src/
H A Ddiff3.c841 create_diff3_block (lin low0, lin high0,
852 D_LOWLINE (result, FILE0) = low0;
1509 long int low0, high0;
1520 low0 = D_LOWLINE (b, mapping[FILE0]);
1552 fprintf (outputfile, "%lda\n<<<<<<< %s\n", low0 - 1,
1561 undotlines (outputfile, leading_dot, low0 + 1,
1567 if (low0 == high0)
1568 fprintf (outputfile, "%ldd\n", low0);
1570 fprintf (outputfile, "%ld,%ldd\n", low0, high0);
1575 switch (high0 - low0)
838 create_diff3_block(lin low0, lin high0, lin low1, lin high1, lin low2, lin high2) argument
1505 long int low0, high0; local
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Daddr_families.c456 krb5_address low0, high0; local
491 &low0, &high0);
523 ret = krb5_copy_address(context, &low.val[0], &low0);
537 if(krb5_address_order(context, &low0, &high0) < 0) {
538 a->low = low0;
542 a->high = low0;
/freebsd-9.3-release/contrib/cvs/diff/
H A Ddiff3.c987 create_diff3_block (low0, high0, low1, high1, low2, high2)
988 register int low0, high0, low1, high1, low2, high2;
997 D_LOWLINE (result, FILE0) = low0;
/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c4414 merge_ranges (int *pin_p, tree *plow, tree *phigh, int in0_p, tree low0,
4423 int lowequal = ((low0 == 0 && low1 == 0)
4425 low0, 0, low1, 0)));
4433 low0, 0, low1, 0))
4439 tem = low0, low0 = low1, low1 = tem;
4477 in_p = 1, low = low0, high = high0;
4494 low = low0;
4499 /* low0 < low1 but low1 has no predecessor. Punt. */
4543 in_p = 0, low = low0, hig
4387 merge_ranges(int *pin_p, tree *plow, tree *phigh, int in0_p, tree low0, tree high0, int in1_p, tree low1, tree high1) argument
4883 tree low0, low1, low, high0, high1, high; local
10277 HOST_WIDE_INT low0 = TREE_INT_CST_LOW (TREE_OPERAND (arg0, 1)); local
[all...]
H A Drtlanal.c3650 int low0 = floor_log2 (nz0 & -nz0);
3663 result_low = MIN (low0, low1);
3666 result_low = MIN (low0, low1);
3670 result_low = low0 + low1;
3688 result_low = MIN (low0, low1);
3694 result_low = MIN (low0, low1);
3625 int low0 = floor_log2 (nz0 & -nz0); local
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.c8224 low0 = TREE_INT_CST_LOW (TREE_VALUE (elts0)),
8233 overflow |= add_double (low0, high0, l, h, &l, &h);
8199 low0 = TREE_INT_CST_LOW (TREE_VALUE (elts0)), local

Completed in 187 milliseconds