Home
last modified time | relevance | path

Searched refs:idx (Results 3726 - 3750 of 4523) sorted by relevance

1...<<141142143144145146147148149150>>...181

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Ddfs.c196 int idx, int skip_radar) in dfs_find_channel()
223 if (ret_chan && idx == channel_idx) { in dfs_find_channel()
226 return idx; in dfs_find_channel()
276 /* Return start channel idx we will use for mode->channels[idx] */
318 /* Get idx */ in dfs_get_start_chan_idx()
331 /* Get idx for seg1 */ in dfs_get_start_chan_idx()
194 dfs_find_channel(struct hostapd_iface *iface, struct hostapd_channel_data **ret_chan, int idx, int skip_radar) dfs_find_channel() argument
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_lib.c3149 unsigned int idx; in alpn_value_ok() local
3154 for (idx = 0; idx < protos_len; idx += protos[idx] + 1) { in alpn_value_ok()
3155 if (protos[idx] == 0) in alpn_value_ok()
3158 return idx == protos_len; in alpn_value_ok()
4662 int SSL_set_ex_data(SSL *s, int idx, void *arg) in SSL_set_ex_data() argument
4664 return CRYPTO_set_ex_data(&s->ex_data, idx, arg); in SSL_set_ex_data()
4667 void *SSL_get_ex_data(const SSL *s, int idx) in SSL_get_ex_data() argument
4672 SSL_CTX_set_ex_data(SSL_CTX *s, int idx, void *arg) SSL_CTX_set_ex_data() argument
4677 SSL_CTX_get_ex_data(const SSL_CTX *s, int idx) SSL_CTX_get_ex_data() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DInstructions.cpp3851 unsigned idx = I->getCaseIndex(); in removeCase() local
3853 assert(2 + idx*2 < getNumOperands() && "Case index out of range!!!"); in removeCase()
3859 if (2 + (idx + 1) * 2 != NumOps) { in removeCase()
3860 OL[2 + idx * 2] = OL[NumOps - 2]; in removeCase()
3861 OL[2 + idx * 2 + 1] = OL[NumOps - 1]; in removeCase()
3869 return CaseIt(this, idx); in removeCase()
3972 SwitchInstProfUpdateWrapper::getSuccessorWeight(unsigned idx) { in getSuccessorWeight() argument
3975 return Weights.getValue()[idx]; in getSuccessorWeight()
3979 unsigned idx, SwitchInstProfUpdateWrapper::CaseWeightOpt W) { in setSuccessorWeight()
3987 auto &OldW = Weights.getValue()[idx]; in setSuccessorWeight()
3978 setSuccessorWeight( unsigned idx, SwitchInstProfUpdateWrapper::CaseWeightOpt W) setSuccessorWeight() argument
3996 getSuccessorWeight(const SwitchInst &SI, unsigned idx) getSuccessorWeight() argument
[all...]
/third_party/openssl/ssl/
H A Dssl_lib.c3049 unsigned int idx; in alpn_value_ok() local
3054 for (idx = 0; idx < protos_len; idx += protos[idx] + 1) { in alpn_value_ok()
3055 if (protos[idx] == 0) in alpn_value_ok()
3058 return idx == protos_len; in alpn_value_ok()
4543 int SSL_set_ex_data(SSL *s, int idx, void *arg) in SSL_set_ex_data() argument
4545 return CRYPTO_set_ex_data(&s->ex_data, idx, arg); in SSL_set_ex_data()
4548 void *SSL_get_ex_data(const SSL *s, int idx) in SSL_get_ex_data() argument
4553 SSL_CTX_set_ex_data(SSL_CTX *s, int idx, void *arg) SSL_CTX_set_ex_data() argument
4558 SSL_CTX_get_ex_data(const SSL_CTX *s, int idx) SSL_CTX_get_ex_data() argument
[all...]
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder.cc981 uint32_t idx = access->Member()->Index(); in GenerateMemberAccessor() local
984 auto idx_id = GenerateConstantIfNeeded(ScalarConstant::U32(idx)); in GenerateMemberAccessor()
1001 Operand::Int(info->source_id), Operand::Int(idx)})) { in GenerateMemberAccessor()
1084 for (auto idx : indices) { in GenerateMemberAccessor()
1085 ops.push_back(Operand::Int(idx)); in GenerateMemberAccessor()
2720 int idx = signature.IndexOf(usage); in GenerateTextureIntrinsic()
2721 return (idx >= 0) ? arguments[idx] : nullptr; in GenerateTextureIntrinsic()
2819 for (auto idx : swizzle) { in GenerateTextureIntrinsic()
2820 operands.emplace_back(Operand::Int(idx)); in GenerateTextureIntrinsic()
4163 GenerateStructMember(uint32_t struct_id, uint32_t idx, const sem::StructMember* member) GenerateStructMember() argument
[all...]
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c139 static int idx = 0; in vtn_dump_shader() local
143 path, prefix, idx++); in vtn_dump_shader()
2621 uint32_t idx = util_bitcount(w[mask_idx] & (op - 1) & ops_with_arg) + 1; in image_operand_arg() local
2626 idx += util_bitcount(w[mask_idx] & (op - 1) & ops_with_two_args); in image_operand_arg()
2628 idx += mask_idx; in image_operand_arg()
2630 vtn_fail_if(idx + (op & ops_with_two_args ? 1 : 0) >= count, in image_operand_arg()
2634 return idx; in image_operand_arg()
2833 unsigned idx = 4; in vtn_handle_texture() local
2865 struct vtn_ssa_value *coord_val = vtn_ssa_value(b, w[idx++]); in vtn_handle_texture()
2936 (*p++) = vtn_tex_src(b, w[idx in vtn_handle_texture()
[all...]
H A Dvtn_cfg.c214 unsigned idx = 0; in vtn_cfg_handle_prepass_instruction() local
219 func->params[idx++] = (nir_parameter) { in vtn_cfg_handle_prepass_instruction()
226 glsl_type_add_to_function_params(func_type->params[i]->type, func, &idx); in vtn_cfg_handle_prepass_instruction()
227 assert(idx == num_params); in vtn_cfg_handle_prepass_instruction()
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c3917 for (unsigned idx = 0; idx < MAX_XFB_BUFFERS; idx++) { in cmd_buffer_flush_state()
3918 struct anv_xfb_binding *xfb = &cmd_buffer->state.xfb_bindings[idx]; in cmd_buffer_flush_state()
3921 sob.SOBufferIndex = idx; in cmd_buffer_flush_state()
3924 sob._3DCommandSubOpcode = SO_BUFFER_INDEX_0_CMD + idx; in cmd_buffer_flush_state()
3941 sob.SurfacePitch = pipeline->gfx7.xfb_bo_pitch[idx]; in cmd_buffer_flush_state()
4952 for (uint32_t idx = 0; idx < MAX_XFB_BUFFERS; idx in CmdBeginTransformFeedbackEXT()
5008 unsigned idx = firstCounterBuffer + cb_idx; CmdEndTransformFeedbackEXT() local
6264 const unsigned idx = scale > 1; cmd_buffer_emit_hashing_mode() local
[all...]
/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_parser.cpp392 for (uint32_t idx = 0; idx < size; idx++) { in ParseAlternative()
393 int32_t uc = set.charAt(idx); in ParseAlternative()
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_parser.cpp361 for (int32_t idx = 0; idx < size; idx++) { in ParseAlternative()
362 int32_t uc = set.charAt(idx); in ParseAlternative()
/arkcompiler/runtime_core/static_core/runtime/
H A Druntime.cpp738 auto idx = aotBootCtx.find_last_of(':'); in CreatePandaVM() local
739 if (idx == std::string::npos) { in CreatePandaVM()
745 classLinker_->GetAotManager()->SetAppClassContext(aotBootCtx.substr(idx + 1)); in CreatePandaVM()
746 aotBootCtx = aotBootCtx.substr(0, idx); in CreatePandaVM()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_mop_split.h384 // idx: memOperand index of insn
385 inline void LoadStoreInsnSplit(Insn *insn, uint32 idx, bool forPair, bool isAfterRegAlloc, InsnBuilder *insnBuilder, in LoadStoreInsnSplit() argument
391 MemOperand &memOpnd = static_cast<MemOperand &>(insn->GetOperand(idx)); in LoadStoreInsnSplit()
395 uint32 bitLen = insn->GetDesc()->GetOpndDes(idx)->GetSize(); in LoadStoreInsnSplit()
398 insn->SetOperand(idx, newMemOpnd); in LoadStoreInsnSplit()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_vap.h455 hi_u8 idx; /* 信道索引号 */ member
1561 hi_void mac_vap_free_vap_res(hi_u8 idx);
1562 mac_vap_stru *mac_vap_get_vap_stru(hi_u8 idx);
1563 hi_u32 mac_vap_is_valid(hi_u8 idx);
/test/testfwk/arkxtest/uitest/test/
H A Dfrontend_api_handler_test.cpp194 for (size_t idx = 0; idx < classDef->methodCount_; idx++) { in TEST_F()
195 const auto &methodDef = classDef->methods_[idx]; in TEST_F()
/third_party/ffmpeg/libavcodec/
H A Dhevc_cabac.c903 int ff_hevc_log2_res_scale_abs(HEVCContext *s, int idx) { in ff_hevc_log2_res_scale_abs() argument
906 while (i < 4 && GET_CABAC(elem_offset[LOG2_RES_SCALE_ABS] + 4 * idx + i)) in ff_hevc_log2_res_scale_abs()
912 int ff_hevc_res_scale_sign_flag(HEVCContext *s, int idx) { in ff_hevc_res_scale_sign_flag() argument
913 return GET_CABAC(elem_offset[RES_SCALE_SIGN_FLAG] + idx); in ff_hevc_res_scale_sign_flag()
/third_party/ffmpeg/libavfilter/
H A Dvf_histogram.c499 int idx = s->histogram_size - i - 1; in filter_frame() local
502 if (s->envelope && s->histogram[idx]) { in filter_frame()
508 value += lrint(max_value * (log2(s->histogram[idx] + 1) / max_hval_log)); in filter_frame()
510 value += lrint(max_value * s->histogram[idx] / (float)max_hval); in filter_frame()
/third_party/ffmpeg/libavutil/
H A Deval.c233 int idx= av_clip(eval_expr(p, e->param[0]), 0, VARS-1); in eval_expr() local
234 uint64_t r= isnan(p->var[idx]) ? 0 : p->var[idx]; in eval_expr()
236 p->var[idx]= r; in eval_expr()
/third_party/alsa-lib/src/pcm/
H A Dpcm_meter.c1015 int idx; in s16_enable() local
1025 idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, SND_PCM_FORMAT_S16); in s16_enable()
1041 idx = snd_pcm_linear_convert_index(spcm->format, SND_PCM_FORMAT_S16); in s16_enable()
1046 s16->index = idx; in s16_enable()
/third_party/icu/icu4c/source/test/intltest/
H A Dtzfmttst.cpp312 int32_t idx = 0; in TestTimeZoneRoundTrip() local
313 while (idx < tzstr.length()) { in TestTimeZoneRoundTrip()
314 UChar32 cp = tzstr.char32At(idx); in TestTimeZoneRoundTrip()
318 idx += U16_LENGTH(cp); in TestTimeZoneRoundTrip()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTimeZoneFormatTest.java249 int idx = 0; in TestTimeZoneRoundTrip()
250 while (idx < tzstr.length()) { in TestTimeZoneRoundTrip()
251 int cp = tzstr.codePointAt(idx); in TestTimeZoneRoundTrip()
255 idx += UCharacter.charCount(cp); in TestTimeZoneRoundTrip()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DTimeZoneFormatTest.java252 int idx = 0; in TestTimeZoneRoundTrip()
253 while (idx < tzstr.length()) { in TestTimeZoneRoundTrip()
254 int cp = tzstr.codePointAt(idx); in TestTimeZoneRoundTrip()
258 idx += UCharacter.charCount(cp); in TestTimeZoneRoundTrip()
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-function-object.c193 for (ecma_length_t idx = 1; idx < arguments_list_len - 1; idx++) in ecma_op_create_dynamic_function_arguments_helper()
195 str_p = ecma_op_to_string (arguments_list_p[idx]); in ecma_op_create_dynamic_function_arguments_helper()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ir.h67 static unsigned sel(unsigned idx) { return (idx-1) >> 2; } in sel()
68 static unsigned chan(unsigned idx) { return (idx-1) & 3; } in chan()
/third_party/mesa3d/src/imgui/
H A Dimstb_textedit.h646 static int is_word_boundary( STB_TEXTEDIT_STRING *str, int idx ) in is_word_boundary()
648 return idx > 0 ? (STB_TEXTEDIT_IS_SPACE( STB_TEXTEDIT_GETCHAR(str,idx-1) ) && !STB_TEXTEDIT_IS_SPACE( STB_TEXTEDIT_GETCHAR(str, idx) ) ) : 1; in is_word_boundary()
/third_party/nghttp2/src/
H A Dshrpx_config.h565 // Mapping hash to idx which is an index into
568 AffinityHash(size_t idx, uint32_t hash) : idx(idx), hash(hash) {} in AffinityHash()
570 size_t idx; member

Completed in 94 milliseconds

1...<<141142143144145146147148149150>>...181