Home
last modified time | relevance | path

Searched defs:NELEMS (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/workgroups/
H A Dtest_wg_suggested_local_work_size.cpp28 #define NELEMS(s) (sizeof(s) / sizeof((s)[0])) macro
110 #define NELEMS(s) (sizeof(s) / sizeof((s)[0])) macro
/aosp_15_r20/frameworks/av/media/img_utils/include/img_utils/
H A DDngUtils.h33 #define NELEMS(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro
/aosp_15_r20/frameworks/native/cmds/flatland/
H A DFlatland.h26 #define NELEMS(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro
/aosp_15_r20/external/trusty/bootloader/ql-tipc/
Dkeymaster.c45 #define NELEMS(x) (sizeof(x) / sizeof((x)[0])) macro
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
H A Dutils.h228 #define NELEMS(X) (sizeof(X) / sizeof(X[0])) macro
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/
Ddefines.h46 #define NELEMS(x) (sizeof(ArraySizeHelper(x))) macro
/aosp_15_r20/frameworks/native/cmds/lshal/
H A Dtest.cpp39 #define NELEMS(array) static_cast<int>(sizeof(array) / sizeof(array[0])) macro