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

  /toolchain/binutils/binutils-2.25/gold/testsuite/
debug_msg.cc 86 int kSize2 = sizeof(kInput2) / sizeof(int);
87 SortDescending(kInput2, kSize2);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 621 // TwoLevelByteMap maps integers in range [0, kSize1*kSize2) to u8 values.
623 // to kSize2-byte arrays. The secondary arrays are mmaped on demand.
626 template <u64 kSize1, u64 kSize2, class MapUnmapCallback = NoOpMapUnmapCallback>
638 MapUnmapCallback().OnUnmap(reinterpret_cast<uptr>(p), kSize2);
639 UnmapOrDie(p, kSize2);
643 uptr size() const { return kSize1 * kSize2; }
645 uptr size2() const { return kSize2; }
648 CHECK_LT(idx, kSize1 * kSize2);
649 u8 *map2 = GetOrCreate(idx / kSize2);
650 CHECK_EQ(0U, map2[idx % kSize2]);
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 810 const u64 kSize1 = 1 << 6, kSize2 = 1 << 12;
811 const u64 n = kSize1 * kSize2;
812 TwoLevelByteMap<kSize1, kSize2> m;
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-tuple.h 943 template <int kSize1, int kSize2>
  /external/googletest/googletest/include/gtest/internal/
gtest-tuple.h 951 template <int kSize1, int kSize2>
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-tuple.h 951 template <int kSize1, int kSize2>
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-tuple.h 899 template <int kSize1, int kSize2>
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-tuple.h 899 template <int kSize1, int kSize2>
  /external/protobuf/gtest/include/gtest/internal/
gtest-tuple.h 899 template <int kSize1, int kSize2>
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-tuple.h 899 template <int kSize1, int kSize2>
  /external/v8/testing/gtest/include/gtest/internal/
gtest-tuple.h 951 template <int kSize1, int kSize2>
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-tuple.h 943 template <int kSize1, int kSize2>
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-tuple.h 943 template <int kSize1, int kSize2>
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-tuple.h 943 template <int kSize1, int kSize2>
  /external/fmtlib/test/gtest/
gtest.h     [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]

Completed in 1100 milliseconds