Searched defs:Pivot (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_qsort.c198 #define Pivot(swapper,sz) \ macro
337 Pivot(SWAP_nonaligned,size);
368 Pivot(SWAP_aligned,size);
403 Pivot(SWAP_words,WORD_BYTES);
/external/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp163 CaseRange &Pivot = *(Begin + Mid); local
164 DEBUG(dbgs() << "Pivot ==> "
165 << cast<ConstantInt>(Pivot.Low)->getValue()
166 << " -" << cast<ConstantInt>(Pivot.High)->getValue() << "\n");
172 ConstantInt *NewLowerBound = cast<ConstantInt>(Pivot.Low);
216 Val, Pivot.Low, "Pivot");

Completed in 122 milliseconds