/aosp_15_r20/external/webrtc/examples/peerconnection/server/ |
H A D | utils.h | 19 #define ARRAYSIZE(x) (sizeof(x) / sizeof(x[0])) macro
|
/aosp_15_r20/external/curl/tests/unit/ |
H A D | unit1656.c | 42 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
|
/aosp_15_r20/cts/tests/tests/media/audio/jni/ |
H A D | AudioRecorder.cpp | 33 #define ARRAYSIZE(a) sizeof((a))/sizeof((a)[0]) macro
|
/aosp_15_r20/external/libusb/examples/ |
H A D | fxload.c | 51 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
|
H A D | xusb.c | 41 #define ARRAYSIZE(array) (sizeof(array) / sizeof(array[0])) macro
|
/aosp_15_r20/external/curl/lib/vquic/ |
H A D | vquic-tls.c | 61 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
|
H A D | curl_osslq.c | 86 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
|
/aosp_15_r20/external/curl/src/ |
H A D | tool_help.c | 44 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
|
/aosp_15_r20/external/curl/lib/ |
H A D | curl_trc.c | 57 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
|
H A D | pop3.c | 87 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
|
H A D | url.c | 129 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
|
H A D | connect.c | 88 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
|
H A D | cfilters.c | 45 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
|
/aosp_15_r20/external/libtextclassifier/native/utils/utf8/ |
H A D | unilib-common.cc | 24 #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/ |
D | celib.h | 20 #define ARRAYSIZE(a) (sizeof(a)/sizeof((a)[0])) macro
|
D | ntdef.h | 685 #define ARRAYSIZE(A) RTL_NUMBER_OF_V2(A) macro
|
/aosp_15_r20/packages/modules/Connectivity/clatd/ |
D | clatd_test.cpp | 40 #define ARRAYSIZE(x) sizeof((x)) / sizeof((x)[0]) macro
|
/aosp_15_r20/external/curl/lib/vtls/ |
H A D | gtls.c | 65 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
|
H A D | openssl.c | 113 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
|
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 644 #define ARRAYSIZE(a) (sizeof(a) / sizeof(a[0])) macro
|
/aosp_15_r20/external/libusb/libusb/ |
H A D | libusbi.h | 59 #define ARRAYSIZE(array) (sizeof(array) / sizeof(array[0])) macro
|
/aosp_15_r20/external/libusb/include/libusb/ |
H A D | libusbi.h | 59 #define ARRAYSIZE(array) (sizeof(array) / sizeof(array[0])) macro
|
/aosp_15_r20/hardware/synaptics/wlan/synadhd/wifi_hal/ |
D | wifi_logger.cpp | 53 #define ARRAYSIZE(a) (u8)(sizeof(a) / sizeof(a[0])) macro
|
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | wifi_logger.cpp | 53 #define ARRAYSIZE(a) (u8)(sizeof(a) / sizeof(a[0])) macro
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | posixmodule.c | 1587 #define ARRAYSIZE(a) (sizeof(a) / sizeof(a[0])) macro
|