Home
last modified time | relevance | path

Searched refs:SZL (Results 1 – 25 of 561) sorted by relevance

12345678910>>...23

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/kernel/
H A Dmisc.S48 PPC_STL r1,SZL(r3)
49 PPC_STL r2,2*SZL(r3)
52 stmw r12, 3*SZL(r3)
55 PPC_STL r0,3*SZL(r3)
81 lmw r12, 3*SZL(r3)
84 PPC_LL r13,4*SZL(r3)
85 PPC_LL r14,5*SZL(r3)
86 PPC_LL r15,6*SZL(r3)
103 PPC_LL r0,3*SZL(r3)
107 PPC_LL r1,SZL(r3)
[all …]
H A Dppc_save_regs.S24 PPC_STL r0,0*SZL(r3)
26 stmw r2, 2*SZL(r3)
28 PPC_STL r2,2*SZL(r3)
29 PPC_STL r3,3*SZL(r3)
30 PPC_STL r4,4*SZL(r3)
31 PPC_STL r5,5*SZL(r3)
32 PPC_STL r6,6*SZL(r3)
33 PPC_STL r7,7*SZL(r3)
34 PPC_STL r8,8*SZL(r3)
35 PPC_STL r9,9*SZL(r3)
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/kernel/
H A Dmisc.S48 PPC_STL r1,SZL(r3)
49 PPC_STL r2,2*SZL(r3)
52 stmw r12, 3*SZL(r3)
55 PPC_STL r0,3*SZL(r3)
81 lmw r12, 3*SZL(r3)
84 PPC_LL r13,4*SZL(r3)
85 PPC_LL r14,5*SZL(r3)
86 PPC_LL r15,6*SZL(r3)
103 PPC_LL r0,3*SZL(r3)
107 PPC_LL r1,SZL(r3)
[all …]
H A Dppc_save_regs.S24 PPC_STL r0,0*SZL(r3)
26 stmw r2, 2*SZL(r3)
28 PPC_STL r2,2*SZL(r3)
29 PPC_STL r3,3*SZL(r3)
30 PPC_STL r4,4*SZL(r3)
31 PPC_STL r5,5*SZL(r3)
32 PPC_STL r6,6*SZL(r3)
33 PPC_STL r7,7*SZL(r3)
34 PPC_STL r8,8*SZL(r3)
35 PPC_STL r9,9*SZL(r3)
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/kernel/
H A Dmisc.S48 PPC_STL r1,SZL(r3)
49 PPC_STL r2,2*SZL(r3)
52 stmw r12, 3*SZL(r3)
55 PPC_STL r0,3*SZL(r3)
81 lmw r12, 3*SZL(r3)
84 PPC_LL r13,4*SZL(r3)
85 PPC_LL r14,5*SZL(r3)
86 PPC_LL r15,6*SZL(r3)
103 PPC_LL r0,3*SZL(r3)
107 PPC_LL r1,SZL(r3)
[all …]
H A Dppc_save_regs.S24 PPC_STL r0,0*SZL(r3)
26 stmw r2, 2*SZL(r3)
28 PPC_STL r2,2*SZL(r3)
29 PPC_STL r3,3*SZL(r3)
30 PPC_STL r4,4*SZL(r3)
31 PPC_STL r5,5*SZL(r3)
32 PPC_STL r6,6*SZL(r3)
33 PPC_STL r7,7*SZL(r3)
34 PPC_STL r8,8*SZL(r3)
35 PPC_STL r9,9*SZL(r3)
[all …]
/dports/comms/snap7/snap7-full-1.4.2/src/core/
H A Ds7_server.cpp1308 SZL.ResParams=PS7ResParams7(pbyte(&SZL.Answer)+ResHeaderSize17); in PerformGroupSZL()
1317 SZL.ResParams->Head[0]=SZL.ReqParams->Head[0]; in PerformGroupSZL()
1318 SZL.ResParams->Head[1]=SZL.ReqParams->Head[1]; in PerformGroupSZL()
1319 SZL.ResParams->Head[2]=SZL.ReqParams->Head[2]; in PerformGroupSZL()
1323 SZL.ResParams->SubFun=SZL.ReqParams->SubFun; in PerformGroupSZL()
1324 SZL.ResParams->Seq =SZL.ReqParams->Seq; in PerformGroupSZL()
1341 SZL.ID=SwapWord(SZL.ReqData->ID); in PerformGroupSZL()
1342 SZL.Index=SwapWord(SZL.ReqData->Index); in PerformGroupSZL()
1345 switch (SZL.ID) in PerformGroupSZL()
1590 DoEvent(evcReadSZL,evrNoError,SZL.ID,SZL.Index,0,0); in PerformGroupSZL()
[all …]
/dports/lang/voc/voc-63008f6/src/tools/HeapDump/
H A DHeapDump.Mod35 SYSTEM.GET(type - SZL, tag);
37 SYSTEM.GET(type + SZL, level);
38 SYSTEM.GET(type + 2*SZL, m); module := SYSTEM.VAL(Module, m);
39 name := SYSTEM.VAL(typename, type + 3*SZL);
40 SYSTEM.GET(type + 20*SZL + 24, blksz);
41 ptr := SYSTEM.VAL(pointers, type + 21*SZL + 24);
97 SYSTEM.GET(blocktag - SZL, reserved);
98 SYSTEM.GET(blocktag + SZL, ptr);
117 type := blocktag - (20*SZL + 24);
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/contrib/sIPOPT/examples/parametric_dsdp_cpp/
H A Dparametric_dsdp_driver.cpp73 Number *SZL = new Number[nzl*np] ; in main() local
77 app_sens->GetSensitivityMatrix(SX,SL,SZL,SZU) ; in main()
89 for (int i=0; i<nzl*np; ++i) printf("* ds/dp(zl)[%i] = %.14g\n",i+1,SZL[i]) ; in main()
101 app_sens->GetSensitivityMatrix(SX,SL,SZL,SZU) ; in main()
112 for (int i=0; i<nzl*np; ++i) printf("* ds/dp(zl)[%i] = %.14g\n",i+1,SZL[i]) ; in main()
118 delete [] SZL ; in main()
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/contrib/sIPOPT/src/
H A DSensApplication.hpp63 void GetDirectionalDerivatives(Number *SX, Number *SL, Number *SZL, Number *SZU) { in GetDirectionalDerivatives() argument
68 for (int i=0; i < controller->nzl(); ++i) SZL[i] = DirectionalD_Z_L[i] ; in GetDirectionalDerivatives()
75 void GetSensitivityMatrix(Number *SX, Number *SL, Number *SZL, Number *SZU) { in GetSensitivityMatrix() argument
79 for (int i=0; i < controller->nzl()*controller->np(); ++i) SZL[i] = SensitivityM_Z_L[i] ; in GetSensitivityMatrix()
/dports/comms/snap7/snap7-full-1.4.2/examples/dot.net/
H A DClient.cs246 S7Client.S7SZL SZL = new S7Client.S7SZL(); in ReadSZL_0011_0000()
248 int res = Client.ReadSZL(0x0011, 0x000, ref SZL, ref Size); in ReadSZL_0011_0000()
251 Console.WriteLine(" LENTHDR : " + SZL.Header.LENTHDR.ToString()); in ReadSZL_0011_0000()
252 Console.WriteLine(" N_DR : " + SZL.Header.N_DR.ToString()); in ReadSZL_0011_0000()
254 HexDump(SZL.Data, Size); in ReadSZL_0011_0000()
/dports/comms/snap7/snap7-full-1.4.2/examples/dot.net/WinConsole/Client/
H A DClient.cs246 S7Client.S7SZL SZL = new S7Client.S7SZL(); in ReadSZL_0011_0000()
248 int res = Client.ReadSZL(0x0011, 0x000, ref SZL, ref Size); in ReadSZL_0011_0000()
251 Console.WriteLine(" LENTHDR : " + SZL.Header.LENTHDR.ToString()); in ReadSZL_0011_0000()
252 Console.WriteLine(" N_DR : " + SZL.Header.N_DR.ToString()); in ReadSZL_0011_0000()
254 HexDump(SZL.Data, Size); in ReadSZL_0011_0000()
/dports/security/nmap/nmap-7.91/scripts/
H A Ds7-info.nse78 -- Function to parse the first SZL Request response that was received from the S7 PLCC
91 -- unpack the second byte of the SZL-ID
111 -- Function to parse the second SZL Request response that was received from the S7 PLC
123 -- unpack the second byte of the SZL-ID
197 -- setup the Read SZL information packet
199 -- setup the first SZL request (gather the basic hardware and version number)
201 -- setup the second SZL request
253 -- send and receive the first SZL Request packet
257 -- send and receive the second SZL Request packet
/dports/science/openbabel/openbabel-3.1.1/test/pdb_ligands_sdf/
H A D4k55_h6p.sdf3 Coordinates from PDB:3SZL:A:998 Model:1 without hydrogens
72 3SZL
/dports/comms/snap7/snap7-full-1.4.2/examples/cpp/
H A Dclient.cpp417 PS7SZL SZL = PS7SZL(&Buffer); // use our buffer casted as TS7SZL in ReadSzl_0011_0000() local
420 int res=Client->ReadSZL(0x0011, 0x0000, SZL, &Size); in ReadSzl_0011_0000()
423 printf(" LENTHDR : %d\n",SZL->Header.LENTHDR); in ReadSzl_0011_0000()
424 printf(" N_DR : %d\n",SZL->Header.N_DR); in ReadSzl_0011_0000()
/dports/comms/snap7/snap7-full-1.4.2/examples/cpp_embedded/eClient/
H A Dclient.cpp412 PS7SZL SZL = PS7SZL(&Buffer); // use our buffer casted as TS7SZL in ReadSzl_0011_0000() local
415 int res = Client->ReadSZL(0x0011, 0x0000, SZL, Size); in ReadSzl_0011_0000()
418 printf(" LENTHDR : %d\n", SZL->Header.LENTHDR); in ReadSzl_0011_0000()
419 printf(" N_DR : %d\n", SZL->Header.N_DR); in ReadSzl_0011_0000()
/dports/comms/snap7/snap7-full-1.4.2/examples/plain-c/
H A Dclient.c434 PS7SZL SZL = (PS7SZL)(&Buffer); // use our buffer casted as TS7SZL in ReadSzl_0011_0000() local
437 int res=Cli_ReadSZL(Client, 0x0011, 0x0000, SZL, &Size); in ReadSzl_0011_0000()
440 printf(" LENTHDR : %d\n",SZL->Header.LENTHDR); in ReadSzl_0011_0000()
441 printf(" N_DR : %d\n",SZL->Header.N_DR); in ReadSzl_0011_0000()
/dports/comms/snap7/snap7-full-1.4.2/examples/pascal/
H A Dclient.dpr407 // Read a sample SZL Block
413 SZL : PS7SZL;
415 SZL := PS7SZL(@Buffer); // use our buffer casted as TS7SZL
418 res:=Cli.ReadSZL($0011, $0000, SZL, Size);
419 if (Check(res,'Read SZL - ID : $0011, IDX $0000')) then
421 writeln(' LENTHDR : '+IntToStr(SZL.Header.LENTHDR));
422 writeln(' N_DR : '+IntToStr(SZL.Header.N_DR));
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/l10n/sz/
H A Dcountry.desktop115 CurrencyCodesInUse=SZL
116 CurrencyCode=SZL
/dports/comms/snap7/snap7-full-1.4.2/LabVIEW/lib_src/
H A Dlv_snap7.cpp348 TS7SZL SZL; in lv_Cli_ReadSZL() local
351 int Result = Cli_ReadSZL(Client, ID, Index, &SZL, &SZLSize); in lv_Cli_ReadSZL()
361 LENTHDR = SZL.Header.LENTHDR; in lv_Cli_ReadSZL()
362 N_DR = SZL.Header.N_DR; in lv_Cli_ReadSZL()
364 memcpy(pUsrData, &SZL.Data, Size); in lv_Cli_ReadSZL()
/dports/biology/molden/molden5.8/plush/
H A DSZL1 mol="SZL" Charge="0"
/dports/finance/skrooge/skrooge-2.26.1/skgbankmodeler/currency/
H A Dszl.desktop2 CurrencyCodeIsoAlpha3=SZL
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/scripts/
H A Dcurrencies.list141 SZL
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/scripts/
H A Dcurrencies.list141 SZL
/dports/lang/v8/v8-9.6.180.12/third_party/icu/scripts/
H A Dcurrencies.list141 SZL

12345678910>>...23