Home
last modified time | relevance | path

Searched defs:Chunk (Results 1 – 25 of 26) sorted by relevance

12

/third_party/node/src/quic/
Dlogstream.h59 struct Chunk { struct
68 std::deque<Chunk> buffer_; argument
/third_party/node/deps/v8/src/zone/
Dzone-chunk-list.h115 struct Chunk { struct
118 Chunk* next_ = nullptr; argument
119 Chunk* previous_ = nullptr; argument
124 Chunk* NewChunk(const uint32_t capacity) { in NewChunk() argument
155 using Chunk = maybe_const<typename ZoneChunkList<T>::Chunk>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ExpandImm.cpp31 static bool canUseOrr(uint64_t Chunk, uint64_t &Encoding) { in canUseOrr()
55 for (CountMap::const_iterator Chunk = Counts.begin(), End = Counts.end(); in tryToreplicateChunks() local
108 static bool isStartChunk(uint64_t Chunk) { in isStartChunk()
118 static bool isEndChunk(uint64_t Chunk) { in isEndChunk()
161 int64_t Chunk = getChunk(UImm, Idx); in trySequenceOfOnes() local
195 const uint64_t Chunk = getChunk(UImm, Idx); in trySequenceOfOnes() local
314 const unsigned Chunk = (Imm >> Shift) & Mask; in expandMOVImm() local
/third_party/node/deps/v8/src/parsing/
Dscanner-character-streams.cc176 struct Chunk { struct in v8::internal::ChunkedStream
177 Chunk(const Char* const data, size_t position, size_t length) in Chunk() function
179 std::unique_ptr<const Char[]> data;
181 const size_t position;
182 const size_t length;
183 size_t end_position() const { return position + length; } in end_position()
561 struct Chunk { struct in v8::internal::Utf8ExternalStreamingStream
562 Chunk(const uint8_t* data, size_t length, StreamPosition start) in Chunk() function
564 std::unique_ptr<const uint8_t[]> data;
565 size_t length;
[all …]
/third_party/typescript/tests/cases/conformance/jsdoc/
DjsdocImportType.ts10 class Chunk { class
DjsdocImportType2.ts10 module.exports = class Chunk { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Utils/
DRISCVMatInt.cpp85 APInt Chunk = Val.ashr(ShiftVal).sextOrTrunc(PlatRegSize); in getIntMatCost() local
/third_party/python/Lib/
Dchunk.py51 class Chunk: class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h135 struct Chunk { struct
136 enum class ChunkKind { argument
158 ChunkKind Kind; argument
161 Chunk(ChunkKind K) : Kind(K) {} in Chunk() argument
178 : Chunk(Kind), IsImplicit(IsImplicit) {} in Chunk() function
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dbignum.h101 typedef uint32_t Chunk; typedef
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.h115 typedef uint32_t Chunk; typedef
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-bignum.h115 typedef uint32_t Chunk; typedef
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-bignum.h115 typedef uint32_t Chunk; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBinaryStreamWriter.cpp73 ArrayRef<uint8_t> Chunk; in writeStreamRef() local
/third_party/skia/src/utils/
DSkBitSet.h129 using Chunk = uint32_t; variable
/third_party/skia/third_party/externals/libwebp/src/demux/
Ddemux.c56 typedef struct Chunk { struct
57 ChunkData data_; argument
58 struct Chunk* next_; argument
59 } Chunk; typedef
/third_party/node/deps/v8/src/heap/
Dslot-set.h665 struct Chunk { struct
666 Chunk* next; argument
674 Chunk* EnsureChunk(); argument
Dheap.h323 struct Chunk { struct
328 using Reservation = std::vector<Chunk>; argument
/third_party/node/deps/v8/tools/system-analyzer/
Dtimeline.mjs237 class Chunk { class
/third_party/vixl/test/aarch64/
Dtest-utils-aarch64.h194 typedef uint64_t Chunk; in preg_lane() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp403 const uint8_t *Chunk = Buffer.data() + BytesWritten; in writeBytes() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp649 uint16_t Chunk = std::min((uint32_t)MaxDefRange, RangeSize); in encodeDefRange() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp862 ArrayRef<Instruction *> Chunk(&Chain.second[CI], Len); in vectorizeChains() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2545 int Chunk = API.getNumWords() - 1; in emitGlobalConstantFP() local
2553 unsigned Chunk; in emitGlobalConstantFP() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp211 unsigned Chunk = ExtIndexC % NarrowingRatio; in foldBitcastExtElt() local

12