Home
last modified time | relevance | path

Searched defs:kSize (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dmop.cpp17 const int kSize = 2 << 10; in thread() local
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/tests/
H A Drawprofile.cpp25 constexpr int kSize = 5; in PopulateFakeMap() local
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h32 static const size_t kSize = kSizeT; member
50 static const size_t kSize = kSizeT; member
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h24 enum SizeEnum : uptr { kSize = sizeof(basic_int_t) * 8 }; enumerator
117 enum SizeEnum : uptr { kSize = BV::kSize * BV::kSize * kLevel1Size }; enumerator
H A Dsanitizer_bvgraph.h27 enum SizeEnum : uptr { kSize = BV::kSize }; enumerator
H A Dsanitizer_quarantine.h28 static const uptr kSize = 1021; member
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h27 static const uptr kSize = 128; variable
H A Dtsan_trace.h175 static constexpr uptr kSize = member
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc1101 const int kSize = 5; local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_7zip.c89 #define kSize 0x09 macro
H A Darchive_read_support_format_7zip.c126 #define kSize 0x09 macro
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc2352 std::vector<std::string> ArrayAsVector(const char* const (&array)[kSize]) { in ArrayAsVector()