Home
last modified time | relevance | path

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

/device/google/coral/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()
/device/google/crosshatch/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()
/device/google/bonito/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()
/device/generic/goldfish/MultiDisplayProvider/jni/
Dcom_android_emulator_multidisplay.cpp192 sMethods, NELEM(sMethods)); in JNI_OnLoad()
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp68 codingType == OMX_VIDEO_CodingVP8 ? 0 : NELEM(kVP9ProfileLevels), in GoldfishVPX()