Home
last modified time | relevance | path

Searched defs:ChunkSize (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm-project/libc/utils/testutils/
DFDReaderUnix.cpp34 constexpr ssize_t ChunkSize = 4096 * 4; in matchWritten() local
/external/llvm-project/polly/lib/CodeGen/
DLoopGeneratorsKMP.cpp197 Value *ChunkSize = in createSubFn() local
358 Value *ChunkSize) { in createCallStaticInit()
421 Value *ChunkSize) { in createCallDispatchInit()
548 int ChunkSize, OMPGeneralSchedulingType Scheduling) const { in getSchedType()
/external/llvm-project/clang/lib/AST/Interp/
DInterpStack.h80 static constexpr size_t ChunkSize = 1024 * 1024; variable
/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dsdes.cc55 size_t ChunkSize(const Sdes::Chunk& chunk) { in ChunkSize() function
/external/webrtc/common_audio/resampler/
Dsinc_resampler.cc344 size_t SincResampler::ChunkSize() const { in ChunkSize() function in webrtc::SincResampler
/external/llvm-project/polly/lib/Support/
DGICHelper.cpp54 const static int ChunkSize = sizeof(uint64_t); in APIntFromVal() local
/external/llvm/lib/Support/
DMemoryBuffer.cpp237 const ssize_t ChunkSize = 4096*4; in getMemoryBufferForStream() local
Draw_ostream.cpp581 size_t ChunkSize = Size; in write_impl() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp554 size_t ChunkSize = Size; in write_impl() local
DMemoryBuffer.cpp237 const ssize_t ChunkSize = 4096*4; in getMemoryBufferForStream() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DMemoryBuffer.cpp212 const ssize_t ChunkSize = 4096*4; in getMemoryBufferForStream() local
Draw_ostream.cpp711 size_t ChunkSize = std::min(Size, MaxWriteSize); in write_impl() local
/external/llvm-project/llvm/lib/Support/
DMemoryBuffer.cpp226 const ssize_t ChunkSize = 4096*4; in getMemoryBufferForStream() local
Draw_ostream.cpp762 size_t ChunkSize = std::min(Size, MaxWriteSize); in write_impl() local
/external/llvm/lib/MC/
DMCAssembler.cpp504 for (unsigned ChunkSize = MaxChunkSize; ChunkSize; ChunkSize /= 2) { in writeFragment() local
/external/clang/include/clang/AST/
DOpenMPClause.h714 Expr *ChunkSize; variable
798 Expr *ChunkSize, Stmt *HelperChunkSize, in OMPScheduleClause()
3823 Expr *ChunkSize; variable
3867 OpenMPDistScheduleClauseKind Kind, Expr *ChunkSize, in OMPDistScheduleClause()
/external/llvm-project/llvm/lib/MC/
DMCAssembler.cpp605 const unsigned ChunkSize = VSize * NumPerChunk; in writeFragment() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAssembler.cpp597 const unsigned ChunkSize = VSize * NumPerChunk; in writeFragment() local
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h1318 Expr *ChunkSize = nullptr; variable
1400 Expr *ChunkSize, Stmt *HelperChunkSize, in OMPScheduleClause()
6116 Expr *ChunkSize = nullptr; variable
6158 OpenMPDistScheduleClauseKind Kind, Expr *ChunkSize, in OMPDistScheduleClause()
/external/llvm-project/llvm/lib/Target/X86/
DX86FrameLowering.cpp605 uint64_t ChunkSize = Offset - CurrentOffset; in emitStackProbeInlineGenericBlock() local
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.cpp339 const uint32_t ChunkSize = 16; in writeSection() local
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp828 int ChunkSize; member
/external/clang/lib/Sema/
DSemaOpenMP.cpp7800 OpenMPScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc, in ActOnOpenMPScheduleClause()
11387 OpenMPDistScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc, in ActOnOpenMPDistScheduleClause()
DTreeTransform.h1495 OpenMPScheduleClauseKind Kind, Expr *ChunkSize, SourceLocation StartLoc, in RebuildOMPScheduleClause()
1754 Expr *ChunkSize, SourceLocation StartLoc, in RebuildOMPDistScheduleClause()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp4487 llvm::APInt ChunkSize(32, 1); in getDefaultScheduleAndChunk() local

12