| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxcapi.h | 659 virtual HRESULT STDMETHODCALLTYPE GetPartKind(UINT32 idx, _Out_ UINT32 *pResult) = 0; 660 virtual HRESULT STDMETHODCALLTYPE GetPartContent(UINT32 idx, _COM_Outptr_ IDxcBlob **ppResult) = 0; 662 virtual HRESULT STDMETHODCALLTYPE GetPartReflection(UINT32 idx, REFIID iid, void **ppvObject) = 0;
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_build_util.cpp | 577 const unsigned int idx = i * vecDim + c; 580 assert(baseSym || (idx < arrayLen && c < vecDim)); 584 sym->setAddress(baseSym, baseAddr + idx * eltSize);
|
| /third_party/libdrm/ |
| H A D | xf86drm.h | 260 int idx; /**< Index into the master buffer list */ member 617 extern int drmGetMap(int fd, int idx, drm_handle_t *offset, 621 extern int drmGetClient(int fd, int idx, int *auth, int *pid,
|
| /third_party/node/deps/openssl/openssl/ssl/ |
| H A D | ssl_conf.c | 871 size_t idx = cmd - ssl_conf_cmds; in ctrl_switch_option() local 875 if (idx >= OSSL_NELEM(ssl_cmd_switches)) { in ctrl_switch_option() 880 scmd = ssl_cmd_switches + idx; in ctrl_switch_option()
|
| H A D | ssl_lib.c | 3149 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/node/deps/openssl/openssl/util/perl/OpenSSL/ |
| H A D | ParseC.pm | 343 static ossl_inline $2 *sk_$1_value(const STACK_OF($1) *sk, int idx); 359 static ossl_inline int sk_$1_insert(STACK_OF($1) *sk, $2 *ptr, int idx); 360 static ossl_inline $2 *sk_$1_set(STACK_OF($1) *sk, int idx, $2 *ptr);
|
| /third_party/openssl/util/perl/OpenSSL/ |
| H A D | ParseC.pm | 343 static ossl_inline $2 *sk_$1_value(const STACK_OF($1) *sk, int idx); 359 static ossl_inline int sk_$1_insert(STACK_OF($1) *sk, $2 *ptr, int idx); 360 static ossl_inline $2 *sk_$1_set(STACK_OF($1) *sk, int idx, $2 *ptr);
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
| H A D | vktVideoTestUtils.cpp | 542 std::vector<deUint8>::size_type idx = plane0Size; in semiplanarToYV12() local 544 YV12Buffer[idx++] = static_cast<deUint8>(plane2[i] & 0xFF); in semiplanarToYV12() 546 YV12Buffer[idx++] = static_cast<deUint8>((plane2[i] >> 8) & 0xFF); in semiplanarToYV12()
|
| /third_party/openssl/ssl/ |
| H A D | ssl_conf.c | 871 size_t idx = cmd - ssl_conf_cmds; in ctrl_switch_option() local 874 if (idx >= OSSL_NELEM(ssl_cmd_switches)) in ctrl_switch_option() 877 scmd = ssl_cmd_switches + idx; in ctrl_switch_option()
|
| H A D | ssl_lib.c | 3049 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/harfbuzz/src/ |
| H A D | hb-ot-math-table.hh | 421 unsigned int idx = kern; in get_kerning() local 422 if (unlikely (idx >= ARRAY_LENGTH (mathKern))) return 0; in get_kerning() 423 return (base+mathKern[idx]).get_value (correction_height, font); in get_kerning()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 153 unsigned idx = PredVPSuccessors.front() == this ? 0 : 1; in createEmptyBasicBlock() local 154 assert(!PredBBTerminator->getSuccessor(idx) && in createEmptyBasicBlock() 156 PredBBTerminator->setSuccessor(idx, NewBB); in createEmptyBasicBlock()
|
| /third_party/selinux/libsepol/src/ |
| H A D | module.c | 847 int idx = 0; in write_helper() local 856 if (put_entry(&data[idx], 1, len2, file) != len2) { in write_helper() 860 idx += len2; in write_helper()
|
| /third_party/rust/crates/proc-macro2/src/ |
| H A D | fallback.rs | 358 Err(idx) => LineColumn { in offset_line_column() 359 line: idx, in offset_line_column() 360 column: offset - self.lines[idx - 1], in offset_line_column()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
| H A D | dfs.c | 196 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | Instructions.cpp | 3851 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/skia/third_party/externals/tint/src/writer/spirv/ |
| H A D | builder.cc | 981 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 D | spirv_to_nir.c | 139 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...] |
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | genX_cmd_buffer.c | 3917 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 D | regexp_parser.cpp | 392 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 D | regexp_parser.cpp | 361 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 D | runtime.cpp | 738 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 D | aarch64_mop_split.h | 384 // 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()
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | hevc_cabac.c | 903 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 D | vf_histogram.c | 499 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()
|