Home
last modified time | relevance | path

Searched defs:ARRAYSIZE (Results 1 – 12 of 12) sorted by relevance

/external/nos/host/android/hals/keymaster/
Dmacros.h4 #define ARRAYSIZE(a) \ macro
/external/nos/test/system-test-harness/src/
Dmacros.h4 #define ARRAYSIZE(a) \ macro
/external/webrtc/webrtc/examples/peerconnection/server/
Dutils.h19 #define ARRAYSIZE(x) (sizeof(x) / sizeof(x[0])) macro
/external/honggfuzz/libhfcommon/
Dcommon.h37 #define ARRAYSIZE(x) (sizeof(x) / sizeof(*x)) macro
/external/honggfuzz/examples/terminal-emulators/
Dterminal-test.c18 #define ARRAYSIZE(x) (sizeof(x) / sizeof(*x)) macro
/external/libusb/examples/
Dfxload.c47 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
/external/libusb/libusb/os/
Dwindows_common.h66 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
/external/libtextclassifier/utils/utf8/
Dunilib-javaicu.cc33 #define ARRAYSIZE(a) sizeof(a) / sizeof(*a) macro
/external/android-clat/
Dclatd_test.cpp41 #define ARRAYSIZE(x) sizeof((x)) / sizeof((x)[0]) macro
/external/libusb/include/libusb/
Dlibusbi.h74 #define ARRAYSIZE(array) (sizeof(array) / sizeof(array[0])) macro
/external/libusb/libusb/
Dlibusbi.h74 #define ARRAYSIZE(array) (sizeof(array) / sizeof(array[0])) macro
/external/python/cpython2/Modules/
Dposixmodule.c1587 #define ARRAYSIZE(a) (sizeof(a) / sizeof(a[0])) macro