Searched refs:NELEM (Results 1 – 4 of 4) sorted by relevance
277 #define NELEM(a) (sizeof(a) / sizeof(a[0])) macro292 if (o_type_int < 0 || o_type_int >= (int)NELEM(json_type_name)) in json_type_to_name()294 MC_ERROR("json_type_to_name: type %d is out of range [0,%d]\n", o_type, NELEM(json_type_name)); in json_type_to_name()
76 InputUsage usages[NELEM(codeMap)]; in configureInputReport()78 for (int32_t i = 0; i < NELEM(codeMap); ++i) { in configureInputReport()
234 bool eos = ++frameIx == NELEM(avcStream_B); in TEST_F()316 bool eos = ++frameIx == NELEM(avcStream_A); in TEST_P()
116 (id >= NELEM(sClassModuleNames))) { in getClassString()