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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_lfstack.h 64 static const int kCounterBits = FIRST_32_SECOND_64(32, 17);
sanitizer_common.h 262 # define FIRST_32_SECOND_64(a, b) (b)
264 # define FIRST_32_SECOND_64(a, b) (a)
sanitizer_libc.cc 209 CHECK_LE(size, 1ULL << FIRST_32_SECOND_64(30, 40)); // Sanity check.
sanitizer_allocator.h     [all...]
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 92 FIRST_32_SECOND_64(3UL << 30, 8UL << 30);
95 FIRST_32_SECOND_64(1 << 18, 1 << 20);
asan_allocator.cc 132 uptr used_size : FIRST_32_SECOND_64(32, 54); // Size requested by the user.

Completed in 87 milliseconds