Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/audio/
DSDL_wave.h60 typedef struct Chunk struct
65 } Chunk; argument
/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/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/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-bignum.h114 typedef uint32_t Chunk; typedef
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dbignum.h101 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/icu/icu4c/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/flutter/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/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/mindspore/mindspore/ccsrc/debug/debugger/
Ddebug_grpc.proto50 message Chunk { message
/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp258 uint64_t Chunk = (1LL << 31) - 1; in emitSPUpdate() local