Home | History | Annotate | Download | only in unicode

Lines Matching refs:__N

368     int32_t __N=(n); \
369 while(__N>0) { \
371 --__N; \
389 int32_t __N=(n); \
390 while(__N>0 && (i)<(length)) { \
392 --__N; \
545 int32_t __N=(n); \
546 while(__N>0) { \
548 --__N; \
567 int32_t __N=(n); \
568 while(__N>0 && (i)>(start)) { \
570 --__N; \