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

  /toolchain/binutils/binutils-2.27/bfd/
tekhex.c 639 bfd_vma low_bits = addr & CHUNK_MASK; local
652 *location = d->chunk_data[low_bits];
658 d->chunk_data[low_bits] = *location;
659 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 10186 bfd_vma low_bits; local
10335 bfd_vma low_bits; local
    [all...]
  /art/runtime/
stack_map.h 1036 uint32_t low_bits = encoding.GetExtraDataEncoding().Load(GetRegionAtDepth(encoding, depth)); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 1480 LLVMValueRef 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/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 1425 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/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest.cc 1422 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/v8/src/s390/
simulator-s390.cc 2465 int32_t low_bits = product & 0x00000000FFFFFFFF; local
3498 int32_t low_bits = product & 0x00000000FFFFFFFF; local
6697 int32_t low_bits = product & 0x00000000FFFFFFFF; local
7067 int32_t low_bits = product & 0x00000000FFFFFFFF; local
10520 int32_t low_bits = product & 0x00000000FFFFFFFF; local
11393 int32_t low_bits = product & 0x00000000FFFFFFFF; local
11677 uint32_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...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest.cc 1410 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/googletest/googletest/src/
gtest.cc 1747 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc 1749 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/v8/testing/gtest/src/
gtest.cc 1748 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...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/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...]

Completed in 594 milliseconds