Searched refs:jumpTable (Results 1 – 3 of 3) sorted by relevance
1083 const U16* jumpTable = (const U16*)cSrc; in HUF_decompress_usingDTable() local1084 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()
181 static CaseCluster jumpTable(const ConstantInt *Low, in jumpTable() function
9533 JTCluster = CaseCluster::jumpTable(Clusters[First].Low, Clusters[Last].High, in buildJumpTable()