Searched refs:NELEM (Results 1 - 13 of 13) sorted by relevance

/external/conscrypt/src/openjdk/native/
H A DJNIHelp.h32 #ifndef NELEM
33 # define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro
/external/conscrypt/src/compat/native/
H A DJNIHelp.h32 #ifndef NELEM
33 # define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro
/external/mksh/src/
H A Dmisc.c156 while (i < NELEM(options)) {
162 while (i < NELEM(options)) {
173 int opts[NELEM(options)];
203 while (i < NELEM(options)) {
219 while (i < NELEM(options)) {
235 while (i < NELEM(options)) {
475 for (i = 0; i < NELEM(options); i++)
481 if (i == NELEM(options))
H A Djobs.c196 for (i = NELEM(tt_sigs); --i >= 0; ) {
363 for (i = NELEM(tt_sigs); --i >= 0; )
390 for (i = NELEM(tt_sigs); --i >= 0; )
394 for (i = NELEM(tt_sigs); --i >= 0; ) {
562 for (forksleep = NELEM(tt_sigs); --forksleep >= 0; )
H A Dexpr.c1192 if (mb_ucsbsearch(mb_ucs_combining, NELEM(mb_ucs_combining), wc))
1196 if (mb_ucsbsearch(mb_ucs_fullwidth, NELEM(mb_ucs_fullwidth), wc))
H A Dedit.c2476 for (f = 0; f < NELEM(x_ftab); f++)
2539 for (f = 0; f < NELEM(x_ftab); f++)
2542 if (f == NELEM(x_ftab) || x_ftab[f].xf_flags & XF_NOBIND) {
5531 for (i = 0; i < (int)NELEM(x_defbindings); i++)
H A Dsyn.c1043 if ((unsigned int)meta < NELEM(dbtest_tokens))
H A Dfuncs.c3535 while (i < NELEM(rlimits)) {
3552 else for (i = 0; i < NELEM(rlimits); ++i) {
H A Dsh.h495 #define NELEM(a) (sizeof(a) / sizeof((a)[0])) macro
/external/jhead/
H A Dmain.c47 #ifndef NELEM
48 #define NELEM(x) ((int)(sizeof(x) / sizeof((x)[0]))) macro
809 methods, NELEM(methods));
/external/neven/
H A DFaceDetector_jni.cpp284 return jniRegisterNativeMethods(_env, classPathName, methods, NELEM(methods));
/external/svox/pico/compat/jni/
H A Dcom_android_tts_compat_SynthProxy.cpp705 env, "com/android/tts/compat/SynthProxy", gMethods, NELEM(gMethods)) < 0) {
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp11331 sNativeCryptoMethods, NELEM(sNativeCryptoMethods));

Completed in 323 milliseconds