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

  /external/webrtc/webrtc/examples/peerconnection/server/
utils.h 18 #ifndef ARRAYSIZE
19 #define ARRAYSIZE(x) (sizeof(x) / sizeof(x[0]))
data_socket.cc 199 for (size_t i = 0; i < ARRAYSIZE(supported_methods); ++i) {
233 if ((headers + ARRAYSIZE(kContentLength)) < end &&
235 ARRAYSIZE(kContentLength) - 1) == 0) {
236 headers += ARRAYSIZE(kContentLength) - 1;
240 } else if ((headers + ARRAYSIZE(kContentType)) < end &&
242 ARRAYSIZE(kContentType) - 1) == 0) {
243 headers += ARRAYSIZE(kContentType) - 1;
peer_channel.cc 186 for (; i < ARRAYSIZE(kRequestPaths); ++i) {
191 if (i == ARRAYSIZE(kRequestPaths))
200 int id = atoi(&args[found + ARRAYSIZE(kPeerId) - 1]);
230 found += ARRAYSIZE(kTargetPeerIdParam) - 1;
233 args = found + ARRAYSIZE(kTargetPeerIdParam) - 1;
  /external/opencv3/cmake/checks/
directx.cpp 28 UINT numDriverTypes = ARRAYSIZE(driverTypes);
36 UINT numFeatureLevels = ARRAYSIZE(featureLevels);
  /external/regex-re2/util/
test.h 34 #define ARRAYSIZE arraysize
  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DBase.cpp 56 ARRAYSIZE(featureLevels),
150 m_d3dContext->OMSetRenderTargets(ARRAYSIZE(nullViews), nullViews, nullptr);
QuadRenderer.cpp 25 1, // arraySize
134 ARRAYSIZE(vertexDesc),
194 m_indexCount = ARRAYSIZE(indices);
  /external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DBase.cpp 56 ARRAYSIZE(featureLevels),
150 m_d3dContext->OMSetRenderTargets(ARRAYSIZE(nullViews), nullViews, nullptr);
CubeRenderer.cpp 26 1, // arraySize
144 ARRAYSIZE(vertexDesc),
253 m_indexCount = ARRAYSIZE(indices);
  /external/regex-re2/re2/testing/
re2_arg_test.cc 87 const int kNumStrings = ARRAYSIZE(kSuccessTable);
  /cts/tests/tests/media/libndkaudio/
AudioRecorder.cpp 33 #define ARRAYSIZE(a) sizeof((a))/sizeof((a)[0])
150 ARRAYSIZE(iidArray), iidArray, required);
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 668 const DWORD* end = g_expected_errors + ARRAYSIZE(g_expected_errors);
680 const DWORD* end = g_expected_errors + ARRAYSIZE(g_expected_errors);
785 for (size_t i = 0; i < ARRAYSIZE(g_expected_errors); ++i) {
809 for (size_t i = 0; i < ARRAYSIZE(g_expected_errors); ++i) {
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmdefs.h 84 #define BCMROMDAT_ARYSIZ(data) ARRAYSIZE(data)
bcmutils.h 643 #ifndef ARRAYSIZE
644 #define ARRAYSIZE(a) (sizeof(a) / sizeof(a[0]))
648 #define ARRAYLAST(a) (&a[ARRAYSIZE(a)-1])
  /external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc 16 #include "webrtc/base/arraysize.h"
56 ::GetWindowTextA(wnd, &text[0], ARRAYSIZE(text));
245 for (int i = 0; i < arraysize(all_dc); ++i) {
495 size_t total_width = (ARRAYSIZE(windows) - 1) * kSeparator;
497 for (size_t i = 0; i < ARRAYSIZE(windows); ++i) {
507 for (size_t i = 0; i < ARRAYSIZE(windows); ++i) {
519 for (size_t i = 0; i < ARRAYSIZE(windows); ++i) {
  /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...]
  /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 649 #define ARRAYSIZE(A) RTL_NUMBER_OF_V2(A)
winnt.h 494 #define ARRAYSIZE(A) RTL_NUMBER_OF_V2(A)
    [all...]
  /external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
OcvTransform.cpp 1055 if (dwTypeIndex >= ARRAYSIZE(g_MediaSubtypes))
1179 for (DWORD i = 0; i < ARRAYSIZE(g_MediaSubtypes); i++)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 1192 ASSERT(ABS(BCME_LAST) == (ARRAYSIZE(bcmerrorstrtable) - 1));
    [all...]
  /external/vulkan-validation-layers/demos/
vulkaninfo.c 55 DWORD num_pids = GetConsoleProcessList(pids, ARRAYSIZE(pids));
    [all...]

Completed in 813 milliseconds