HomeSort by relevance Sort by last modified time
    Searched full:loop_c (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libwebp/utils/
rescaler.c 109 int loop_c = x_out_max - channel; local
134 "subu %[loop_c], %[loop_c], %[x_stride] \n\t"
145 "bgtz %[loop_c], 1b \n\t"
153 [loop_c] "r" (loop_c), [x_stride1] "r" (x_stride1)
173 "subu %[loop_c], %[loop_c], %[x_stride] \n\t"
180 "bgtz %[loop_c], 1b \n\t"
186 [x_stride1] "r" (x_stride1), [loop_c] "r" (loop_c
    [all...]
  /external/webp/src/utils/
rescaler.c 109 int loop_c = x_out_max - channel; local
134 "subu %[loop_c], %[loop_c], %[x_stride] \n\t"
145 "bgtz %[loop_c], 1b \n\t"
153 [loop_c] "r" (loop_c), [x_stride1] "r" (x_stride1)
173 "subu %[loop_c], %[loop_c], %[x_stride] \n\t"
180 "bgtz %[loop_c], 1b \n\t"
186 [x_stride1] "r" (x_stride1), [loop_c] "r" (loop_c
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
rematch.cpp 45 // When a failure would go back to a LOOP_C instruction,
48 // LOOP_C's effect but assured that the next character of input is a
    [all...]
regeximp.h 237 "LOOP_C", \
regexcmp.cpp 762 // 3. LOOP_C stack location
    [all...]
  /external/icu/icu4c/source/i18n/
regeximp.h 234 "LOOP_C", \
rematch.cpp 47 // When a failure would go back to a LOOP_C instruction,
50 // LOOP_C's effect but assured that the next character of input is a
    [all...]
regexcmp.cpp     [all...]

Completed in 278 milliseconds