| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/ |
| d2fixed.c | 143 uint64_t high0; // 64 local 144 const uint64_t low0 = umul128(m, mul[0], &high0); // 0 151 const uint64_t s0high = low1 + high0; // 64
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ryu/ |
| d2fixed.c | 143 uint64_t high0; // 64 local 144 const uint64_t low0 = umul128(m, mul[0], &high0); // 0 151 const uint64_t s0high = low1 + high0; // 64
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| addr_families.c | 471 krb5_address low0, high0; local 506 &low0, &high0); 536 ret = krb5_copy_address(context, &high.val[0], &high0); 540 krb5_free_address(context, &high0); 552 if(krb5_address_order(context, &low0, &high0) < 0) { 554 a->high = high0; 556 a->low = high0;
|
| /src/external/gpl2/diffutils/dist/src/ |
| diff3.c | 861 create_diff3_block (lin low0, lin high0, 873 D_HIGHLINE (result, FILE0) = high0; 1511 long low0, high0; 1523 high0 = D_HIGHLINE (b, mapping[FILE0]); 1532 fprintf (outputfile, "%lda\n", high0); 1547 undotlines (outputfile, leading_dot, high0 + 2, 1569 if (low0 == high0) 1572 fprintf (outputfile, "%ld,%ldd\n", low0, high0); 1577 switch (high0 - low0) 1580 fprintf (outputfile, "%lda\n", high0); 1507 long low0, high0; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-warn.cc | 190 tree low0, low1, low, high0, high1, high, lhs, rhs, tem; local 266 lhs = make_range (op_left, &in0_p, &low0, &high0, &strict_overflow_p); 275 tem = build_range_check (UNKNOWN_LOCATION, type, lhs, in0_p, low0, high0); 297 && merge_ranges (&in_p, &low, &high, in0_p, low0, high0, 316 && tree_int_cst_equal (high0, high1))
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-warn.cc | 189 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, 315 && tree_int_cst_equal (high0, high1))
|