Home
last modified time | relevance | path

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

/freebsd-src/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-src/lib/msun/src/
H A Ds_fmal.c171 int spread; in fmal() local
[all...]
H A Ds_fma.c190 int spread; in fma() local
[all...]
/freebsd-src/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_redup.c100 spread(int fd, void *buf, size_t count, off_t offset) spread() function
/freebsd-src/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c76 BYTE* spread = (BYTE*)(symbolNext + maxSymbolValue + 1); in FSE_buildDTable_internal() local
/freebsd-src/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-src/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-src/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c454 BYTE* spread = (BYTE*)(symbolNext + MaxSeq + 1); in ZSTD_buildFSETable_body() local