Home
last modified time | relevance | path

Searched refs:LCR (Results 1 – 25 of 590) sorted by relevance

12345678910>>...24

/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/packages/
H A DGCDFreeBasis.cpkg538 If LCR[1] = 1 Then C := LCR[2];
39 Else C := concat([LCR[1]], LCR[2]);
46 If LCR[3] = 1 Then C := LCR[2];
47 Else C := concat(LCR[2], [LCR[3]]);
53 L := LCR[1];
54 C := LCR[2];
55 R := LCR[3];
58 If LCR[1] <> 1 Then append(ref C, LCR[1]); EndIf;
60 Return [L, C, LCR[3]];
95 N := LCR[3];
[all …]
/dports/graphics/xd3d/xd3d-8.3.1/src/interp/
H A Dfonacs.f31 COMMON /FONLC / LCI,LCR,LCL,LCC,LCD,LCOPN,LCOPT,LCSYM,LCEXP,LCIDN local
56 DO 210 I = 1,LCR
62 LCR = LCR + 1
63 IF (LCR.GT.LMR-LMOPN) GOTO 900
64 MR(LCR) = SR
65 IALLOC = LCR
H A Dfonvar.f71 COMMON /FONLC / LCI,LCR,LCL,LCC,LCD,LCOPN,LCOPT,LCSYM,LCEXP,LCIDN local
88 DO 210 I = 1,LCR
94 LCR = LCR + 1
95 IF (LCR.GT.LMR-LMOPN) THEN
99 MR(LCR) = SR
100 IALLOC = LCR
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/boot/
H A Dearly_serial_console.c17 #define LCR 3 /* Line control */ macro
31 outb(0x3, port + LCR); /* 8n1 */ in early_serial_init()
37 c = inb(port + LCR); in early_serial_init()
38 outb(c | DLAB, port + LCR); in early_serial_init()
41 outb(c & ~DLAB, port + LCR); in early_serial_init()
107 lcr = inb(port + LCR); in probe_baud()
108 outb(lcr | DLAB, port + LCR); in probe_baud()
111 outb(lcr, port + LCR); in probe_baud()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/boot/
H A Dearly_serial_console.c17 #define LCR 3 /* Line control */ macro
31 outb(0x3, port + LCR); /* 8n1 */ in early_serial_init()
37 c = inb(port + LCR); in early_serial_init()
38 outb(c | DLAB, port + LCR); in early_serial_init()
41 outb(c & ~DLAB, port + LCR); in early_serial_init()
107 lcr = inb(port + LCR); in probe_baud()
108 outb(lcr | DLAB, port + LCR); in probe_baud()
111 outb(lcr, port + LCR); in probe_baud()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/boot/
H A Dearly_serial_console.c17 #define LCR 3 /* Line control */ macro
31 outb(0x3, port + LCR); /* 8n1 */ in early_serial_init()
37 c = inb(port + LCR); in early_serial_init()
38 outb(c | DLAB, port + LCR); in early_serial_init()
41 outb(c & ~DLAB, port + LCR); in early_serial_init()
107 lcr = inb(port + LCR); in probe_baud()
108 outb(lcr | DLAB, port + LCR); in probe_baud()
111 outb(lcr, port + LCR); in probe_baud()
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A DRingElemOps-CoprimeFactorBasis.C51 CoprimeFactorBasis_RingElem::LCR CoprimeFactorBasis_RingElem::myLCR(RingElem A, RingElem B) const in myLCR()
55 if (IsInvertible(g)) return LCR(A, vector<RingElem>(), B); in myLCR()
61 struct LCR tmp = myLCR(g, B); in myLCR()
63 return LCR(A, tmp.myC, tmp.myR); in myLCR()
68 struct LCR tmp = myLCR(A, g); in myLCR()
70 return LCR(tmp.myL, tmp.myC, B); in myLCR()
73 struct LCR LCR_Ag = myLCR(A, g); in myLCR()
75 struct LCR LCR_RB = myLCR(LCR_Ag.myR, B); in myLCR()
94 struct LCR tmp = myLCR(myCoprimeBasis[i], X); in myRefineBasis()
H A DNumTheory-CoprimeFactorBasis.C58 CoprimeFactorBasis_BigInt::LCR CoprimeFactorBasis_BigInt::myLCR(BigInt A, BigInt B) const in myLCR()
62 if (IsOne(g)) return LCR(A, vector<BigInt>(), B); in myLCR()
68 struct LCR tmp = myLCR(g, B); in myLCR()
70 return LCR(A, tmp.myC, tmp.myR); in myLCR()
75 struct LCR tmp = myLCR(A, g); in myLCR()
77 return LCR(tmp.myL, tmp.myC, B); in myLCR()
80 struct LCR LCR_Ag = myLCR(A, g); in myLCR()
82 struct LCR LCR_RB = myLCR(LCR_Ag.myR, B); in myLCR()
102 struct LCR tmp = myLCR(myCoprimeBasis[i], N); in myRefineBasis()
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A DNumTheory-CoprimeFactorBasis.C66 CoprimeFactorBasis_BigInt::LCR CoprimeFactorBasis_BigInt::myLCR(BigInt A, BigInt B) const in myLCR()
70 if (IsOne(g)) return LCR(A, vector<BigInt>(), B); in myLCR()
76 struct LCR tmp = myLCR(g, B); in myLCR()
78 return LCR(A, tmp.myC, tmp.myR); in myLCR()
83 struct LCR tmp = myLCR(A, g); in myLCR()
85 return LCR(tmp.myL, tmp.myC, B); in myLCR()
88 struct LCR LCR_Ag = myLCR(A, g); in myLCR()
90 struct LCR LCR_RB = myLCR(LCR_Ag.myR, B); in myLCR()
111 struct LCR tmp = myLCR(myCoprimeBasis[i], N); in myRefineBasis()
H A DRingElemOps-CoprimeFactorBasis.C51 CoprimeFactorBasis_RingElem::LCR CoprimeFactorBasis_RingElem::myLCR(RingElem A, RingElem B) const in myLCR()
55 if (IsInvertible(g)) return LCR(A, vector<RingElem>(), B); in myLCR()
61 struct LCR tmp = myLCR(g, B); in myLCR()
63 return LCR(A, tmp.myC, tmp.myR); in myLCR()
68 struct LCR tmp = myLCR(A, g); in myLCR()
70 return LCR(tmp.myL, tmp.myC, B); in myLCR()
73 struct LCR LCR_Ag = myLCR(A, g); in myLCR()
75 struct LCR LCR_RB = myLCR(LCR_Ag.myR, B); in myLCR()
94 struct LCR tmp = myLCR(myCoprimeBasis[i], X); in myRefineBasis()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/nbapsystem/
H A DNBAP-Constants.asn512 id-DL-DPCH-LCR-Information-RL-SetupRqstTDD ProtocolIE-ID ::= 74
513 id-DwPCH-LCR-Information ProtocolIE-ID ::= 78
516 id-DwPCH-LCR-Information-Cell-ReconfRqstTDD ProtocolIE-ID ::= 99
520 id-FPACH-LCR-Information ProtocolIE-ID ::= 290
527 id-PCH-Power-LCR-CTCH-SetupRqstTDD ProtocolIE-ID ::= 457
528 id-PCH-Power-LCR-CTCH-ReconfRqstTDD ProtocolIE-ID ::= 458
545 id-TimeslotISCPInfoList-LCR-DL-PC-RqstTDD ProtocolIE-ID ::= 480
547 id-UL-DPCH-LCR-InformationModify-AddList ProtocolIE-ID ::= 483
579 id-Rx-Timing-Deviation-Value-LCR ProtocolIE-ID ::= 520
616 id-Angle-Of-Arrival-Value-LCR ProtocolIE-ID ::= 521
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/asn1/test/asn1_SUITE_data/nbapsystem/
H A DNBAP-Constants.asn512 id-DL-DPCH-LCR-Information-RL-SetupRqstTDD ProtocolIE-ID ::= 74
513 id-DwPCH-LCR-Information ProtocolIE-ID ::= 78
516 id-DwPCH-LCR-Information-Cell-ReconfRqstTDD ProtocolIE-ID ::= 99
520 id-FPACH-LCR-Information ProtocolIE-ID ::= 290
527 id-PCH-Power-LCR-CTCH-SetupRqstTDD ProtocolIE-ID ::= 457
528 id-PCH-Power-LCR-CTCH-ReconfRqstTDD ProtocolIE-ID ::= 458
545 id-TimeslotISCPInfoList-LCR-DL-PC-RqstTDD ProtocolIE-ID ::= 480
547 id-UL-DPCH-LCR-InformationModify-AddList ProtocolIE-ID ::= 483
579 id-Rx-Timing-Deviation-Value-LCR ProtocolIE-ID ::= 520
616 id-Angle-Of-Arrival-Value-LCR ProtocolIE-ID ::= 521
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/asn1/test/asn1_SUITE_data/nbapsystem/
H A DNBAP-Constants.asn512 id-DL-DPCH-LCR-Information-RL-SetupRqstTDD ProtocolIE-ID ::= 74
513 id-DwPCH-LCR-Information ProtocolIE-ID ::= 78
516 id-DwPCH-LCR-Information-Cell-ReconfRqstTDD ProtocolIE-ID ::= 99
520 id-FPACH-LCR-Information ProtocolIE-ID ::= 290
527 id-PCH-Power-LCR-CTCH-SetupRqstTDD ProtocolIE-ID ::= 457
528 id-PCH-Power-LCR-CTCH-ReconfRqstTDD ProtocolIE-ID ::= 458
545 id-TimeslotISCPInfoList-LCR-DL-PC-RqstTDD ProtocolIE-ID ::= 480
547 id-UL-DPCH-LCR-InformationModify-AddList ProtocolIE-ID ::= 483
579 id-Rx-Timing-Deviation-Value-LCR ProtocolIE-ID ::= 520
616 id-Angle-Of-Arrival-Value-LCR ProtocolIE-ID ::= 521
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/nbapsystem/
H A DNBAP-Constants.asn512 id-DL-DPCH-LCR-Information-RL-SetupRqstTDD ProtocolIE-ID ::= 74
513 id-DwPCH-LCR-Information ProtocolIE-ID ::= 78
516 id-DwPCH-LCR-Information-Cell-ReconfRqstTDD ProtocolIE-ID ::= 99
520 id-FPACH-LCR-Information ProtocolIE-ID ::= 290
527 id-PCH-Power-LCR-CTCH-SetupRqstTDD ProtocolIE-ID ::= 457
528 id-PCH-Power-LCR-CTCH-ReconfRqstTDD ProtocolIE-ID ::= 458
545 id-TimeslotISCPInfoList-LCR-DL-PC-RqstTDD ProtocolIE-ID ::= 480
547 id-UL-DPCH-LCR-InformationModify-AddList ProtocolIE-ID ::= 483
579 id-Rx-Timing-Deviation-Value-LCR ProtocolIE-ID ::= 520
616 id-Angle-Of-Arrival-Value-LCR ProtocolIE-ID ::= 521
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/nbapsystem/
H A DNBAP-Constants.asn512 id-DL-DPCH-LCR-Information-RL-SetupRqstTDD ProtocolIE-ID ::= 74
513 id-DwPCH-LCR-Information ProtocolIE-ID ::= 78
516 id-DwPCH-LCR-Information-Cell-ReconfRqstTDD ProtocolIE-ID ::= 99
520 id-FPACH-LCR-Information ProtocolIE-ID ::= 290
527 id-PCH-Power-LCR-CTCH-SetupRqstTDD ProtocolIE-ID ::= 457
528 id-PCH-Power-LCR-CTCH-ReconfRqstTDD ProtocolIE-ID ::= 458
545 id-TimeslotISCPInfoList-LCR-DL-PC-RqstTDD ProtocolIE-ID ::= 480
547 id-UL-DPCH-LCR-InformationModify-AddList ProtocolIE-ID ::= 483
579 id-Rx-Timing-Deviation-Value-LCR ProtocolIE-ID ::= 520
616 id-Angle-Of-Arrival-Value-LCR ProtocolIE-ID ::= 521
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/asn1/test/asn1_SUITE_data/nbapsystem/
H A DNBAP-Constants.asn512 id-DL-DPCH-LCR-Information-RL-SetupRqstTDD ProtocolIE-ID ::= 74
513 id-DwPCH-LCR-Information ProtocolIE-ID ::= 78
516 id-DwPCH-LCR-Information-Cell-ReconfRqstTDD ProtocolIE-ID ::= 99
520 id-FPACH-LCR-Information ProtocolIE-ID ::= 290
527 id-PCH-Power-LCR-CTCH-SetupRqstTDD ProtocolIE-ID ::= 457
528 id-PCH-Power-LCR-CTCH-ReconfRqstTDD ProtocolIE-ID ::= 458
545 id-TimeslotISCPInfoList-LCR-DL-PC-RqstTDD ProtocolIE-ID ::= 480
547 id-UL-DPCH-LCR-InformationModify-AddList ProtocolIE-ID ::= 483
579 id-Rx-Timing-Deviation-Value-LCR ProtocolIE-ID ::= 520
616 id-Angle-Of-Arrival-Value-LCR ProtocolIE-ID ::= 521
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/nbapsystem/
H A DNBAP-Constants.asn512 id-DL-DPCH-LCR-Information-RL-SetupRqstTDD ProtocolIE-ID ::= 74
513 id-DwPCH-LCR-Information ProtocolIE-ID ::= 78
516 id-DwPCH-LCR-Information-Cell-ReconfRqstTDD ProtocolIE-ID ::= 99
520 id-FPACH-LCR-Information ProtocolIE-ID ::= 290
527 id-PCH-Power-LCR-CTCH-SetupRqstTDD ProtocolIE-ID ::= 457
528 id-PCH-Power-LCR-CTCH-ReconfRqstTDD ProtocolIE-ID ::= 458
545 id-TimeslotISCPInfoList-LCR-DL-PC-RqstTDD ProtocolIE-ID ::= 480
547 id-UL-DPCH-LCR-InformationModify-AddList ProtocolIE-ID ::= 483
579 id-Rx-Timing-Deviation-Value-LCR ProtocolIE-ID ::= 520
616 id-Angle-Of-Arrival-Value-LCR ProtocolIE-ID ::= 521
[all …]
/dports/lang/asn1c/asn1c-0.9.27/examples/sample.source.RRC/
H A DMakefile355 Mapping-LCR-r4.c \
1211 PDSCH-Info-LCR-r4.c \
1231 PICH-Info-LCR-r4.c \
1280 PUSCH-Info-LCR-r4.c \
1455 Wi-LCR.c \
1525 Event1a-LCR-r4.c \
1528 Event1b-LCR-r4.c \
2692 Mapping-LCR-r4.h \
3792 Wi-LCR.h \
3862 Event1a-LCR-r4.h \
[all …]
/dports/sysutils/syslinux/syslinux-6.03/com32/libupload/
H A Dserial.c19 LCR = 3, enumerator
78 sif->old.lcr = inb(port + LCR); in serial_init()
83 outb(0x83, port + LCR); /* Enable divisor access */ in serial_init()
92 lcr = inb(port + LCR); in serial_init()
93 outb(0x03, port + LCR); /* Enable data access, n81 */ in serial_init()
154 outb(0x83, port + LCR); in serial_cleanup()
159 outb(sif->old.lcr & 0x7f, port + LCR); in serial_cleanup()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/asn1/nbap/
H A DNBAP-PDU-Contents.asn204 IPDL-TDD-Parameters-LCR,
418 E-DCH-LCR-Information,
437 HS-SCCH-ID-LCR,
444 E-DCH-MACdFlow-ID-LCR,
1717 s-CCPCH-TimeSlotFormat-LCR TDD-DL-DPCH-TimeSlotFormat-LCR,
3900 iPDL-TDD-Parameters-LCR IPDL-TDD-Parameters-LCR,
4260 iPDL-TDD-Parameters-LCR IPDL-TDD-Parameters-LCR OPTIONAL,
5703 uL-TimeSlot-ISCP-LCR-Info UL-TimeSlot-ISCP-LCR-Info,
6962 tDD-TPC-UplinkStepSize-LCR TDD-TPC-UplinkStepSize-LCR OPTIONAL,
10095 hS-SICH-Information-LCR HS-SICH-Information-LCR-PSCH-ReconfRqst,
[all …]
H A DNBAP-Constants.asn243 maxNoOfRepetition-Period-LCR INTEGER ::= 4
244 maxNoOfRepetitionPeriod-SPS-LCR-1 INTEGER ::= 3
740 id-DwPCH-LCR-Information ProtocolIE-ID ::= 78
747 id-FPACH-LCR-Information ProtocolIE-ID ::= 290
820 id-Rx-Timing-Deviation-Value-LCR ProtocolIE-ID ::= 520
857 id-Angle-Of-Arrival-Value-LCR ProtocolIE-ID ::= 521
1175 id-SYNC-UL-Partition-LCR ProtocolIE-ID ::= 846
1176 id-E-DCH-LCR-Information ProtocolIE-ID ::= 847
1279 id-MBSFN-SpecialTimeSlot-LCR ProtocolIE-ID ::= 942
1388 id-MACes-Maximum-Bitrate-LCR ProtocolIE-ID ::= 1046
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/asn1/nbap/
H A DNBAP-PDU-Contents.asn204 IPDL-TDD-Parameters-LCR,
418 E-DCH-LCR-Information,
437 HS-SCCH-ID-LCR,
444 E-DCH-MACdFlow-ID-LCR,
1717 s-CCPCH-TimeSlotFormat-LCR TDD-DL-DPCH-TimeSlotFormat-LCR,
3900 iPDL-TDD-Parameters-LCR IPDL-TDD-Parameters-LCR,
4260 iPDL-TDD-Parameters-LCR IPDL-TDD-Parameters-LCR OPTIONAL,
5703 uL-TimeSlot-ISCP-LCR-Info UL-TimeSlot-ISCP-LCR-Info,
6962 tDD-TPC-UplinkStepSize-LCR TDD-TPC-UplinkStepSize-LCR OPTIONAL,
10095 hS-SICH-Information-LCR HS-SICH-Information-LCR-PSCH-ReconfRqst,
[all …]
H A DNBAP-Constants.asn243 maxNoOfRepetition-Period-LCR INTEGER ::= 4
244 maxNoOfRepetitionPeriod-SPS-LCR-1 INTEGER ::= 3
740 id-DwPCH-LCR-Information ProtocolIE-ID ::= 78
747 id-FPACH-LCR-Information ProtocolIE-ID ::= 290
820 id-Rx-Timing-Deviation-Value-LCR ProtocolIE-ID ::= 520
857 id-Angle-Of-Arrival-Value-LCR ProtocolIE-ID ::= 521
1175 id-SYNC-UL-Partition-LCR ProtocolIE-ID ::= 846
1176 id-E-DCH-LCR-Information ProtocolIE-ID ::= 847
1279 id-MBSFN-SpecialTimeSlot-LCR ProtocolIE-ID ::= 942
1388 id-MACes-Maximum-Bitrate-LCR ProtocolIE-ID ::= 1046
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/asn1/nbap/
H A DNBAP-PDU-Contents.asn204 IPDL-TDD-Parameters-LCR,
418 E-DCH-LCR-Information,
437 HS-SCCH-ID-LCR,
444 E-DCH-MACdFlow-ID-LCR,
1717 s-CCPCH-TimeSlotFormat-LCR TDD-DL-DPCH-TimeSlotFormat-LCR,
3900 iPDL-TDD-Parameters-LCR IPDL-TDD-Parameters-LCR,
4260 iPDL-TDD-Parameters-LCR IPDL-TDD-Parameters-LCR OPTIONAL,
5703 uL-TimeSlot-ISCP-LCR-Info UL-TimeSlot-ISCP-LCR-Info,
6962 tDD-TPC-UplinkStepSize-LCR TDD-TPC-UplinkStepSize-LCR OPTIONAL,
10095 hS-SICH-Information-LCR HS-SICH-Information-LCR-PSCH-ReconfRqst,
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/asn1/nbap/
H A DNBAP-PDU-Contents.asn204 IPDL-TDD-Parameters-LCR,
418 E-DCH-LCR-Information,
437 HS-SCCH-ID-LCR,
444 E-DCH-MACdFlow-ID-LCR,
1717 s-CCPCH-TimeSlotFormat-LCR TDD-DL-DPCH-TimeSlotFormat-LCR,
3900 iPDL-TDD-Parameters-LCR IPDL-TDD-Parameters-LCR,
4260 iPDL-TDD-Parameters-LCR IPDL-TDD-Parameters-LCR OPTIONAL,
5703 uL-TimeSlot-ISCP-LCR-Info UL-TimeSlot-ISCP-LCR-Info,
6962 tDD-TPC-UplinkStepSize-LCR TDD-TPC-UplinkStepSize-LCR OPTIONAL,
10095 hS-SICH-Information-LCR HS-SICH-Information-LCR-PSCH-ReconfRqst,
[all …]

12345678910>>...24