Home
last modified time | relevance | path

Searched refs:NELEM (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/msm8998/json-c/
Djson_util.c277 #define NELEM(a) (sizeof(a) / sizeof(a[0])) macro
292 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()
/hardware/libhardware/modules/input/evdev/
DMouseInputMapper.cpp76 InputUsage usages[NELEM(codeMap)]; in configureInputReport()
78 for (int32_t i = 0; i < NELEM(codeMap); ++i) { in configureInputReport()
/hardware/google/av/media/sfplugin/tests/
DMediaCodec_sanity_test.cpp234 bool eos = ++frameIx == NELEM(avcStream_B); in TEST_F()
316 bool eos = ++frameIx == NELEM(avcStream_A); in TEST_P()
/hardware/interfaces/broadcastradio/1.0/default/
DUtils.cpp116 (id >= NELEM(sClassModuleNames))) { in getClassString()