Home
last modified time | relevance | path

Searched refs:idx (Results 3901 - 3925 of 4523) sorted by relevance

1...<<151152153154155156157158159160>>...181

/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp340 emit_extract_vector(isel_context* ctx, Temp src, uint32_t idx, Temp dst) in emit_extract_vector() argument
343 bld.pseudo(aco_opcode::p_extract_vector, Definition(dst), src, Operand::c32(idx)); in emit_extract_vector()
347 emit_extract_vector(isel_context* ctx, Temp src, uint32_t idx, RegClass dst_rc) in emit_extract_vector() argument
351 assert(idx == 0); in emit_extract_vector()
355 assert(src.bytes() > (idx * dst_rc.bytes())); in emit_extract_vector()
358 if (it != ctx->allocated_vec.end() && dst_rc.bytes() == it->second[idx].regClass().bytes()) { in emit_extract_vector()
359 if (it->second[idx].regClass() == dst_rc) { in emit_extract_vector()
360 return it->second[idx]; in emit_extract_vector()
363 assert(dst_rc.type() == RegType::vgpr && it->second[idx].type() == RegType::sgpr); in emit_extract_vector()
364 return bld.copy(bld.def(dst_rc), it->second[idx]); in emit_extract_vector()
[all...]
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1564 void PandaGen::CreateObjectWithBuffer(const ir::AstNode *node, uint32_t idx) in CreateObjectWithBuffer() argument
1566 ASSERT(util::Helpers::IsInteger<uint32_t>(idx)); in CreateObjectWithBuffer()
1567 std::string idxStr = std::string(context_->Binder()->Program()->RecordName()) + "_" + std::to_string(idx); in CreateObjectWithBuffer()
1595 void PandaGen::CreateArrayWithBuffer(const ir::AstNode *node, uint32_t idx) in CreateArrayWithBuffer() argument
1597 ASSERT(util::Helpers::IsInteger<uint32_t>(idx)); in CreateArrayWithBuffer()
1598 std::string idxStr = std::string(context_->Binder()->Program()->RecordName()) + "_" + std::to_string(idx); in CreateArrayWithBuffer()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf.c1029 int idx, group_handle = -ENOMEM; in find_free_group_handle() local
1033 for (idx = 0; in find_free_group_handle()
1034 (idx != MAX_QUEUE_GROUP_NUM) && (group_handle < 0); in find_free_group_handle()
1035 idx++) { in find_free_group_handle()
1036 if (!kctx->csf.queue_groups[idx]) in find_free_group_handle()
1037 group_handle = idx; in find_free_group_handle()
H A Dmali_kbase_csf_defs.h1031 * @idx: Index of the performance counter inside the block, as specified
1041 u8 idx; member
/third_party/ffmpeg/libavcodec/
H A Dexr.c1119 const int idx = (x >> 3) + (y >> 3) * dc_w + dc_w * dc_h * j; in dwa_uncompress() local
1123 dc_val.i = half2float(dc[idx], s->mantissatable, in dwa_uncompress()
1146 const int idx = xx + yy * 8; in dwa_uncompress() local
1148 convert(yb[idx], ub[idx], vb[idx], &bo[xx], &go[xx], &ro[xx]); in dwa_uncompress()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_serialize.c116 read_lookup_object(read_ctx *ctx, uint32_t idx) in read_lookup_object() argument
118 assert(idx < ctx->idx_table_len); in read_lookup_object()
119 return ctx->idx_table[idx]; in read_lookup_object()
860 unsigned idx = write_lookup_object(ctx, alu->src[i].src.ssa); in write_alu() local
861 assert(idx < (1 << 16)); in write_alu()
862 blob_write_uint16(ctx->blob, idx); in write_alu()
/third_party/nghttp2/src/
H A Dnghttp.cc337 auto idx = res_hdidx[token]; in get_res_header() local
338 if (idx == -1) { in get_res_header()
341 return &res_nva[idx]; in get_res_header()
345 auto idx = req_hdidx[token]; in get_req_header() local
346 if (idx == -1) { in get_req_header()
349 return &req_nva[idx]; in get_req_header()
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl.h2015 __owur int SSL_set_ex_data(SSL *ssl, int idx, void *data);
2016 void *SSL_get_ex_data(const SSL *ssl, int idx);
2019 __owur int SSL_SESSION_set_ex_data(SSL_SESSION *ss, int idx, void *data);
2020 void *SSL_SESSION_get_ex_data(const SSL_SESSION *ss, int idx);
2023 __owur int SSL_CTX_set_ex_data(SSL_CTX *ssl, int idx, void *data);
2024 void *SSL_CTX_get_ex_data(const SSL_CTX *ssl, int idx);
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver.cc1169 auto* idx = Sem(expr->index);
1185 auto* idx_ty = idx->Type()->UnwrapRef();
1189 idx->Declaration()->source);
1197 if (!idx->Declaration()->As<ast::IntLiteralExpression>()) {
1199 idx->Declaration()->source);
1214 sem->Behaviors() = idx->Behaviors() + obj->Behaviors();
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs1775 let idx = cvt_n(get_new_idx(Some(free_data_box::<T>)))?; in fmt()
1777 let idx = cvt_n(get_new_idx(free_data_box::<T>))?; in fmt()
1778 Ok(Index::from_raw(idx)) in fmt()
1788 let idx = *INDEXES in fmt()
1793 Index::from_raw(idx) in fmt()
2225 let idx = cvt_n(get_new_ssl_idx(Some(free_data_box::<T>)))?; in fmt()
2227 let idx = cvt_n(get_new_ssl_idx(free_data_box::<T>))?; in fmt()
2228 Ok(Index::from_raw(idx)) in fmt()
2238 let idx = *SSL_INDEXES in fmt()
2243 Index::from_raw(idx) in fmt()
[all...]
/device/soc/rockchip/common/vendor/drivers/net/usb/
H A Dmeig_cdc_driver.c500 unsigned idx; member
2157 __le32 idx; in cdc_ncm_rx_fixup() local
2195 idx = get_ncm(&p, popts->fp_index); in cdc_ncm_rx_fixup()
2196 if (unlikely(idx > skb_len)) { in cdc_ncm_rx_fixup()
2200 NCM_BITS(ctx), idx, skb_len); in cdc_ncm_rx_fixup()
2204 p = (void *)(skb->data + idx); in cdc_ncm_rx_fixup()
2347 entry->idx = dgram_off; in ntb_add_dgram()
2403 put_ncm(&p, popts->dgram_item_len, entry->idx); in ntb_finalize()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dsbchipc.h4499 #define LTECX_EXTRACT_MUX(val, idx) (getbit4(&(val), (idx)))
4517 #define LTECX_EXTRACT_PADNUM(val, idx) (getbit8(&(val), (idx)))
4518 #define LTECX_EXTRACT_FNSEL(val, idx) (getbit4(&(val), (idx)))
4519 #define LTECX_EXTRACT_GCIGPIO(val, idx) (getbit4(&(val), (idx)))
H A Dosl.h199 #define PKTSETIFINDEX(osh, lb, idx) BCM_REFERENCE(osh)
/third_party/astc-encoder/Source/
H A Dastcenc_percentile_tables.cpp1113 int idx = (ydim << 8) | xdim; in get_packed_table() local
1114 switch (idx) in get_packed_table()
1189 unsigned int idx = item & 0x7FF; in get_2d_percentile_table() local
1192 unpacked_table[idx] = static_cast<float>(accum) / static_cast<float>(difscale); in get_2d_percentile_table()
1205 unsigned int idx = (xdim << 8) | ydim; in is_legal_2d_block_size() local
1206 switch (idx) in is_legal_2d_block_size()
1234 unsigned int idx = (xdim << 16) | (ydim << 8) | zdim; in is_legal_3d_block_size() local
1235 switch (idx) in is_legal_3d_block_size()
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc936 for (int idx = wasm_scripts_with_break_points_->length() - 1; idx >= 0; in RecordWasmScriptWithBreakpoints()
937 --idx) { in RecordWasmScriptWithBreakpoints()
939 if (wasm_scripts_with_break_points_->Get(idx).GetHeapObject( in RecordWasmScriptWithBreakpoints()
968 for (int idx = wasm_scripts_with_break_points_->length() - 1; idx >= 0; in ClearAllBreakPoints()
969 --idx) { in ClearAllBreakPoints()
971 if (wasm_scripts_with_break_points_->Get(idx).GetHeapObject( in ClearAllBreakPoints()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-common.hh1889 unsigned idx = klass_map->has (0) ? 1 : 0; in ClassDef_remap_and_serialize() local
1893 klass_map->set (k, idx); in ClassDef_remap_and_serialize()
1894 idx++; in ClassDef_remap_and_serialize()
1950 unsigned idx = gid_klass_pair.first - glyph_min; in serialize() local
1951 classValue[idx] = gid_klass_pair.second; in serialize()
2932 for (unsigned idx : c->plan->layout_variation_indices->iter ()) in subset()
2934 uint16_t major = idx >> 16; in subset()
2935 uint16_t minor = idx & 0xFFFF; in subset()
/third_party/python/Lib/test/
H A Dtest_statistics.py266 def _check_approx_num(self, first, second, tol, rel, msg, idx=None):
271 standardMsg = self._make_std_err_msg(first, second, tol, rel, idx)
276 def _make_std_err_msg(first, second, tol, rel, idx):
285 if idx is not None:
286 header = 'numeric sequences first differ at index %d.\n' % idx
654 def generate_substrings(self, first, second, tol, rel, idx):
663 if idx is not None:
664 substrings.append('differ at index %d' % idx)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp.c995 const char *cmd, int idx) in dpp_configuration_parse_helper()
1119 if (idx == 0) { in dpp_configuration_parse_helper()
1122 } else if (idx == 1) { in dpp_configuration_parse_helper()
1642 int idx, bool cert_req) in dpp_build_conf_obj()
1648 if (idx != 0) in dpp_build_conf_obj()
1656 if (idx == 0) { in dpp_build_conf_obj()
1661 } else if (idx == 1) { in dpp_build_conf_obj()
1668 if (idx == 0) in dpp_build_conf_obj()
994 dpp_configuration_parse_helper(struct dpp_authentication *auth, const char *cmd, int idx) dpp_configuration_parse_helper() argument
1641 dpp_build_conf_obj(struct dpp_authentication *auth, enum dpp_netrole netrole, int idx, bool cert_req) dpp_build_conf_obj() argument
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.h131 std::string ArrayValueToString(const panda_file::ArrayValue &value, const std::string &type, size_t idx);
/arkcompiler/ets_frontend/test/scripts/performance_test/
H A Dperformance_entry.py141 for idx, data in df.iterrows():
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_info_collector.h375 static bool IsVRegUsed(const BytecodeInstruction &inst, const BytecodeMetaData &metaData, uint32_t idx);
H A Dnumber_speculative_retype.h149 void SetNewInputForMathImul(GateRef gate, int idx, Label *exit);
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_rtt.h442 dhd_rtt_idx_to_burst_duration(uint idx);
/test/testfwk/arkxtest/hamock/src/main/mock/
H A DMockKit.js132 properties.filter((item) => (item !== 'caller' && item !== 'arguments')).forEach(function (va1, idx, array) {
/third_party/ffmpeg/libavutil/
H A Dchannel_layout.h661 * @return channel with the index idx in channel_layout on success or
662 * AV_CHAN_NONE on failure (if idx is not valid or the channel order is
666 av_channel_layout_channel_from_index(const AVChannelLayout *channel_layout, unsigned int idx);

Completed in 95 milliseconds

1...<<151152153154155156157158159160>>...181