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

  /toolchain/binutils/binutils-2.25/gold/testsuite/
debug_msg.cc 82 int kSize1 = sizeof(kInput1) / sizeof(int);
83 SortAscending(kInput1, kSize1);
  /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;

Completed in 73 milliseconds