Home
last modified time | relevance | path

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

/external/webrtc/examples/peerconnection/server/
Dutils.h19 #define ARRAYSIZE(x) (sizeof(x) / sizeof(x[0])) macro
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-sizeof-container.cpp46 #define ARRAYSIZE(a) \ macro
/external/libusb/examples/
Dfxload.c49 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
/external/libtextclassifier/native/utils/utf8/
Dunilib-common.cc24 #define ARRAYSIZE(a) sizeof(a) / sizeof(*a) macro
/external/android-clat/
Dclatd_test.cpp40 #define ARRAYSIZE(x) sizeof((x)) / sizeof((x)[0]) macro
/external/libusb/include/libusb/
Dlibusbi.h59 #define ARRAYSIZE(array) (sizeof(array) / sizeof(array[0])) macro
/external/libusb/libusb/
Dlibusbi.h59 #define ARRAYSIZE(array) (sizeof(array) / sizeof(array[0])) macro
/external/python/cpython2/Modules/
Dposixmodule.c1587 #define ARRAYSIZE(a) (sizeof(a) / sizeof(a[0])) macro