Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/diff/src/
HDdiff3.c838 create_diff3_block (lin low0, lin high0, in create_diff3_block() argument
850 D_HIGHLINE (result, FILE0) = high0; in create_diff3_block()
1505 long int low0, high0; in output_diff3_edscript() local
1517 high0 = D_HIGHLINE (b, mapping[FILE0]); in output_diff3_edscript()
1526 fprintf (outputfile, "%lda\n", high0); in output_diff3_edscript()
1541 undotlines (outputfile, leading_dot, high0 + 2, in output_diff3_edscript()
1563 if (low0 == high0) in output_diff3_edscript()
1566 fprintf (outputfile, "%ld,%ldd\n", low0, high0); in output_diff3_edscript()
1571 switch (high0 - low0) in output_diff3_edscript()
1574 fprintf (outputfile, "%lda\n", high0); in output_diff3_edscript()
[all …]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
HDaddr_families.c469 krb5_address low0, high0; in arange_parse_addr() local
504 &low0, &high0); in arange_parse_addr()
534 ret = krb5_copy_address(context, &high.val[0], &high0); in arange_parse_addr()
538 krb5_free_address(context, &high0); in arange_parse_addr()
550 if(krb5_address_order(context, &low0, &high0) < 0) { in arange_parse_addr()
552 a->high = high0; in arange_parse_addr()
554 a->low = high0; in arange_parse_addr()
/freebsd-11-stable/contrib/gcc/
HDfold-const.c4390 tree high0, int in1_p, tree low1, tree high1) in merge_ranges() argument
4401 int highequal = ((high0 == 0 && high1 == 0) in merge_ranges()
4403 high0, 1, high1, 1))); in merge_ranges()
4411 high1, 1, high0, 1)))) in merge_ranges()
4415 tem = high0, high0 = high1, high1 = tem; in merge_ranges()
4422 high0, 1, low1, 0)); in merge_ranges()
4424 high1, 1, high0, 1)); in merge_ranges()
4438 in_p = 1, low = low1, high = high0; in merge_ranges()
4452 in_p = 1, low = low0, high = high0; in merge_ranges()
4458 high = high0; in merge_ranges()
[all …]
/freebsd-11-stable/contrib/gcc/config/sparc/
HDsparc.c8201 HOST_WIDE_INT high0 = TREE_INT_CST_HIGH (TREE_VALUE (elts0)); in sparc_fold_builtin() local
8208 overflow |= add_double (low0, high0, l, h, &l, &h); in sparc_fold_builtin()