HomeSort by relevance Sort by last modified time
    Searched refs:Pivot (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 163 CaseRange &Pivot = *(Begin + Mid);
164 DEBUG(dbgs() << "Pivot ==> "
165 << cast<ConstantInt>(Pivot.Low)->getValue()
166 << " -" << cast<ConstantInt>(Pivot.High)->getValue() << "\n");
172 ConstantInt *NewLowerBound = cast<ConstantInt>(Pivot.Low);
208 // Create a new node that checks if the value is < pivot. Go to the
216 Val, Pivot.Low, "Pivot");
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_qsort.c 133 * 3. We choose a pivot by looking at the first, last
136 * choosing the pivot, and it makes things a little
137 * easier in the partitioning step. Anyway, the pivot
148 * 4. We copy the pivot element to a separate place
151 * and don't have to wonder "did we move the pivot
198 #define Pivot(swapper,sz) \
225 while (compare(first,pivot)<0) first+=sz; \
226 while (compare(pivot,last)<0) last-=sz; \
261 memcpy(pivot,first,size); \
263 memcpy(test,pivot,size);
326 char *pivot=malloc(size); local
357 char *pivot=malloc(size); local
388 char *pivot=malloc(WORD_BYTES); local
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]

Completed in 717 milliseconds