Home
last modified time | relevance | path

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

1...<<161162163164165166167168169170

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1866 ScalarIV->setName("offset.idx");
4812 unsigned idx = 0;
4813 while (idx != Worklist.size()) {
4814 Instruction *I = Worklist[idx++];
/third_party/ffmpeg/libavcodec/x86/
H A Dhevc_mc.asm569 %macro QPEL_HV_COMPUTE 4 ; width, bitdepth, filter idx
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dctrl_iface.c12193 int idx = atoi(cmd);
12194 if ((wpa_s != NULL) && (wpa_s->current_ssid != NULL) && (idx < NUM_WEP_KEYS) && idx >= 0) {
12195 size_t wep_key_len = wpa_s->current_ssid->wep_key_len[idx];
12197 printf_encode(wep_key_encode, sizeof(wep_key_encode), wpa_s->current_ssid->wep_key[idx],
12212 wpa_printf(MSG_ERROR, "can't get wep key idx");
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8829 for (unsigned idx = 0; idx < array_lengthof(SplatCsts); ++idx) { in LowerBUILD_VECTOR()
8832 int i = SplatCsts[idx]; in LowerBUILD_VECTOR()
9366 unsigned idx = 0;
9370 idx |= mm << (3-i)*3;
9374 DAG.getConstant(idx, dl, MVT::i32));
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderImageLoadStoreTests.cpp300 const int idx = yy * w + xx; in ValidateReadBuffer() local
301 if (!ColorEqual(fb[idx], expected, g_color_eps)) in ValidateReadBuffer()
304 << tcu::TestLog::Message << "First bad color: " << ToString(fb[idx]) in ValidateReadBuffer()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h1773 bool is_optimizable_farjmp(int idx);
/third_party/python/Lib/test/
H A Dtest_io.py3728 idx = len(buf) - len(buf) % arr.itemsize
3729 arr.frombytes(buf[:idx])
H A Dtest_descr.py4643 def __setitem__(self, idx, value):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6089 /// This produces a shuffle mask like 4,1,2,3 (idx=0) or 0,1,2,4 (idx=3).
6100 // If this is the insertion idx, put the low elt of V2 here.
8754 for (unsigned idx = 0, e = Op.getNumOperands(); idx < e; ++idx) {
8755 SDValue In = Op.getOperand(idx);
8757 Immediate |= (cast<ConstantSDNode>(In)->getZExtValue() & 0x1) << idx;
8781 for (unsigned idx = 0, e = Op.getNumOperands(); idx <
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp3308 const MachineOperand *Idx = TII->getNamedOperand(MI, AMDGPU::OpName::idx); in loadM0FromVGPR()
3348 const MachineOperand *Idx = TII->getNamedOperand(MI, AMDGPU::OpName::idx); in setM0ToIndexFromSGPR()
3496 const MachineOperand *Idx = TII->getNamedOperand(MI, AMDGPU::OpName::idx); in emitIndirectDst()
4854 // v_bfi_b32 (v_bfm_b32 16, (shl idx, 16)), val, vec in lowerINSERT_VECTOR_ELT()
9338 // EXTRACT_VECTOR_ELT (<n x e>, var-idx) => n x select (e, const-idx) in performExtractVectorEltCombine()
9408 // INSERT_VECTOR_ELT (<n x e>, var-idx) in performInsertVectorEltCombine()
9409 // => BUILD_VECTOR n x select (e, const-idx) in performInsertVectorEltCombine()
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.h2520 bool is_optimizable_farjmp(int idx);
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp2651 GateRef idx = ZExtInt32ToPtr(Int32Add(startIdx, *i)); in GenerateCircuit() local
2652 GateRef receiver = Load(VariableType::JS_ANY(), sp, PtrMul(IntPtr(sizeof(JSTaggedType)), idx)); in GenerateCircuit()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp601 GateRef idx = ZExtInt32ToPtr(Int32Add(startIdx, *i)); in DECLARE_ASM_HANDLER() local
602 GateRef receiver = Load(VariableType::JS_ANY(), sp, PtrMul(IntPtr(sizeof(JSTaggedType)), idx)); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp5607 uint32_t idx = 123; in HWTEST_F_L0() local
5610 object.GetCallArgRef(idx); in HWTEST_F_L0()
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp5701 builtin_builder::array_ref(ir_variable *var, int idx) in array_ref() argument
5703 return new(mem_ctx) ir_dereference_array(var, imm(idx)); in array_ref()
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 364 milliseconds

1...<<161162163164165166167168169170