Home
last modified time | relevance | path

Searched refs:idx (Results 3851 - 3875 of 4195) sorted by relevance

1...<<151152153154155156157158159160>>...168

/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dtel_ril_test_util.cpp2478 int32_t idx; in GetRandPhoneNum() local
2482 for (idx = 0; idx < len; idx++) { in GetRandPhoneNum()
/third_party/curl/lib/vtls/
H A Dsectransp.c2845 int idx)
2857 result = Curl_extract_certinfo(data, idx, beg, end);
2865 CFIndex idx)
2880 result = add_cert_to_certinfo(data, server_cert, (int)idx);
2843 add_cert_to_certinfo(struct Curl_easy *data, SecCertificateRef server_cert, int idx) global() argument
2863 collect_server_cert_single(struct Curl_cfilter *cf, struct Curl_easy *data, SecCertificateRef server_cert, CFIndex idx) global() argument
/third_party/icu/icu4c/source/common/
H A Ducurr.cpp2048 for (int32_t idx = 0; gCurrencyList[idx].currency != NULL; idx++) { in ucurr_countCurrencyList()
2049 if (UCURR_MATCHES_BITMASK(gCurrencyList[idx].currType, currType)) { in ucurr_countCurrencyList()
/third_party/mbedtls/programs/ssl/
H A Dssl_server2.c1362 size_t idx = 0; in report_cid_usage() local
1368 while (idx < peer_cid_len) { in report_cid_usage()
1369 mbedtls_printf("%02x ", peer_cid[idx]); in report_cid_usage()
1370 idx++; in report_cid_usage()
/third_party/mesa3d/src/compiler/glsl/
H A Dlinker.cpp1659 validate_xfb_buffer_stride(const struct gl_constants *consts, unsigned idx, in validate_xfb_buffer_stride() argument
1663 if (prog->TransformFeedback.BufferStride[idx] % 4) { in validate_xfb_buffer_stride()
1667 prog->TransformFeedback.BufferStride[idx]); in validate_xfb_buffer_stride()
1671 if (prog->TransformFeedback.BufferStride[idx] / 4 > in validate_xfb_buffer_stride()
/third_party/node/deps/icu-small/source/common/
H A Ducurr.cpp2074 for (int32_t idx = 0; gCurrencyList[idx].currency != nullptr; idx++) { in ucurr_countCurrencyList()
2075 if (UCURR_MATCHES_BITMASK(gCurrencyList[idx].currType, currType)) { in ucurr_countCurrencyList()
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_pipeline.c443 for (uint8_t idx = 0; idx < wm_prog_data->urb_setup_attribs_count; idx++) { in emit_3dstate_sbe()
444 uint8_t attr = wm_prog_data->urb_setup_attribs[idx]; in emit_3dstate_sbe()
/third_party/lz4/lib/
H A Dlz4.c794 LZ4_FORCE_INLINE void LZ4_putIndexOnHash(U32 idx, U32 h, void* tableBase, tableType_t const tableType) in LZ4_putIndexOnHash() argument
801 case byU32: { U32* hashTable = (U32*) tableBase; hashTable[h] = idx; return; } in LZ4_putIndexOnHash()
802 case byU16: { U16* hashTable = (U16*) tableBase; assert(idx < 65536); hashTable[h] = (U16)idx; return; } in LZ4_putIndexOnHash()
/third_party/node/deps/v8/src/compiler/
H A Djs-create-lowering.cc1547 int idx = shared.context_parameters_start() + parameter_count - 1 - i; in TryAllocateAliasedArguments() local
1549 jsgraph()->Constant(i), jsgraph()->Constant(idx)); in TryAllocateAliasedArguments()
1604 int idx = shared.context_parameters_start() + parameter_count - 1 - i; in TryAllocateAliasedArguments() local
1609 jsgraph()->Constant(idx), jsgraph()->TheHoleConstant()); in TryAllocateAliasedArguments()
/third_party/pulseaudio/src/pulsecore/
H A Dsink-input.c424 uint32_t idx; in pa_sink_input_new() local
427 PA_IDXSET_FOREACH(format, data->req_formats, idx) in pa_sink_input_new()
1942 uint32_t idx; in update_volume_due_to_moving() local
2014 PA_IDXSET_FOREACH(origin_sink_input, i->origin_sink->inputs, idx) in update_volume_due_to_moving()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingDataSpillTests.cpp2802 for (int idx = 0; idx < DE_LENGTH_OF_ARRAY(interfaceTypes); ++idx) in createDataSpillTests()
2804 const auto& entry = interfaceTypes[idx]; in createDataSpillTests()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducurr.cpp2022 for (int32_t idx = 0; gCurrencyList[idx].currency != NULL; idx++) { in ucurr_countCurrencyList()
2023 if (UCURR_MATCHES_BITMASK(gCurrencyList[idx].currType, currType)) { in ucurr_countCurrencyList()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_base_events.py1094 idx = -1
1098 nonlocal idx, errors
1099 idx += 1
1100 raise OSError(errors[idx])
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_test.cc1120 size_t idx = 0; in PercentileProbe() local
1124 ++idx; in PercentileProbe()
1126 return idx; in PercentileProbe()
1129 return idx; in PercentileProbe()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingDataSpillTests.cpp2801 for (int idx = 0; idx < DE_LENGTH_OF_ARRAY(interfaceTypes); ++idx) in createDataSpillTests()
2803 const auto& entry = interfaceTypes[idx]; in createDataSpillTests()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius_server.c2570 unsigned int idx; in radius_server_get_mib() local
2638 for (cli = data->clients, idx = 0; cli; cli = cli->next, idx++) { in radius_server_get_mib()
2673 idx, in radius_server_get_mib()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius_server.c2373 unsigned int idx; in radius_server_get_mib() local
2441 for (cli = data->clients, idx = 0; cli; cli = cli->next, idx++) { in radius_server_get_mib()
2476 idx, in radius_server_get_mib()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_p2p.c1134 scan_params->ast_channel_list[0].idx = 0; in hmac_p2p_prepare_listen_req_param()
1136 if (mac_get_channel_idx_from_num(channel_tmp->band, channel_tmp->chan_number, &(channel_tmp->idx)) != HI_SUCCESS) { in hmac_p2p_prepare_listen_req_param()
/third_party/ffmpeg/libavcodec/
H A Dcfhdenc.c354 int idx = i + ((768LL * i * i * i) / (256 * 256 * 256)); in cfhd_encode_init() local
356 s->lut[idx] = i; in cfhd_encode_init()
H A Dh264_refs.c486 * @param idx the index into h->short_ref where returned picture is found
491 static H264Picture *find_short(H264Context *h, int frame_num, int *idx) in find_short() argument
500 *idx = i; in find_short()
/third_party/glslang/SPIRV/
H A DSpvBuilder.h267 Id getIdOperand(Id resultId, int idx) { return module.getInstruction(resultId)->getIdOperand(idx); } in getIdOperand() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRuleBasedBreakIterator.java630 int idx = fRuleStatusIndex + fRData.fStatusTable[fRuleStatusIndex]; in getRuleStatus()
631 int tagVal = fRData.fStatusTable[idx]; in getRuleStatus()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRuleBasedBreakIterator.java563 int idx = fRuleStatusIndex + fRData.fStatusTable[fRuleStatusIndex]; in getRuleStatus()
564 int tagVal = fRData.fStatusTable[idx]; in getRuleStatus()
/third_party/icu/icu4c/source/i18n/
H A Dreldatefmt.cpp191 int32_t idx, in getStringByIndex()
196 resource, idx, &len, &status); in getStringByIndex()
189 getStringByIndex( const UResourceBundle *resource, int32_t idx, UnicodeString &result, UErrorCode &status) getStringByIndex() argument
/third_party/jinja2/
H A Dfilters.py593 for idx, item in enumerate(value):
597 value[idx] = str(item)

Completed in 80 milliseconds

1...<<151152153154155156157158159160>>...168