Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/MachO/
HDSyntheticSections.h533 static constexpr size_t hashSize = 256 / 8; variable
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDWriter.cpp2884 size_t hashSize = mainPart->buildId->hashSize; in writeBuildId() local
/freebsd-13-stable/sys/contrib/zstd/lib/compress/
HDzstdmt_compress.c486 size_t const hashSize = ((size_t)1 << hashLog) * sizeof(ldmEntry_t); in ZSTDMT_serialState_reset() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMachO.h2331 uint8_t hashSize; /* size of each hash in bytes */ member