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

  /external/v8/test/cctest/
test-log-stack-tracer.cc 91 int32_t low_bits = reinterpret_cast<int32_t>(calling_frame->fp()); local
93 ->Set(context, v8_str("low_bits"), v8_num(low_bits >> 1))
97 int32_t low_bits = static_cast<int32_t>(fp & 0xffffffff); local
99 args.This()->Set(context, v8_str("low_bits"), v8_num(low_bits)).FromJust();
130 " %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);
  /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/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/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/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/protobuf/gtest/fused-src/gtest/
gtest-all.cc 2783 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 931 milliseconds