Home
last modified time | relevance | path

Searched refs:idx (Results 3576 - 3600 of 4248) sorted by relevance

1...<<141142143144145146147148149150>>...170

/third_party/libdrm/amdgpu/
H A Damdgpu_device.c88 client.idx = 0; in amdgpu_get_auth()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_sched.h278 void load_index_register(value *v, unsigned idx);
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors.h308 zink_get_resource_for_descriptor(struct zink_context *ctx, enum zink_descriptor_type type, enum pipe_shader_type shader, int idx);
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h45 int idx; member
/third_party/pulseaudio/src/pulsecore/
H A Dmemblockq.h48 - idx: start value for both read and write index
74 int64_t idx,
/third_party/skia/third_party/externals/angle2/third_party/renderdoc/src/
H A Drenderdoc_app.h397 typedef uint32_t(RENDERDOC_CC *pRENDERDOC_GetCapture)(uint32_t idx,
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dt1tables.h708 * idx ::
738 * The `idx` parameter is used, not only to retrieve elements of, for
762 FT_UInt idx,
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsobjs.h56 FT_Int idx,
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx2744 for (ssize_t idx=0; idx<sz; idx++)
2746 buildid += "0123456789abcdef"[build_id_bytes[idx] >> 4];
2747 buildid += "0123456789abcdef"[build_id_bytes[idx] & 0xf];
2928 for (ssize_t idx=0; idx<sz; idx++) in elf_classify()
2930 buildid += "0123456789abcdef"[build_id_bytes[idx] >> 4]; in elf_classify()
2931 buildid += "0123456789abcdef"[build_id_bytes[idx] in elf_classify()
[all...]
/third_party/backends/backend/
H A Dplustek-usbshading.c242 int idx, i; in usb_GetMCLK() local
248 idx = 0; in usb_GetMCLK()
252 idx++; in usb_GetMCLK()
254 if( idx >= _MAX_CLK ) in usb_GetMCLK()
255 idx = _MAX_CLK - 1; in usb_GetMCLK()
260 mclk = clk->gray_mclk_16[idx]; in usb_GetMCLK()
262 mclk = clk->gray_mclk_8[idx]; in usb_GetMCLK()
265 mclk = clk->color_mclk_16[idx]; in usb_GetMCLK()
267 mclk = clk->color_mclk_8[idx]; in usb_GetMCLK()
271 hw->motorModel, param->bDataType, idx, mcl in usb_GetMCLK()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp75 int32_t idx; member in TestZIDEnumeration
83 : idx(0) { in TestZIDEnumeration()
104 } else if (U_SUCCESS(status) && idx < len) { in snext()
105 unistr = UnicodeString(TESTZIDS[idx++], ""); in snext()
116 idx = 0; in reset()
679 for (int32_t idx = 0; STARTYEARS[idx] != 0; idx++) { in TestRBTZTransition()
680 UDate start = getUTCMillis(STARTYEARS[idx], UCAL_JANUARY, 1); in TestRBTZTransition()
681 UDate until = getUTCMillis(STARTYEARS[idx] in TestRBTZTransition()
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_optimizer.cpp1063 can_apply_extract(opt_ctx& ctx, aco_ptr<Instruction>& instr, unsigned idx, ssa_info& info) in can_apply_extract() argument
1065 if (idx >= 2) in can_apply_extract()
1079 if (instr->isSDWA() && instr->sdwa().sel[idx] != SubdwordSel::dword) in can_apply_extract()
1083 can_use_opsel(ctx.program->gfx_level, instr->opcode, idx) && in can_apply_extract()
1084 !(instr->vop3().opsel & (1 << idx))) { in can_apply_extract()
1107 apply_extract(opt_ctx& ctx, aco_ptr<Instruction>& instr, unsigned idx, ssa_info& info) in apply_extract() argument
1113 instr->operands[idx].set16bit(false); in apply_extract()
1114 instr->operands[idx].set24bit(false); in apply_extract()
1136 static_cast<SDWA_instruction*>(instr.get())->sel[idx] = sel; in apply_extract()
1139 instr->vop3().opsel |= 1 << idx; in apply_extract()
4309 unsigned idx = 0; select_instruction() local
[all...]
/third_party/ffmpeg/fftools/
H A Dffmpeg_opt.c1528 int idx = oc->nb_streams - 1, ret = 0; in new_output_stream() local
1545 ost->index = idx; in new_output_stream()
2200 int idx; in opt_streamid() local
2213 idx = parse_number_or_die(opt, idx_str, OPT_INT, 0, MAX_STREAMS-1); in opt_streamid()
2214 o->streamid_map = grow_array(o->streamid_map, sizeof(*o->streamid_map), &o->nb_streamid_map, idx+1); in opt_streamid()
2215 o->streamid_map[idx] = parse_number_or_die(opt, p, OPT_INT, 0, INT_MAX); in opt_streamid()
2497 int best_score = 0, idx = -1; in open_output_file() local
2525 idx = file_best_idx; in open_output_file()
2529 if (idx >= 0) in open_output_file()
2530 new_video_stream(o, oc, idx); in open_output_file()
2535 int best_score = 0, idx = -1; open_output_file() local
[all...]
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttinterp.c1513 FT_ULong idx ) in FT_CALLBACK_DEF()
1515 return exc->cvt[idx]; in FT_CALLBACK_DEF()
1521 FT_ULong idx ) in FT_CALLBACK_DEF()
1523 return FT_MulFix( exc->cvt[idx], Current_Ratio( exc ) ); in FT_CALLBACK_DEF()
1550 FT_ULong idx, in Write_CVT()
1557 exc->cvt[idx] = value; in Write_CVT()
1563 FT_ULong idx, in Write_CVT_Stretched()
1570 exc->cvt[idx] = FT_DivFix( value, Current_Ratio( exc ) ); in Write_CVT_Stretched()
1576 FT_ULong idx, in Move_CVT()
1583 exc->cvt[idx] in Move_CVT()
1549 Write_CVT( TT_ExecContext exc, FT_ULong idx, FT_F26Dot6 value ) Write_CVT() argument
1562 Write_CVT_Stretched( TT_ExecContext exc, FT_ULong idx, FT_F26Dot6 value ) Write_CVT_Stretched() argument
1575 Move_CVT( TT_ExecContext exc, FT_ULong idx, FT_F26Dot6 value ) Move_CVT() argument
1588 Move_CVT_Stretched( TT_ExecContext exc, FT_ULong idx, FT_F26Dot6 value ) Move_CVT_Stretched() argument
[all...]
H A Dttgload.c100 FT_UInt idx, in TT_Get_HMetrics()
104 ( (SFNT_Service)face->sfnt )->get_metrics( face, 0, idx, lsb, aw ); in TT_Get_HMetrics()
118 FT_UInt idx, in TT_Get_VMetrics()
124 ( (SFNT_Service)face->sfnt )->get_metrics( face, 1, idx, tsb, ah ); in TT_Get_VMetrics()
1580 FT_UInt idx ) in ft_list_get_node_at()
1590 if ( !idx ) in ft_list_get_node_at()
1593 idx--; in ft_list_get_node_at()
99 TT_Get_HMetrics( TT_Face face, FT_UInt idx, FT_Short* lsb, FT_UShort* aw ) TT_Get_HMetrics() argument
117 TT_Get_VMetrics( TT_Face face, FT_UInt idx, FT_Pos yMax, FT_Short* tsb, FT_UShort* ah ) TT_Get_VMetrics() argument
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp3583 for (int idx=0; idx<size; ++idx) { in decomposeStructBufferMethods()
3587 if (idx != 0) in decomposeStructBufferMethods()
3589 intermediate.addConstantUnion(idx, loc, true), in decomposeStructBufferMethods()
3650 for (int idx=0; idx<size; ++idx) { in decomposeStructBufferMethods()
3652 TIntermTyped* idxConst = intermediate.addConstantUnion(idx, loc, true); in decomposeStructBufferMethods()
3655 if (idx ! in decomposeStructBufferMethods()
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1347 inline Local<JSValueRef> GetCallArgRef(uint32_t idx) const in GetCallArgRef()
1349 return GetArgRef(FIRST_ARGS_INDEX + idx); in GetCallArgRef()
1355 Local<JSValueRef> GetArgRef(uint32_t idx) const in GetArgRef()
1357 return Local<JSValueRef>(GetArgAddress(idx)); in GetArgRef()
1360 uintptr_t GetArgAddress(uint32_t idx) const in GetArgAddress()
1362 if (idx < GetArgsNumber() + FIRST_ARGS_INDEX) { in GetArgAddress()
1363 return reinterpret_cast<uintptr_t>(&stackArgs_[idx]); in GetArgAddress()
/arkcompiler/runtime_core/assembler/
H A Dassembly-emitter.cpp519 const std::unordered_map<std::string, T *> &items, size_t idx = 0) in AddDependencyByIndex()
521 if (idx >= insn.ids.size()) { in AddDependencyByIndex()
524 const auto &id = insn.ids[idx]; in AddDependencyByIndex()
955 ItemContainer *items, const Program &program, size_t idx, const std::string &name, const Function &func, in HandleFunctionParams()
959 for (size_t i = idx; i < func.params.size(); i++) { in HandleFunctionParams()
1061 size_t idx = is_static ? 0 : 1; in MakeFunctionItems() local
1063 if (!HandleFunctionParams(items, program, idx, name, func, primitive_types, params)) { in MakeFunctionItems()
954 HandleFunctionParams( ItemContainer *items, const Program &program, size_t idx, const std::string &name, const Function &func, const std::unordered_map<panda_file::Type::TypeId, PrimitiveTypeItem *> &primitive_types, std::vector<MethodParamItem> &params) HandleFunctionParams() argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.h2399 size_t idx = 0; in RemoveNumericInputs() local
2402 while (idx < inputs_count) { in RemoveNumericInputs()
2403 auto input_inst = GetInput(idx).GetInst(); in RemoveNumericInputs()
2405 RemoveInput(idx); in RemoveNumericInputs()
2409 idx++; in RemoveNumericInputs()
2904 unsigned idx = InstType::INPUT_COUNT - 1; in New() local
2906 new (&user) User(true, idx--, InstType::INPUT_COUNT); in New()
/third_party/ffmpeg/libavcodec/
H A Dalsdec.c392 int idx; in read_specific_config() local
394 idx = get_bits(&gb, chan_pos_bits); in read_specific_config()
395 if (idx >= avctx->ch_layout.nb_channels || sconf->chan_pos[idx] != -1) { in read_specific_config()
400 sconf->chan_pos[idx] = i; in read_specific_config()
1230 int idx = av_clip(decode_rice(gb, k) + off, in als_weighting() local
1232 return mcc_weightings[idx]; in als_weighting()
/third_party/node/src/
H A Dcares_wrap.cc1855 int idx; in safe_free_hostent() local
1858 idx = 0; in safe_free_hostent()
1859 while (host->h_addr_list[idx]) { in safe_free_hostent()
1860 free(host->h_addr_list[idx++]); in safe_free_hostent()
1867 idx = 0; in safe_free_hostent()
1868 while (host->h_aliases[idx]) { in safe_free_hostent()
1869 free(host->h_aliases[idx++]); in safe_free_hostent()
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-sink.c1777 uint32_t idx, n; in sink_set_formats() local
1782 PA_IDXSET_FOREACH(f, formats, idx) { in sink_set_formats()
1796 for (idx = 0, n = 0; u->supported_rates[idx]; idx++) in sink_set_formats()
1800 PA_IDXSET_FOREACH(f, formats, idx) { in sink_set_formats()
1809 PA_IDXSET_FOREACH(f, formats, idx) { in sink_set_formats()
/third_party/python/Lib/
H A Ddatetime.py306 idx = 7
307 while idx < len_dtstr:
308 if not _is_ascii_digit(dtstr[idx]):
310 idx += 1
312 if idx < 9:
313 return idx
315 if idx % 2 == 0:
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_event.c1701 unsigned int idx = event.freq_range.num; in qca_nl80211_avoid_freq() local
1702 range[idx].min = freq_range->range[i].start_freq; in qca_nl80211_avoid_freq()
1703 range[idx].max = freq_range->range[i].end_freq; in qca_nl80211_avoid_freq()
1705 range[idx].min, range[idx].max); in qca_nl80211_avoid_freq()
1706 if (range[idx].min > range[idx].max) { in qca_nl80211_avoid_freq()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_1x.c146 int idx, int broadcast, in ieee802_1x_tx_key_one()
190 key->key_index = idx | (broadcast ? 0 : BIT(7)); in ieee802_1x_tx_key_one()
234 broadcast ? "broadcast" : "unicast", idx); in ieee802_1x_tx_key_one()
2636 int idx) in ieee802_1x_get_radius_class()
2639 idx >= (int) sm->radius_class.count) in ieee802_1x_get_radius_class()
2642 *len = sm->radius_class.attr[idx].len; in ieee802_1x_get_radius_class()
2643 return sm->radius_class.attr[idx].data; in ieee802_1x_get_radius_class()
144 ieee802_1x_tx_key_one(struct hostapd_data *hapd, struct sta_info *sta, int idx, int broadcast, u8 *key_data, size_t key_len) ieee802_1x_tx_key_one() argument
2635 ieee802_1x_get_radius_class(struct eapol_state_machine *sm, size_t *len, int idx) ieee802_1x_get_radius_class() argument

Completed in 73 milliseconds

1...<<141142143144145146147148149150>>...170