Searched refs:NELEM (Results 1 – 5 of 5) sorted by relevance
/device/google/coral/json-c/ |
D | json_util.c | 277 #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/ |
D | json_util.c | 277 #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/ |
D | json_util.c | 277 #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/ |
D | com_android_emulator_multidisplay.cpp | 192 sMethods, NELEM(sMethods)); in JNI_OnLoad()
|
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/ |
D | GoldfishVPX.cpp | 68 codingType == OMX_VIDEO_CodingVP8 ? 0 : NELEM(kVP9ProfileLevels), in GoldfishVPX()
|