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

  /external/nos/host/android/hals/keymaster/
macros.h 4 #define ARRAYSIZE(a) \
  /external/nos/test/system-test-harness/src/
macros.h 4 #define ARRAYSIZE(a) \
  /external/webrtc/webrtc/examples/peerconnection/server/
utils.h 18 #ifndef ARRAYSIZE
19 #define ARRAYSIZE(x) (sizeof(x) / sizeof(x[0]))
  /external/honggfuzz/libcommon/
common.h 42 #define ARRAYSIZE(x) (sizeof(x) / sizeof(*x))
  /external/tensorflow/tensorflow/stream_executor/platform/
port.h 43 #define ARRAYSIZE(a) \
  /external/honggfuzz/examples/terminal-emulators/
terminal-test.c 18 #define ARRAYSIZE(x) (sizeof(x) / sizeof(*x))
117 writev(fd_log, iov, ARRAYSIZE(iov));
  /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]))
  /frameworks/minikin/include/minikin/
Hyphenator.h 125 constexpr size_t ARRAYSIZE(T const (&)[size]) {
135 #define MAKE_HYPHEN_STR(chars) std::make_pair((chars), ARRAYSIZE(chars))
  /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/tensorflow/tensorflow/stream_executor/cuda/
cuda_driver.cc 41 // TODO: in windows ARRAYSIZE is defined in winnt.h but including it
43 #define ARRAYSIZE(a) \
723 CHECK(ARRAYSIZE(options) == ARRAYSIZE(option_values));
730 res = cuModuleLoadDataEx(module, ptx_data, ARRAYSIZE(options), options,
    [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...]
  /external/python/cpython2/Modules/
posixmodule.c     [all...]

Completed in 861 milliseconds