HomeSort by relevance Sort by last modified time
    Searched refs:low_bits (Results 1 - 25 of 25) sorted by null

  /external/v8/test/cctest/
test-log-stack-tracer.cc 96 int32_t low_bits = reinterpret_cast<int32_t>(calling_frame->fp()); local
98 ->Set(context, v8_str("low_bits"), v8_num(low_bits >> 1))
102 int32_t low_bits = static_cast<int32_t>(fp & 0xffffffff); local
104 args.This()->Set(context, v8_str("low_bits"), v8_num(low_bits)).FromJust();
135 " %s(fp.low_bits, fp.high_bits);"
trace-extension.cc 83 int64_t low_bits = *reinterpret_cast<uint64_t*>(*args[0]) >> 32; local
85 Address fp = reinterpret_cast<Address>(high_bits | low_bits);
test-api.cc     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
tekhex.c 632 bfd_vma low_bits = addr & CHUNK_MASK; local
645 *location = d->chunk_data[low_bits];
651 d->chunk_data[low_bits] = *location;
652 d->chunk_init[low_bits / CHUNK_SPAN] = 1;
coff-arm.c 991 unsigned int low_bits;
997 low_bits = rel_off & 0x000007FF; /* The bottom 11 bits. */
1001 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits;
1003 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;
990 unsigned int low_bits; local
    [all...]
elfxx-mips.c 10150 bfd_vma low_bits; local
10301 bfd_vma low_bits; local
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 510 if (rm_reg.low_bits() == 4) { // Forces SIB byte.
526 if (rm_reg.low_bits() == 4) { // Forces SIB byte.
567 if (rm_reg.low_bits() == 4) { // Forces SIB byte.
    [all...]
assembler-x64-inl.h 576 buf_[0] = mod << 6 | rm_reg.low_bits();
588 buf_[1] = (scale << 6) | (index.low_bits() << 3) | base.low_bits();
assembler-x64.h 137 int low_bits() const { return reg_code & 0x7; }
233 int low_bits() const { return reg_code & 0x7; }
    [all...]
disasm-x64.cc 346 int base_reg(int low_bits) { return low_bits | ((rex_ & 0x01) << 3); }
    [all...]
  /external/libvorbis/doc/
08-residue.tex 197 3) [low_bits] = read 3 bits as unsigned integer
200 6) vector [residue_cascade] element [i] = [high_bits] * 8 + [low_bits]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c     [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc 1423 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/gtest/src/
gtest.cc 1425 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc 1422 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 1422 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 1443 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/v8/src/s390/
simulator-s390.cc 2481 int32_t low_bits = product & 0x00000000FFFFFFFF; local
3514 int32_t low_bits = product & 0x00000000FFFFFFFF; local
6589 int32_t low_bits = product & 0x00000000FFFFFFFF; local
10299 int32_t low_bits = product & 0x00000000FFFFFFFF; local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest.cc 1425 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc 1410 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc 2783 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 2909 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/opencv3/modules/ts/src/
ts_gtest.cpp 2925 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc 2909 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc 2909 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]

Completed in 698 milliseconds