Home | History | Annotate | Download | only in unicode

Lines Matching refs:__N

359     int32_t __N=(n); \
360 while(__N>0) { \
362 --__N; \
380 int32_t __N=(n); \
381 while(__N>0 && (i)<(length)) { \
383 --__N; \
536 int32_t __N=(n); \
537 while(__N>0) { \
539 --__N; \
558 int32_t __N=(n); \
559 while(__N>0 && (i)>(start)) { \
561 --__N; \