Home
last modified time | relevance | path

Searched refs:REP (Results 1 – 22 of 22) sorted by relevance

/freebsd-14.2/crypto/heimdal/lib/asn1/
H A Dkrb5.asn110 AP-REP,
12 AS-REP,
40 KDC-REP,
70 TGS-REP,
159 -- PK-AS-REP
172 KRB5-PADATA-EPAK-AS-REP(146),
175 KRB5-PADATA-REQ-ENC-PA-REP(149), --
493 KDC-REP ::= SEQUENCE {
503 AS-REP ::= [APPLICATION 11] KDC-REP
504 TGS-REP ::= [APPLICATION 13] KDC-REP
[all …]
H A Dpkinit.asn1112 PA-PK-AS-REP ::= CHOICE {
162 PA-PK-AS-REP-Win2k ::= CHOICE {
178 PA-PK-AS-REP-BTMM ::= SEQUENCE {
H A DChangeLog768 client support the binding the PA-REP to the AS-REQ packet. This
769 is to fix the problem lack of binding the AS-REQ to the PK-AS-REP
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrTSX.td54 // XACQUIRE and XRELEASE reuse REPNE and REP respectively.
55 // For now, just prefer the REP versions.
H A DX86InstrSystem.td634 def XCRYPTECB : I<0xa7, MRM_C8, (outs), (ins), "xcryptecb", []>, TB, REP;
635 def XCRYPTCBC : I<0xa7, MRM_D0, (outs), (ins), "xcryptcbc", []>, TB, REP;
636 def XCRYPTCTR : I<0xa7, MRM_D8, (outs), (ins), "xcryptctr", []>, TB, REP;
637 def XCRYPTCFB : I<0xa7, MRM_E0, (outs), (ins), "xcryptcfb", []>, TB, REP;
638 def XCRYPTOFB : I<0xa7, MRM_E8, (outs), (ins), "xcryptofb", []>, TB, REP;
642 def XSHA1 : I<0xa6, MRM_C8, (outs), (ins), "xsha1", []>, TB, REP;
643 def XSHA256 : I<0xa6, MRM_D0, (outs), (ins), "xsha256", []>, TB, REP;
646 def MONTMUL : I<0xa6, MRM_C0, (outs), (ins), "montmul", []>, TB, REP;
H A DX86InstrCompiler.td373 [(X86rep_movs i8)]>, REP, AdSize32,
377 [(X86rep_movs i16)]>, REP, AdSize32, OpSize16,
381 [(X86rep_movs i32)]>, REP, AdSize32, OpSize32,
385 [(X86rep_movs i64)]>, REP, AdSize32,
392 [(X86rep_movs i8)]>, REP, AdSize64,
396 [(X86rep_movs i16)]>, REP, AdSize64, OpSize16,
404 [(X86rep_movs i64)]>, REP, AdSize64,
413 [(X86rep_stos i8)]>, REP, AdSize32,
428 [(X86rep_stos i64)]>, REP, AdSize32,
436 [(X86rep_stos i8)]>, REP, AdSize64,
[all …]
H A DX86.td357 // Ivy Bridge and newer processors have enhanced REP MOVSB and STOSB (aka
358 // "string operations"). See "REP String Enhancement" in the Intel Software
359 // Development Manual. This feature essentially means that REP MOVSB will copy
365 "REP MOVS/STOS are fast">;
367 // Icelake and newer processors have Fast Short REP MOV.
371 "REP MOVSB of short lengths is faster">;
H A DX86InstrFormats.td247 bit hasREPPrefix = 0; // Does this inst have a REP prefix?
H A DX86InstrUtils.td26 class REP { bit hasREPPrefix = 1; }
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c1117 # define REP(f, t) ((f)*8 + (t)) in repeat() macro
1126 switch (REP(MAP(from), MAP(to))) { in repeat()
1127 case REP(0, 0): /* must be user doing this */ in repeat()
1130 case REP(0, 1): /* as x{1,1}? */ in repeat()
1131 case REP(0, N): /* as x{1,n}? */ in repeat()
1132 case REP(0, INF): /* as x{1,}? */ in repeat()
1142 case REP(1, 1): /* trivial case */ in repeat()
1145 case REP(1, N): /* as x?x{1,n-1} */ in repeat()
1157 case REP(1, INF): /* as x+ */ in repeat()
1161 case REP(N, N): /* as xx{m-1,n-1} */ in repeat()
[all …]
/freebsd-14.2/contrib/nvi/regex/
H A Dregcomp.c1011 # define REP(f, t) ((f)*8 + (t)) in repeat() macro
1024 switch (REP(MAP(from), MAP(to))) { in repeat()
1025 case REP(0, 0): /* must be user doing this */ in repeat()
1028 case REP(0, 1): /* as x{1,1}? */ in repeat()
1029 case REP(0, N): /* as x{1,n}? */ in repeat()
1030 case REP(0, INF): /* as x{1,}? */ in repeat()
1040 case REP(1, 1): /* trivial case */ in repeat()
1043 case REP(1, N): /* as x?x{1,n-1} */ in repeat()
1055 case REP(1, INF): /* as x+ */ in repeat()
1059 case REP(N, N): /* as xx{m-1,n-1} */ in repeat()
[all …]
/freebsd-14.2/lib/libc/regex/
H A Dregcomp.c1451 # define REP(f, t) ((f)*8 + (t)) macro
1460 switch (REP(MAP(from), MAP(to))) {
1461 case REP(0, 0): /* must be user doing this */
1464 case REP(0, 1): /* as x{1,1}? */
1465 case REP(0, N): /* as x{1,n}? */
1466 case REP(0, INF): /* as x{1,}? */
1476 case REP(1, 1): /* trivial case */
1479 case REP(1, N): /* as x?x{1,n-1} */
1491 case REP(1, INF): /* as x+ */
1495 case REP(N, N): /* as xx{m-1,n-1} */
[all …]
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Daspeed-bmc-arm-centriq2400-rep.dts8 model = "Qualcomm Centriq 2400 REP AST2520";
/freebsd-14.2/sys/teken/
H A Dsequences118 REP Repeat last graphic char ^[ [ b n
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h814 REP = 1 << REPShift, enumerator
H A DX86MCCodeEmitter.cpp892 if (TSFlags & X86II::REP || Flags & X86::IP_HAS_REPEAT) in emitPrefixImpl()
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dgames485 0 string v9.6\0\0 GTA2 replay file (REP),
539 0 string GtaSA29 GTA Replay data (REP), used in GTA SA
/freebsd-14.2/crypto/heimdal/
H A DChangeLog.20051645 between PA-PK-AS-REP-19 and PA-PK-AS-REQ-Win2k, try harder to
/freebsd-14.2/contrib/ncurses/misc/
H A Dterminfo.src2139 # supports REP (repeat).
3496 # * CHT, REP, SU, SD are buggy.
3669 # supports SD/SU, no REP, SL, SR
3995 # Added ANSI sc/rc and REP in 2019/12/17
4700 # - REP, SL/SL work
4724 # - REP, SL/SL do not work, but SD/SU work.
7272 # SL/SR/REP do not work
7589 # REP, SL, SR fail
7661 # fails ERM/SPA, SL, SR, passes REP, SD, SU
7745 # REP works, though using unspecified behavior
[all …]
/freebsd-14.2/contrib/one-true-awk/testdir/
H A Dfunstack.in8607 note = "See also \cite{Boulton:1976:REP}.",
26642 @Article{Boulton:1976:REP,
/freebsd-14.2/crypto/heimdal/lib/wind/
H A DUnicodeData.txt10374 A3D3;YI SYLLABLE REP;Lo;0;L;;;;;N;;;;;
H A DNormalizationTest.txt5427 B822;B822;1105 1166 11C1;B822;1105 1166 11C1; # (렢; 렢; 렢; 렢; 렢; ) HANGUL SYLLABLE REP