HomeSort by: relevance | last modified time | path
    Searched refs:high2 (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/arch/mac68k/mac68k/
clock.c 203 uint8_t high, high2, low; local
212 high2 = via_reg(VIA1, vT2CH);
222 if (high != high2) {
224 high = high2;
  /src/external/bsd/openldap/dist/libraries/liblutil/
uuid.c 234 const unsigned int high2 = (i2 >> 16), low2 = (i2 & 0xffff); local
239 res.high = (unsigned long) high1 * high2;
242 tmp = (unsigned long) low1 * high2;
  /src/external/bsd/elftoolchain/dist/libdwarf/
libdwarf_frame.c 558 uint8_t high2, low6; local
605 high2 = *p & 0xc0;
609 if (high2 > 0) {
610 switch (high2) {
925 uint8_t high2, low6; local
1006 high2 = *p & 0xc0;
1010 if (high2 > 0) {
1011 switch (high2) {
1013 SET_BASE_OP(high2);
1017 SET_BASE_OP(high2);
1340 uint8_t high2, low6; local
    [all...]
  /src/sys/external/bsd/drm/dist/shared-core/
i915_irq.c 141 u32 high1, high2, low, count; local
161 high2 = ((I915_READ(high_frame) & PIPE_FRAME_HIGH_MASK) >>
163 } while (high1 != high2);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ryu/
d2fixed.c 147 uint64_t high2; // 192 local
148 const uint64_t low2 = umul128(m, mul[2], &high2); // 128
155 const uint64_t s1high = high2 + c2; // 192
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
d2fixed.c 147 uint64_t high2; // 192 local
148 const uint64_t low2 = umul128(m, mul[2], &high2); // 128
155 const uint64_t s1high = high2 + c2; // 192
  /src/external/gpl2/xcvs/dist/diff/
diff3.c 984 create_diff3_block (low0, high0, low1, high1, low2, high2)
985 register int low0, high0, low1, high1, low2, high2;
999 D_HIGHLINE (result, FILE2) = high2;
  /src/external/gpl3/gdb/dist/gdb/
valarith.c 709 LONGEST low2, high2;
714 if (!get_array_bounds (type2, &low2, &high2))
721 high2 = 0;
728 LONGEST n_elts = (high1 - low1 + 1) + (high2 - low2 + 1);
707 LONGEST low2, high2; local
  /src/external/gpl3/gdb.old/dist/gdb/
valarith.c 709 LONGEST low2, high2;
714 if (!get_array_bounds (type2, &low2, &high2))
721 high2 = 0;
728 LONGEST n_elts = (high1 - low1 + 1) + (high2 - low2 + 1);
707 LONGEST low2, high2; local
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-icf-gimple.cc 886 tree high2 = CASE_HIGH (label2); local
888 if (!tree_int_cst_equal (high1, high2))
  /src/external/gpl3/gcc/dist/gcc/
ipa-icf-gimple.cc 928 tree high2 = CASE_HIGH (label2); local
930 if (!tree_int_cst_equal (high1, high2))
  /src/external/gpl2/diffutils/dist/src/
diff3.c 863 lin low2, lin high2)
877 D_HIGHLINE (result, FILE2) = high2;
  /src/external/gpl3/binutils/dist/bfd/
dwarf2.c 2113 /* Check whether [low1, high1) can be combined with [low2, high2),
2120 bfd_vma high2)
2122 if (low1 == low2 || high1 == high2)
2135 high1 = high2;
2136 high2 = tmp;
  /src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c 2113 /* Check whether [low1, high1) can be combined with [low2, high2),
2120 bfd_vma high2)
2122 if (low1 == low2 || high1 == high2)
2135 high1 = high2;
2136 high2 = tmp;
  /src/external/gpl3/gdb/dist/bfd/
dwarf2.c 2113 /* Check whether [low1, high1) can be combined with [low2, high2),
2120 bfd_vma high2)
2122 if (low1 == low2 || high1 == high2)
2135 high1 = high2;
2136 high2 = tmp;
  /src/external/gpl3/gdb.old/dist/bfd/
dwarf2.c 2106 /* Check whether [low1, high1) can be combined with [low2, high2),
2113 bfd_vma high2)
2115 if (low1 == low2 || high1 == high2)
2128 high1 = high2;
2129 high2 = tmp;
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_irq.c 592 u32 high1, high2, low, pixel, vbl_start, hsync_start, htotal; local
634 high2 = I915_READ_FW(high_frame) & PIPE_FRAME_HIGH_MASK;
635 } while (high1 != high2);

Completed in 83 milliseconds