Searched refs:__N (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/SemaTemplate/
H A Ddependent-sized_array.cpp20 template <unsigned __N>
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutf16.h373 int32_t __N=(n); \
374 while(__N>0) { \
376 --__N; \
396 int32_t __N=(n); \
397 while(__N>0 && ((i)<(length) || ((length)<0 && (s)[i]!=0))) { \
399 --__N; \
552 int32_t __N=(n); \
553 while(__N>0) { \
555 --__N; \
574 int32_t __N
[all...]
H A Dutf8.h542 int32_t __N=(n); \
543 while(__N>0) { \
545 --__N; \
565 int32_t __N=(n); \
566 while(__N>0 && ((i)<(length) || ((length)<0 && (s)[i]!=0))) { \
568 --__N; \
759 int32_t __N=(n); \
760 while(__N>0) { \
762 --__N; \
781 int32_t __N
[all...]
H A Dutf_old.h392 int32_t __N=(n); \
393 while(__N>0) { \
395 --__N; \
464 int32_t __N=(n); \
465 while(__N>0) { \
467 --__N; \
625 int32_t __N=(n); \
626 while(__N>0) { \
628 --__N; \
700 int32_t __N
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dutf16.h373 int32_t __N=(n); \
374 while(__N>0) { \
376 --__N; \
396 int32_t __N=(n); \
397 while(__N>0 && ((i)<(length) || ((length)<0 && (s)[i]!=0))) { \
399 --__N; \
552 int32_t __N=(n); \
553 while(__N>0) { \
555 --__N; \
574 int32_t __N
[all...]
H A Dutf8.h538 int32_t __N=(n); \
539 while(__N>0) { \
541 --__N; \
561 int32_t __N=(n); \
562 while(__N>0 && ((i)<(length) || ((length)<0 && (s)[i]!=0))) { \
564 --__N; \
753 int32_t __N=(n); \
754 while(__N>0) { \
756 --__N; \
775 int32_t __N
[all...]
H A Dutf_old.h392 int32_t __N=(n); \
393 while(__N>0) { \
395 --__N; \
464 int32_t __N=(n); \
465 while(__N>0) { \
467 --__N; \
625 int32_t __N=(n); \
626 while(__N>0) { \
628 --__N; \
700 int32_t __N
[all...]
/external/pixman/pixman/
H A Dpixman-mmx.c94 _mm_shuffle_pi16 (__m64 __A, int8_t const __N) argument
100 : "y" (__A), "K" (__N)

Completed in 167 milliseconds