Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h518 static constexpr size_t hashSize = 256 / 8; variable
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp3077 size_t hashSize = mainPart->buildId->hashSize; in writeBuildId() local
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c492 size_t const hashSize = ((size_t)1 << hashLog) * sizeof(ldmEntry_t); in ZSTDMT_serialState_reset() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h2331 uint8_t hashSize; /* size of each hash in bytes */ member