HomeSort by relevance Sort by last modified time
    Searched defs:high_bits (Results 1 - 7 of 7) sorted by null

  /external/v8/test/cctest/
test-log-stack-tracer.cc 98 int32_t high_bits = static_cast<int32_t>(fp >> 32); local
100 args.This()->Set(context, v8_str("high_bits"), v8_num(high_bits)).FromJust();
130 " %s(fp.low_bits, fp.high_bits);"
trace-extension.cc 84 int64_t high_bits = *reinterpret_cast<uint64_t*>(*args[1]); local
85 Address fp = reinterpret_cast<Address>(high_bits | low_bits);
  /external/libchrome/base/containers/
hash_tables.h 212 std::size_t high_bits = static_cast<std::size_t>( local
214 return high_bits;
247 std::size_t high_bits = static_cast<std::size_t>( local
249 return high_bits;
  /external/dbus/dbus/
dbus-string.c 2324 dbus_bool_t high_bits; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coff-arm.c 992 unsigned int high_bits;
998 high_bits = (rel_off >> 11) & 0x000007FF; /* The top 11 bits. */
1001 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits;
1003 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;
991 unsigned int high_bits; local
    [all...]
elfxx-mips.c 10151 bfd_vma high_bits; local
10302 bfd_vma high_bits; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 1677 dwarf_vma high_bits; local
1797 dwarf_vma high_bits; local
    [all...]

Completed in 460 milliseconds