Home
last modified time | relevance | path

Searched refs:ARRAYSIZE (Results 1 – 17 of 17) sorted by relevance

/third_party/curl/lib/
Dconnect.c87 #ifndef ARRAYSIZE
88 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
602 for(i = 0; i < ARRAYSIZE(ctx->baller); i++) { in is_connected()
663 for(i = 0; i < ARRAYSIZE(ctx->baller); i++) { in is_connected()
698 for(i = 0; i < ARRAYSIZE(ctx->baller); i++) { in is_connected()
845 for(i = 0; i < ARRAYSIZE(ctx->baller); i++) { in cf_he_ctx_clear()
861 for(i = 0; i < ARRAYSIZE(ctx->baller); i++) { in cf_he_adjust_pollset()
950 for(i = 0; i < ARRAYSIZE(ctx->baller); i++) { in cf_he_data_pending()
969 for(i = 0; i < ARRAYSIZE(ctx->baller); i++) { in get_max_baller_time()
994 for(i = 0; i < ARRAYSIZE(ctx->baller); i++) { in cf_he_query()
[all …]
Dcfilters.c44 #ifndef ARRAYSIZE
45 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
550 for(i = 0; i < ARRAYSIZE(conn->cfilter); ++i) { in cf_cntrl_all()
Durl.c128 #ifndef ARRAYSIZE
129 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
576 for(i = 0; i < ARRAYSIZE(conn->cfilter); ++i) { in conn_free()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_dxgi.c51 WideCharToMultiByte(CP_ACP, 0, dxgi_desc.Description, ARRAYSIZE(dxgi_desc.Description), in dzn_enumerate_physical_devices_dxgi()
52 desc.description, ARRAYSIZE(desc.description), NULL, NULL); in dzn_enumerate_physical_devices_dxgi()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DAdapter.cpp181 *puEntries < ARRAYSIZE(SupportedDDIInterfaceVersions)) { in GetSupportedVersions()
185 *puEntries = ARRAYSIZE(SupportedDDIInterfaceVersions); in GetSupportedVersions()
/third_party/curl/lib/vquic/
Dvquic-tls.c60 #ifndef ARRAYSIZE
61 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
314 for(i = 0; (i < ARRAYSIZE(alpns)) && alen; ++i) { in curl_gtls_init_ctx()
Dcurl_osslq.c84 #ifndef ARRAYSIZE
85 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
356 if(h3->remote_ctrl_n >= ARRAYSIZE(h3->remote_ctrl)) { in cf_osslq_h3conn_add_stream()
1367 vec, ARRAYSIZE(vec)); in h3_send_streams()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DAdapterD3D12.cpp357 filter.DenyList.NumSeverities = ARRAYSIZE(severities); in InitializeDebugLayerFilters()
359 filter.DenyList.NumIDs = ARRAYSIZE(denyIds); in InitializeDebugLayerFilters()
/third_party/vulkan-loader/tests/framework/shim/
Dwindows_shim.cpp397 bool too_small = *count < 1 || *bufferLength < ARRAYSIZE(package_full_name); in ShimGetPackagesByPackageFamily()
399 *bufferLength = ARRAYSIZE(package_full_name); in ShimGetPackagesByPackageFamily()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/
DvktReconvergenceTests.cpp63 #define ARRAYSIZE(x) (sizeof(x) / sizeof(x[0])) macro
1541 for (deUint32 id = 0; id < ARRAYSIZE(outLoc); ++id) in simulate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/reconvergence/
DvktReconvergenceTests.cpp63 #define ARRAYSIZE(x) (sizeof(x) / sizeof(x[0])) macro
1541 for (deUint32 id = 0; id < ARRAYSIZE(outLoc); ++id) in simulate()
/third_party/curl/lib/vtls/
Dopenssl.c101 #ifndef ARRAYSIZE
102 #define ARRAYSIZE(A) (sizeof(A)/sizeof((A)[0])) macro
3198 for(i = 0; i < ARRAYSIZE(storeNames); ++i) { in populate_x509_store()
Dschannel.c873 ARRAYSIZE(blocked_ccm_modes); in schannel_acquire_credential_handle()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationWin32KeyedMutexTests.cpp825 …createShaders(shader, "VS", "vs_4_0", ARRAYSIZE(layout), layout, &m_pVertexShader, "PS", "ps_4_0",… in DX11Operation()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationWin32KeyedMutexTests.cpp825 …createShaders(shader, "VS", "vs_4_0", ARRAYSIZE(layout), layout, &m_pVertexShader, "PS", "ps_4_0",… in DX11Operation()
/third_party/libuv/test/
Dtest-fs.c4157 vsnprintf(icacls_command, ARRAYSIZE(icacls_command), command, args); in call_icacls()
/third_party/curl/
DCHANGES4991 - use ARRAYSIZE instead of NULL check for end