Home
last modified time | relevance | path

Searched defs:blockSize (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/lld/ELF/
H A DOutputSections.cpp362 const size_t blockSize = ZSTD_CStreamInSize(); in maybeCompress() local
/openbsd/gnu/llvm/lld/MachO/
H A DSyntheticSections.h517 static constexpr size_t blockSize = (1 << blockSizeShift); // 4 KiB variable
/openbsd/lib/libexpat/lib/
H A Dxmlparse.c7445 poolBytesToAllocateFor(int blockSize) { in poolBytesToAllocateFor()
7499 int blockSize = (int)((unsigned)(pool->end - pool->start) * 2U); in poolGrow() local
7531 int blockSize = (int)(pool->end - pool->start); in poolGrow() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.cpp683 CharUnits &blockSize = info.BlockSize; in computeBlockInfo() local