Home
last modified time | relevance | path

Searched refs:loop_count (Results 1 – 2 of 2) sorted by relevance

/sysdeps/s390/multiarch/
A D8bit-generic.c86 loop_count = (outend - outptr) / 64; \
87 if (loop_count > 16) \
88 loop_count = 16; \
165 , [R_LI] "+a" (loop_count) \
176 if (loop_count != 0) \
222 if (loop_count > 16) \
223 loop_count = 16; \
284 loop_count -= remaining_loop_count; \
285 if (loop_count > 0) \
317 , [R_LI] "+d" (loop_count) \
[all …]
A Dgconv_simple.c125 size_t loop_count, tmp; \
197 , [R_LI] "=d" (loop_count) \
364 , [R_LI] "=d" (loop_count) \
414 size_t loop_count; in ICONV_VX_IFUNC() local
460 , [R_LI] "=a" (loop_count) in ICONV_VX_IFUNC()
514 size_t len, loop_count; in ICONV_VX_IFUNC() local
565 , [R_LI] "=a" (loop_count) in ICONV_VX_IFUNC()
641 size_t len, loop_count; in ICONV_VX_IFUNC() local
696 , [R_LI] "=a" (loop_count) in ICONV_VX_IFUNC()
1112 if (loop_count > 0) \
[all …]

Completed in 5 milliseconds