| /src/external/bsd/openldap/dist/libraries/liblutil/ |
| uuid.c | 233 const unsigned int high1 = (i1 >> 16), low1 = (i1 & 0xffff); local 239 res.high = (unsigned long) high1 * high2; 249 tmp = (unsigned long) low2 * high1;
|
| /src/sys/external/bsd/drm/dist/shared-core/ |
| i915_irq.c | 141 u32 high1, high2, low, count; local 157 high1 = ((I915_READ(high_frame) & PIPE_FRAME_HIGH_MASK) >> 163 } while (high1 != high2); 165 count = (high1 << 8) | low;
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/ |
| d2fixed.c | 145 uint64_t high1; // 128 local 146 const uint64_t low1 = umul128(m, mul[1], &high1); // 64 153 const uint64_t s1low = low2 + high1 + c1; // 128 154 const uint32_t c2 = s1low < low2; // high1 + c1 can't overflow, so compare against low2
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ryu/ |
| d2fixed.c | 145 uint64_t high1; // 128 local 146 const uint64_t low1 = umul128(m, mul[1], &high1); // 64 153 const uint64_t s1low = low2 + high1 + c1; // 128 154 const uint32_t c2 = s1low < low2; // high1 + c1 can't overflow, so compare against low2
|
| /src/external/gpl3/gdb/dist/gdb/ |
| valarith.c | 694 LONGEST low1, high1; 699 if (!get_array_bounds (type1, &low1, &high1)) 706 high1 = 0; 728 LONGEST n_elts = (high1 - low1 + 1) + (high2 - low2 + 1); 692 LONGEST low1, high1; local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| valarith.c | 694 LONGEST low1, high1; 699 if (!get_array_bounds (type1, &low1, &high1)) 706 high1 = 0; 728 LONGEST n_elts = (high1 - low1 + 1) + (high2 - low2 + 1); 692 LONGEST low1, high1; local
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-warn.cc | 190 tree low0, low1, low, high0, high1, high, lhs, rhs, tem; local 281 rhs = make_range (op_right, &in1_p, &low1, &high1, &strict_overflow_p); 290 tem = build_range_check (UNKNOWN_LOCATION, type, rhs, in1_p, low1, high1); 298 in1_p, low1, high1)) 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 280 rhs = make_range (op_right, &in1_p, &low1, &high1, &strict_overflow_p); 289 tem = build_range_check (UNKNOWN_LOCATION, type, rhs, in1_p, low1, high1); 297 in1_p, low1, high1)) 315 && tree_int_cst_equal (high0, high1))
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_irq.c | 592 u32 high1, high2, low, pixel, vbl_start, hsync_start, htotal; local 632 high1 = I915_READ_FW(high_frame) & PIPE_FRAME_HIGH_MASK; 635 } while (high1 != high2); 639 high1 >>= PIPE_FRAME_HIGH_SHIFT; 648 return (((high1 << 8) | low) + (pixel >= vbl_start)) & 0xffffff;
|