Home
last modified time | relevance | path

Searched defs:spread (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp169 int spread = (int)left->getDepth() - (int)right->getDepth(); in pickBest() local
180 int spread = (int)left->getHeight() - (int)right->getHeight(); in pickBest() local
/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_redup.c92 spread(int fd, void *buf, size_t count, off_t offset) in spread() function
/freebsd/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c76 BYTE* spread = (BYTE*)(symbolNext + maxSymbolValue + 1); in FSE_buildDTable_internal() local
/freebsd/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c119 …BYTE* const spread = tableSymbol + tableSize; /* size = tableSize + 8 (may write beyond tableSize)… in FSE_buildCTable_wksp() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2796 int spread = (int)left->getDepth() - (int)right->getDepth(); in operator ()() local
2806 int spread = (int)left->getHeight() - (int)right->getHeight(); in operator ()() local
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c454 BYTE* spread = (BYTE*)(symbolNext + MaxSeq + 1); in ZSTD_buildFSETable_body() local