Home
last modified time | relevance | path

Searched refs:idx (Results 3801 - 3825 of 4501) sorted by relevance

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

/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()
H A Dinterplayacm.c113 #define set_pos(s, r, c, idx) do { \
115 s->block[pos] = s->midbuf[(idx)]; \
H A Dsipr.c143 static void dequant(float *out, const int *idx, const float * const cbs[]) in dequant() argument
150 memcpy(out + stride*i, cbs[i] + stride*idx[i], stride*sizeof(float)); in dequant()
/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/skia/third_party/externals/freetype/src/truetype/
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/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
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
2629 int idx) in ieee802_1x_get_radius_class()
2632 idx >= (int) sm->radius_class.count) in ieee802_1x_get_radius_class()
2635 *len = sm->radius_class.attr[idx].len; in ieee802_1x_get_radius_class()
2636 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
2628 ieee802_1x_get_radius_class(struct eapol_state_machine *sm, size_t *len, int idx) ieee802_1x_get_radius_class() argument
/arkcompiler/runtime_core/libpandabase/tests/
H A Dbit_table_test.cpp221 int idx = 1; local
224 ASSERT_EQ(row.Get(i), idx++);
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dreg_alloc_verifier.cpp346 auto idx = user.GetInst()->CastToLoadPairPart()->GetSrcRegIndex(); local
347 UpdateLocation(Location::MakeRegister(inst->GetDstReg(idx), type), type, instId);
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile.cpp322 ClassIdxIterator(const File &file, const Span<const uint32_t> &span, size_t idx) in ClassIdxIterator() argument
323 : file_(file), span_(span), idx_(idx) in ClassIdxIterator()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dgdb_jit.cpp380 auto writeU64 = [&ehFrame](uint32_t idx, uint64_t data) { in CreateDebuggerElf()
382 ehFrame[idx + i] = (data >> (8 * i)) & 0xff; in CreateDebuggerElf()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_module.cpp502 GStrIdx idx = GetSrcFileInfo()[0].first; in GetFileNameAsPostfix() local
503 const std::string kStr = GlobalTables::GetStrTable().GetStringFromStrIdx(idx); in GetFileNameAsPostfix()
/third_party/f2fs-tools/fsck/
H A Df2fs.h644 int dir_level, unsigned int idx) in dir_block_index()
651 bidx += idx * bucket_blocks(level); in dir_block_index()
643 dir_block_index(unsigned int level, int dir_level, unsigned int idx) dir_block_index() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DIslamicCalendar.java758 int idx = (extendedYear - UMALQURA_YEAR_START); // calculate year offset into bit map array in handleGetMonthLength()
760 if((UMALQURA_MONTHLENGTH[idx] & mask) == 0 ) { in handleGetMonthLength()
/third_party/icu/icu4c/source/common/
H A Ducptrie.cpp210 int32_t idx = _UCPTRIE_CP_INDEX(trie, 0xffff, c); in ucptrie_internalU8PrevIndex() local
211 return (idx << 3) | i; in ucptrie_internalU8PrevIndex()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DIslamicCalendar.java734 int idx = (extendedYear - UMALQURA_YEAR_START); // calculate year offset into bit map array in handleGetMonthLength()
736 if((UMALQURA_MONTHLENGTH[idx] & mask) == 0 ) { in handleGetMonthLength()
/third_party/mesa3d/include/drm-uapi/
H A Ddrm.h231 int idx; /**< Which client desired? */ member
369 int idx; /**< Index into the master buffer list */ member
/third_party/libdrm/include/drm/
H A Ddrm.h231 int idx; /**< Which client desired? */ member
369 int idx; /**< Index into the master buffer list */ member
/third_party/jinja2/
H A Dlexer.py756 for idx, token in enumerate(tokens):
776 data = groups[idx]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_apply_pipeline_layout.c81 unsigned idx = state->pipeline_layout->set[desc_set].dynamic_offset_start + in visit_vulkan_resource_index() local
84 offset = state->pipeline_layout->push_constant_size + idx * 16; in visit_vulkan_resource_index()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/
H A Dminimal-secure-streams.c163 int idx = 0; in main() local
192 printf("\t.length = %d,\n", idx++); // md->length); in main()
/third_party/node/deps/v8/third_party/jinja2/
H A Dext.py613 for idx, (token_lineno, _, _) in enumerate(self.tokens[self.offset :]):
615 return self.find_backwards(self.offset + idx)

Completed in 46 milliseconds

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