Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/webrtc/examples/peerconnection/server/
H A Dutils.h19 #define ARRAYSIZE(x) (sizeof(x) / sizeof(x[0])) macro
/aosp_15_r20/external/curl/tests/unit/
H A Dunit1656.c42 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
/aosp_15_r20/cts/tests/tests/media/audio/jni/
H A DAudioRecorder.cpp33 #define ARRAYSIZE(a) sizeof((a))/sizeof((a)[0]) macro
/aosp_15_r20/external/libusb/examples/
H A Dfxload.c51 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
H A Dxusb.c41 #define ARRAYSIZE(array) (sizeof(array) / sizeof(array[0])) macro
/aosp_15_r20/external/curl/lib/vquic/
H A Dvquic-tls.c61 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
H A Dcurl_osslq.c86 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
/aosp_15_r20/external/curl/src/
H A Dtool_help.c44 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
/aosp_15_r20/external/curl/lib/
H A Dcurl_trc.c57 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
H A Dpop3.c87 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
H A Durl.c129 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
H A Dconnect.c88 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
H A Dcfilters.c45 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
/aosp_15_r20/external/libtextclassifier/native/utils/utf8/
H A Dunilib-common.cc24 #define ARRAYSIZE(a) sizeof(a) / sizeof(*a) macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dcelib.h20 #define ARRAYSIZE(a) (sizeof(a)/sizeof((a)[0])) macro
Dntdef.h685 #define ARRAYSIZE(A) RTL_NUMBER_OF_V2(A) macro
/aosp_15_r20/packages/modules/Connectivity/clatd/
Dclatd_test.cpp40 #define ARRAYSIZE(x) sizeof((x)) / sizeof((x)[0]) macro
/aosp_15_r20/external/curl/lib/vtls/
H A Dgtls.c65 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
H A Dopenssl.c113 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h644 #define ARRAYSIZE(a) (sizeof(a) / sizeof(a[0])) macro
/aosp_15_r20/external/libusb/libusb/
H A Dlibusbi.h59 #define ARRAYSIZE(array) (sizeof(array) / sizeof(array[0])) macro
/aosp_15_r20/external/libusb/include/libusb/
H A Dlibusbi.h59 #define ARRAYSIZE(array) (sizeof(array) / sizeof(array[0])) macro
/aosp_15_r20/hardware/synaptics/wlan/synadhd/wifi_hal/
Dwifi_logger.cpp53 #define ARRAYSIZE(a) (u8)(sizeof(a) / sizeof(a[0])) macro
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_logger.cpp53 #define ARRAYSIZE(a) (u8)(sizeof(a) / sizeof(a[0])) macro
/aosp_15_r20/external/python/cpython2/Modules/
Dposixmodule.c1587 #define ARRAYSIZE(a) (sizeof(a) / sizeof(a[0])) macro

12