Home
last modified time | relevance | path

Searched refs:jumpTable (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1083 const U16* jumpTable = (const U16*)cSrc; in HUF_decompress_usingDTable() local
1084 const size_t length1 = FSE_readLE16(jumpTable); in HUF_decompress_usingDTable()
1085 const size_t length2 = FSE_readLE16(jumpTable+1); in HUF_decompress_usingDTable()
1086 const size_t length3 = FSE_readLE16(jumpTable+2); in HUF_decompress_usingDTable()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h181 static CaseCluster jumpTable(const ConstantInt *Low, in jumpTable() function
H A DSelectionDAGBuilder.cpp9533 JTCluster = CaseCluster::jumpTable(Clusters[First].Low, Clusters[Last].High, in buildJumpTable()