/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
H A D | StreamingMemoryObject.cpp | 81 size_t pos = BytesRead + kChunkSize; in getExtent() 84 pos += kChunkSize; in getExtent() 136 : Bytes(kChunkSize), Streamer(std::move(Streamer)), BytesRead(0), in StreamingMemoryObject() 138 BytesRead = this->Streamer->GetBytes(&Bytes[0], kChunkSize); in StreamingMemoryObject()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | StreamingMemoryObject.h | 46 static const uint32_t kChunkSize = 4096 * 4; member in llvm::StreamingMemoryObject 59 // requests will be small, but we fetch at kChunkSize bytes at a 66 Bytes.resize(BytesRead + BytesSkipped + kChunkSize); in fetchToPos() 68 kChunkSize); in fetchToPos()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Support/ |
H A D | StreamingMemoryObject.h | 46 static const uint32_t kChunkSize = 4096 * 4; member in llvm::StreamingMemoryObject 59 // requests will be small, but we fetch at kChunkSize bytes at a 66 Bytes.resize(BytesRead + BytesSkipped + kChunkSize); in fetchToPos() 68 Streamer->GetBytes(&Bytes[BytesRead + BytesSkipped], kChunkSize); in fetchToPos()
|
/third_party/node/deps/v8/src/libplatform/tracing/ |
H A D | trace-buffer.cc | 71 chunk_index * TraceBufferChunk::kChunkSize + event_index; in MakeHandle() 79 *chunk_index = indices / TraceBufferChunk::kChunkSize; in ExtractHandle() 80 *event_index = indices % TraceBufferChunk::kChunkSize; in ExtractHandle()
|
H A D | trace-buffer.h | 33 size_t Capacity() const { return max_chunks_ * TraceBufferChunk::kChunkSize; } in Capacity()
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-printers.cc | 89 const size_t kChunkSize = 64; in PrintBytesInObjectToImpl() local 91 // some details by printing only the first and the last kChunkSize in PrintBytesInObjectToImpl() 96 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl() 99 const size_t resume_pos = (count - kChunkSize + 1)/2*2; in PrintBytesInObjectToImpl()
|
/third_party/node/src/tracing/ |
H A D | node_trace_buffer.cc | 84 chunk_index * TraceBufferChunk::kChunkSize + event_index) << 1) + id_; in MakeHandle() 94 *chunk_index = indices / TraceBufferChunk::kChunkSize; in ExtractHandle() 95 *event_index = indices % TraceBufferChunk::kChunkSize; in ExtractHandle()
|
H A D | node_trace_buffer.h | 39 size_t Capacity() const { return max_chunks_ * TraceBufferChunk::kChunkSize; } in Capacity()
|
/third_party/vixl/test/aarch64/ |
H A D | test-utils-aarch64.cc | 435 static const size_t kChunkSize = sizeof(EqualMemoryChunk::RawChunk); in EqualMemory() local 438 VIXL_ASSERT((size_in_bytes % kChunkSize) == 0); in EqualMemory() 448 reinterpret_cast<uintptr_t>(result) + (kContextLines + 1) * kChunkSize; in EqualMemory() 449 for (size_t i = 0; i < size_in_bytes; i += kChunkSize) { in EqualMemory() 452 memcpy(&chunk.expected, expected_it, kChunkSize); in EqualMemory() 453 memcpy(&chunk.result, result_it, kChunkSize); in EqualMemory() 459 if (!chunk.IsEqual() || ((i + kChunkSize) >= size_in_bytes)) { in EqualMemory() 465 print_context_to = chunk.address + (kContextLines + 1) * kChunkSize; in EqualMemory() 483 expected_it += kChunkSize; in EqualMemory() 484 result_it += kChunkSize; in EqualMemory() [all...] |
/third_party/node/deps/v8/include/libplatform/ |
H A D | v8-tracing.h | 140 bool IsFull() const { return next_free_ == kChunkSize; } in IsFull() 147 static const size_t kChunkSize = 64; member in v8::platform::tracing::TraceBufferChunk 151 TraceObject chunk_[kChunkSize];
|
/third_party/node/deps/v8/include/v8-include/libplatform/ |
H A D | v8-tracing.h | 140 bool IsFull() const { return next_free_ == kChunkSize; } in IsFull() 147 static const size_t kChunkSize = 64; member in v8::platform::tracing::TraceBufferChunk 151 TraceObject chunk_[kChunkSize];
|
/third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
H A D | bignum.cc | 227 borrow = difference >> (kChunkSize - 1); in SubtractBignum() 232 borrow = difference >> (kChunkSize - 1); in SubtractBignum() 372 if ((1 << (2 * (kChunkSize - kBigitSize))) <= used_bigits_) { 782 borrow = static_cast<Chunk>((difference >> (kChunkSize - 1)) + 791 borrow = difference >> (kChunkSize - 1);
|
H A D | bignum.h | 104 static const int kChunkSize = sizeof(Chunk) * 8; member in double_conversion::Bignum
|
/third_party/icu/icu4c/source/i18n/ |
H A D | double-conversion-bignum.cpp | 241 borrow = difference >> (kChunkSize - 1); in SubtractBignum() 246 borrow = difference >> (kChunkSize - 1); in SubtractBignum() 386 if ((1 << (2 * (kChunkSize - kBigitSize))) <= used_bigits_) { 796 borrow = static_cast<Chunk>((difference >> (kChunkSize - 1)) + 805 borrow = difference >> (kChunkSize - 1);
|
H A D | double-conversion-bignum.h | 118 static const int kChunkSize = sizeof(Chunk) * 8; member in double_conversion::Bignum
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | double-conversion-bignum.cpp | 241 borrow = difference >> (kChunkSize - 1); in SubtractBignum() 246 borrow = difference >> (kChunkSize - 1); in SubtractBignum() 386 if ((1 << (2 * (kChunkSize - kBigitSize))) <= used_bigits_) { 796 borrow = static_cast<Chunk>((difference >> (kChunkSize - 1)) + 805 borrow = difference >> (kChunkSize - 1);
|
H A D | double-conversion-bignum.h | 118 static const int kChunkSize = sizeof(Chunk) * 8; member in double_conversion::Bignum
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | double-conversion-bignum.cpp | 240 borrow = difference >> (kChunkSize - 1); in SubtractBignum() 245 borrow = difference >> (kChunkSize - 1); in SubtractBignum() 385 if ((1 << (2 * (kChunkSize - kBigitSize))) <= used_bigits_) { 795 borrow = static_cast<Chunk>((difference >> (kChunkSize - 1)) + 804 borrow = difference >> (kChunkSize - 1);
|
/third_party/node/deps/v8/src/base/numbers/ |
H A D | bignum.cc | 195 borrow = difference >> (kChunkSize - 1); in SubtractBignum() 200 borrow = difference >> (kChunkSize - 1); in SubtractBignum() 321 if ((1 << (2 * (kChunkSize - kBigitSize))) <= used_digits_) { in MultiplyByPowerOfTen() 703 borrow = static_cast<Chunk>((difference >> (kChunkSize - 1)) + in SubtractTimes() 710 borrow = difference >> (kChunkSize - 1); in SubtractTimes()
|
H A D | bignum.h | 81 static const int kChunkSize = sizeof(Chunk) * 8; member in v8::base::Bignum
|
/third_party/mesa3d/src/gtest/include/gtest/ |
H A D | gtest-printers.h | 736 const size_t kChunkSize = 8; in UniversalPrintArray() local 739 // kChunkSize elements. in UniversalPrintArray() 743 PrintRawArrayTo(begin, kChunkSize, os); in UniversalPrintArray() 745 PrintRawArrayTo(begin + len - kChunkSize, kChunkSize, os); in UniversalPrintArray()
|
/third_party/googletest/googletest/src/ |
H A D | gtest-printers.cc | 92 const size_t kChunkSize = 64; in PrintBytesInObjectToImpl() local 94 // some details by printing only the first and the last kChunkSize in PrintBytesInObjectToImpl() 99 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl() 102 const size_t resume_pos = (count - kChunkSize + 1) / 2 * 2; in PrintBytesInObjectToImpl()
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-printers.cc | 95 const size_t kChunkSize = 64; in PrintBytesInObjectToImpl() local 97 // some details by printing only the first and the last kChunkSize in PrintBytesInObjectToImpl() 102 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl() 105 const size_t resume_pos = (count - kChunkSize + 1) / 2 * 2; in PrintBytesInObjectToImpl()
|
/third_party/googletest/googletest/include/gtest/ |
H A D | gtest-printers.h | 885 const size_t kChunkSize = 8; in UniversalPrintArray() local 888 // kChunkSize elements. in UniversalPrintArray() 892 PrintRawArrayTo(begin, kChunkSize, os); in UniversalPrintArray() 894 PrintRawArrayTo(begin + len - kChunkSize, kChunkSize, os); in UniversalPrintArray()
|
/third_party/node/deps/googletest/include/gtest/ |
H A D | gtest-printers.h | 937 const size_t kChunkSize = 8; in UniversalPrintArray() local 940 // kChunkSize elements. in UniversalPrintArray() 944 PrintRawArrayTo(begin, kChunkSize, os); in UniversalPrintArray() 946 PrintRawArrayTo(begin + len - kChunkSize, kChunkSize, os); in UniversalPrintArray()
|