HomeSort by relevance Sort by last modified time
    Searched defs:LoopEnd (Results 1 - 3 of 3) sorted by null

  /external/webp/src/dsp/
lossless_mips32.c 102 // const uint32_t* LoopEnd = &population[length];
103 // while (pop != LoopEnd) {
113 const uint32_t* const LoopEnd = &population[length];
118 "beq %[pop], %[LoopEnd], 2f \n\t"
126 "bne %[pop], %[LoopEnd], 1b \n\t"
132 : [LoopEnd]"r"(LoopEnd)
144 // const uint32_t* LoopEnd = &X[length];
145 // while (pX != LoopEnd) {
160 const uint32_t* const LoopEnd = &X[length]
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 70 int LoopEnd;
181 s->LoopEnd > inst->IP ? s->LoopEnd : inst->IP;
606 if (endloop->IP > s->LoopEnd) {
607 s->LoopEnd = endloop->IP;
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]

Completed in 389 milliseconds