Home
last modified time | relevance | path

Searched refs:kChunkSize (Results 1 - 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
H A DStreamingMemoryObject.cpp81 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 DStreamingMemoryObject.h46 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 DStreamingMemoryObject.h46 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 Dtrace-buffer.cc71 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 Dtrace-buffer.h33 size_t Capacity() const { return max_chunks_ * TraceBufferChunk::kChunkSize; } in Capacity()
/third_party/mesa3d/src/gtest/src/
H A Dgtest-printers.cc89 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 Dnode_trace_buffer.cc84 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 Dnode_trace_buffer.h39 size_t Capacity() const { return max_chunks_ * TraceBufferChunk::kChunkSize; } in Capacity()
/third_party/vixl/test/aarch64/
H A Dtest-utils-aarch64.cc435 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 Dv8-tracing.h140 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 Dv8-tracing.h140 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 Dbignum.cc227 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 Dbignum.h104 static const int kChunkSize = sizeof(Chunk) * 8; member in double_conversion::Bignum
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-bignum.cpp241 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 Ddouble-conversion-bignum.h118 static const int kChunkSize = sizeof(Chunk) * 8; member in double_conversion::Bignum
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-bignum.cpp241 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 Ddouble-conversion-bignum.h118 static const int kChunkSize = sizeof(Chunk) * 8; member in double_conversion::Bignum
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-bignum.cpp240 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 Dbignum.cc195 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 Dbignum.h81 static const int kChunkSize = sizeof(Chunk) * 8; member in v8::base::Bignum
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-printers.h736 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 Dgtest-printers.cc92 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 Dgtest-printers.cc95 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 Dgtest-printers.h885 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 Dgtest-printers.h937 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()

Completed in 23 milliseconds

12