HomeSort by relevance Sort by last modified time
    Searched defs:ARRAYSIZE (Results 1 - 12 of 12) sorted by null

  /external/webrtc/webrtc/examples/peerconnection/server/
utils.h 18 #ifndef ARRAYSIZE
19 #define ARRAYSIZE(x) (sizeof(x) / sizeof(x[0]))
  /external/regex-re2/util/
test.h 34 #define ARRAYSIZE arraysize
  /cts/tests/tests/media/libndkaudio/
AudioRecorder.cpp 33 #define ARRAYSIZE(a) sizeof((a))/sizeof((a)[0])
150 ARRAYSIZE(iidArray), iidArray, required);
  /external/libusb/examples/
fxload.c 46 #ifndef ARRAYSIZE
47 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0]))
91 int fx_type = FX_TYPE_UNDEFINED, img_type[ARRAYSIZE(path)];
203 for (j=0; j<ARRAYSIZE(known_device); j++) {
223 if (j < ARRAYSIZE(known_device)) {
264 for (i=0; i<ARRAYSIZE(path); i++) {
  /external/libusb/libusb/os/
windows_common.h 65 #ifndef ARRAYSIZE
66 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0]))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
celib.h 20 #define ARRAYSIZE(a) (sizeof(a)/sizeof((a)[0]))
ntdef.h 685 #define ARRAYSIZE(A) RTL_NUMBER_OF_V2(A)
winnt.h 661 #define ARRAYSIZE(A) RTL_NUMBER_OF_V2(A)
    [all...]
  /external/android-clat/
clatd_test.cpp 36 #define ARRAYSIZE(x) sizeof((x)) / sizeof((x)[0])
776 reassemble_packet(kIPv4Fragments, kIPv4FragLengths, ARRAYSIZE(kIPv4Fragments),
785 reassemble_packet(kIPv6Fragments, kIPv6FragLengths, ARRAYSIZE(kIPv6Fragments),
    [all...]
  /external/libusb/libusb/
libusbi.h 73 #if !defined(ARRAYSIZE)
74 #define ARRAYSIZE(array) (sizeof(array) / sizeof(array[0]))
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 643 #ifndef ARRAYSIZE
644 #define ARRAYSIZE(a) (sizeof(a) / sizeof(a[0]))
648 #define ARRAYLAST(a) (&a[ARRAYSIZE(a)-1])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]

Completed in 603 milliseconds