Home
last modified time | relevance | path

Searched defs:kNumValues (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/test/core/util/
Dbm_tdigest.cc25 const size_t kNumValues = sysconf(_SC_PAGE_SIZE) / sizeof(double); in BM_AddWithCompression() local
/third_party/lzma/CPP/7zip/UI/Common/
DUpdateAction.h10 const unsigned kNumValues = 7; variable
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DInternalStorageBufferBindingTests.cpp24 static constexpr uint32_t kNumValues = 4; member in InternalStorageBufferBindingTests
/third_party/skia/m133/tools/graphite/
DGraphiteToolUtils.cpp88 static const int kNumValues = SkTiledImageUtils::kNumImageKeyValues + 2; member in __anona41a2f050111::TestingImageProvider::ImageKey
/third_party/skia/m133/src/sksl/lex/
DTransitionTable.cpp31 constexpr int kNumValues = (1 << kNumBits) - 1; variable
/third_party/skia/src/sksl/lex/
DTransitionTable.cpp31 constexpr int kNumValues = (1 << kNumBits) - 1; variable
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DComputeStorageBufferBarrierTests.cpp21 static constexpr uint32_t kNumValues = 100; member in ComputeStorageBufferBarrierTests
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
Dhash_test.cc146 constexpr size_t kNumValues = 1 << kLog2NumValues; in TEST() local