Home
last modified time | relevance | path

Searched defs:kChunkSize (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DStreamingMemoryObject.h46 static const uint32_t kChunkSize = 4096 * 4; variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Support/
DStreamingMemoryObject.h46 static const uint32_t kChunkSize = 4096 * 4; variable
/third_party/node/deps/v8/src/base/numbers/
Dbignum.h81 static const int kChunkSize = sizeof(Chunk) * 8; variable
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dbignum.h104 static const int kChunkSize = sizeof(Chunk) * 8; variable
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.h118 static const int kChunkSize = sizeof(Chunk) * 8; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-bignum.h118 static const int kChunkSize = sizeof(Chunk) * 8; variable
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-bignum.h118 static const int kChunkSize = sizeof(Chunk) * 8; variable
/third_party/node/deps/v8/include/libplatform/
Dv8-tracing.h147 static const size_t kChunkSize = 64; variable
/third_party/mesa3d/src/gtest/src/
Dgtest-printers.cc89 const size_t kChunkSize = 64; in PrintBytesInObjectToImpl() local
/third_party/skia/third_party/externals/piex/src/
Dtiff_parser.cc328 const size_t kChunkSize = 1048576; in GetData() local
/third_party/node/deps/googletest/src/
Dgtest-printers.cc95 const size_t kChunkSize = 64; in PrintBytesInObjectToImpl() local
/third_party/googletest/googletest/src/
Dgtest-printers.cc93 const size_t kChunkSize = 64; in PrintBytesInObjectToImpl() local
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest-printers.h736 const size_t kChunkSize = 8; in UniversalPrintArray() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DUniformTest.cpp999 static const size_t kChunkSize = 4; in CheckOneElement() local
/third_party/vixl/test/aarch64/
Dtest-utils-aarch64.cc434 static const size_t kChunkSize = sizeof(EqualMemoryChunk::RawChunk); in EqualMemory() local
/third_party/protobuf/objectivec/
DGPBArray.m42 #define kChunkSize 16 macro
/third_party/protobuf/src/google/protobuf/
Dmap_test.cc357 const int kChunkSize = 1000; in TEST_F() local
/third_party/node/deps/v8/src/d8/
Dd8.cc333 static constexpr size_t kChunkSize = 2 * 1024 * 1024; member in v8::__anona38b1dee0111::MultiMappedAllocator