HomeSort by: relevance | last modified time | path
    Searched defs:jumpTable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SwitchLoweringUtils.h 63 static CaseCluster jumpTable(const ConstantInt *Low, const ConstantInt *High,
165 struct JumpTable {
177 JumpTable(unsigned R, unsigned J, MachineBasicBlock *M, MachineBasicBlock *D)
193 using JumpTableBlock = std::pair<JumpTableHeader, JumpTable>;
264 /// Vector of JumpTable structures used to communicate SwitchInst code
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v01.c 1049 const U16* jumpTable = (const U16*)cSrc;
1050 const size_t length1 = FSE_readLE16(jumpTable);
1051 const size_t length2 = FSE_readLE16(jumpTable+1);
1052 const size_t length3 = FSE_readLE16(jumpTable+2);

Completed in 17 milliseconds