Home | History | Annotate | Download | only in unicode

Lines Matching refs:__N

372     int32_t __N=(n); \
373 while(__N>0) { \
375 --__N; \
393 int32_t __N=(n); \
394 while(__N>0 && (i)<(length)) { \
396 --__N; \
558 int32_t __N=(n); \
559 while(__N>0) { \
561 --__N; \
580 int32_t __N=(n); \
581 while(__N>0 && (i)>(start)) { \
583 --__N; \