Searched refs:high0 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/diff/src/
H A Ddiff3.c841 create_diff3_block (lin low0, lin high0,
853 D_HIGHLINE (result, FILE0) = high0;
1509 long int low0, high0;
1521 high0 = D_HIGHLINE (b, mapping[FILE0]);
1530 fprintf (outputfile, "%lda\n", high0);
1545 undotlines (outputfile, leading_dot, high0 + 2,
1567 if (low0 == high0)
1570 fprintf (outputfile, "%ld,%ldd\n", low0, high0);
1575 switch (high0 - low0)
1578 fprintf (outputfile, "%lda\n", high0);
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-11-stable/crypto/heimdal/lib/krb5/
H A Daddr_families.c469 krb5_address low0, high0; local
504 &low0, &high0);
534 ret = krb5_copy_address(context, &high.val[0], &high0);
538 krb5_free_address(context, &high0);
550 if(krb5_address_order(context, &low0, &high0) < 0) {
552 a->high = high0;
554 a->low = high0;
/freebsd-11-stable/contrib/gcc/
H A Dfold-const.c4417 tree high0, int in1_p, tree low1, tree high1)
4428 int highequal = ((high0 == 0 && high1 == 0)
4430 high0, 1, high1, 1)));
4438 high1, 1, high0, 1))))
4442 tem = high0, high0 = high1, high1 = tem;
4449 high0, 1, low1, 0));
4451 high1, 1, high0, 1));
4465 in_p = 1, low = low1, high = high0;
4479 in_p = 1, low = low0, high = high0;
4389 merge_ranges(int *pin_p, tree *plow, tree *phigh, int in0_p, tree low0, tree high0, int in1_p, tree low1, tree high1) argument
4885 tree low0, low1, low, high0, high1, high; local
[all...]
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c8226 HOST_WIDE_INT high0 = TREE_INT_CST_HIGH (TREE_VALUE (elts0));
8233 overflow |= add_double (low0, high0, l, h, &l, &h);
8201 HOST_WIDE_INT high0 = TREE_INT_CST_HIGH (TREE_VALUE (elts0)); local

Completed in 95 milliseconds