Searched refs:low0 (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/diff/src/ |
| D | diff3.c | 838 create_diff3_block (lin low0, lin high0, in create_diff3_block() argument 849 D_LOWLINE (result, FILE0) = low0; in create_diff3_block() 1505 long int low0, high0; in output_diff3_edscript() local 1516 low0 = D_LOWLINE (b, mapping[FILE0]); in output_diff3_edscript() 1548 fprintf (outputfile, "%lda\n<<<<<<< %s\n", low0 - 1, in output_diff3_edscript() 1557 undotlines (outputfile, leading_dot, low0 + 1, in output_diff3_edscript() 1563 if (low0 == high0) in output_diff3_edscript() 1564 fprintf (outputfile, "%ldd\n", low0); in output_diff3_edscript() 1566 fprintf (outputfile, "%ld,%ldd\n", low0, high0); in output_diff3_edscript() 1571 switch (high0 - low0) in output_diff3_edscript() [all …]
|
| /freebsd-12-stable/crypto/heimdal/lib/krb5/ |
| D | addr_families.c | 469 krb5_address low0, high0; in arange_parse_addr() local 504 &low0, &high0); in arange_parse_addr() 536 ret = krb5_copy_address(context, &low.val[0], &low0); in arange_parse_addr() 550 if(krb5_address_order(context, &low0, &high0) < 0) { in arange_parse_addr() 551 a->low = low0; in arange_parse_addr() 555 a->high = low0; in arange_parse_addr()
|
| /freebsd-12-stable/contrib/gcc/ |
| D | fold-const.c | 4389 merge_ranges (int *pin_p, tree *plow, tree *phigh, int in0_p, tree low0, in merge_ranges() argument 4398 int lowequal = ((low0 == 0 && low1 == 0) in merge_ranges() 4400 low0, 0, low1, 0))); in merge_ranges() 4408 low0, 0, low1, 0)) in merge_ranges() 4414 tem = low0, low0 = low1, low1 = tem; in merge_ranges() 4452 in_p = 1, low = low0, high = high0; in merge_ranges() 4469 low = low0; in merge_ranges() 4518 in_p = 0, low = low0, high = high1; in merge_ranges() 4522 if (low0 && TREE_CODE (low0) == INTEGER_CST) in merge_ranges() 4523 switch (TREE_CODE (TREE_TYPE (low0))) in merge_ranges() [all …]
|
| D | rtlanal.c | 3625 int low0 = floor_log2 (nz0 & -nz0); in nonzero_bits1() local 3638 result_low = MIN (low0, low1); in nonzero_bits1() 3641 result_low = MIN (low0, low1); in nonzero_bits1() 3645 result_low = low0 + low1; in nonzero_bits1() 3663 result_low = MIN (low0, low1); in nonzero_bits1() 3669 result_low = MIN (low0, low1); in nonzero_bits1()
|
| /freebsd-12-stable/contrib/gcc/config/sparc/ |
| D | sparc.c | 8199 low0 = TREE_INT_CST_LOW (TREE_VALUE (elts0)), in sparc_fold_builtin() local 8208 overflow |= add_double (low0, high0, l, h, &l, &h); in sparc_fold_builtin()
|