Home | History | Annotate | Download | only in intltest

Lines Matching refs:ARRAY_LENGTH

21 #define ARRAY_LENGTH(array) (sizeof(array)/sizeof(array[0]))
970 for (int32_t idx=0; idx<(int32_t)ARRAY_LENGTH(DATA); idx+=3) {