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

  /external/webp/src/dsp/
lossless_enc_mips32.c 98 // const uint32_t* LoopEnd = &population[length];
99 // while (pop != LoopEnd) {
109 const uint32_t* const LoopEnd = &population[length];
114 "beq %[pop], %[LoopEnd], 2f \n\t"
122 "bne %[pop], %[LoopEnd], 1b \n\t"
128 : [LoopEnd]"r"(LoopEnd)
140 // const uint32_t* LoopEnd = &X[length];
141 // while (pX != LoopEnd) {
156 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 270 milliseconds