| /freebsd-13.1/crypto/heimdal/lib/asn1/ |
| H A D | krb5.asn1 | 10 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 D | pkinit.asn1 | 112 PA-PK-AS-REP ::= CHOICE { 162 PA-PK-AS-REP-Win2k ::= CHOICE { 178 PA-PK-AS-REP-BTMM ::= SEQUENCE {
|
| H A D | ChangeLog | 768 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-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | regcomp.c | 1119 # define REP(f, t) ((f)*8 + (t)) in repeat() macro 1128 switch (REP(MAP(from), MAP(to))) { in repeat() 1129 case REP(0, 0): /* must be user doing this */ in repeat() 1132 case REP(0, 1): /* as x{1,1}? */ in repeat() 1133 case REP(0, N): /* as x{1,n}? */ in repeat() 1134 case REP(0, INF): /* as x{1,}? */ in repeat() 1144 case REP(1, 1): /* trivial case */ in repeat() 1147 case REP(1, N): /* as x?x{1,n-1} */ in repeat() 1159 case REP(1, INF): /* as x+ */ in repeat() 1163 case REP(N, N): /* as xx{m-1,n-1} */ in repeat() [all …]
|
| /freebsd-13.1/contrib/nvi/regex/ |
| H A D | regcomp.c | 1011 # 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-13.1/lib/libc/regex/ |
| H A D | regcomp.c | 1454 # define REP(f, t) ((f)*8 + (t)) macro 1463 switch (REP(MAP(from), MAP(to))) { 1464 case REP(0, 0): /* must be user doing this */ 1467 case REP(0, 1): /* as x{1,1}? */ 1468 case REP(0, N): /* as x{1,n}? */ 1469 case REP(0, INF): /* as x{1,}? */ 1479 case REP(1, 1): /* trivial case */ 1482 case REP(1, N): /* as x?x{1,n-1} */ 1494 case REP(1, INF): /* as x+ */ 1498 case REP(N, N): /* as xx{m-1,n-1} */ [all …]
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_base/notes/ |
| H A D | structure | 300 WINDOW ::= (DIFF SIZE REP-KEY [REP-OFFSET]) ; 303 Notice that a WINDOW holds only metadata. REP-KEY says what 312 Note also that REP-KEY might refer to a representation that 317 Branko says this is what REP-OFFSET is for: 879 "representations" : btree(REP -> REPRESENTATION, "next-key" -> REP) 884 "checksum-reps" : btree(SHA1SUM -> REP, "next-key" -> number-36) 896 REP ::= number-36 ; 973 WINDOW ::= (DIFF SIZE REP-KEY [REP-OFFSET]) ; 976 REP-KEY ::= atom ; 979 REP-OFFSET ::= number ;
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | aspeed-bmc-arm-centriq2400-rep.dts | 8 model = "Qualcomm Centriq 2400 REP AST2520";
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrSystem.td | 592 def XCRYPTECB : I<0xa7, MRM_C8, (outs), (ins), "xcryptecb", []>, TB, REP; 593 def XCRYPTCBC : I<0xa7, MRM_D0, (outs), (ins), "xcryptcbc", []>, TB, REP; 594 def XCRYPTCTR : I<0xa7, MRM_D8, (outs), (ins), "xcryptctr", []>, TB, REP; 595 def XCRYPTCFB : I<0xa7, MRM_E0, (outs), (ins), "xcryptcfb", []>, TB, REP; 596 def XCRYPTOFB : I<0xa7, MRM_E8, (outs), (ins), "xcryptofb", []>, TB, REP; 600 def XSHA1 : I<0xa6, MRM_C8, (outs), (ins), "xsha1", []>, TB, REP; 601 def XSHA256 : I<0xa6, MRM_D0, (outs), (ins), "xsha256", []>, TB, REP; 604 def MONTMUL : I<0xa6, MRM_C0, (outs), (ins), "montmul", []>, TB, REP;
|
| H A D | X86InstrCompiler.td | 357 [(X86rep_movs i8)]>, REP, AdSize32, 361 [(X86rep_movs i16)]>, REP, AdSize32, OpSize16, 365 [(X86rep_movs i32)]>, REP, AdSize32, OpSize32, 369 [(X86rep_movs i64)]>, REP, AdSize32, 376 [(X86rep_movs i8)]>, REP, AdSize64, 380 [(X86rep_movs i16)]>, REP, AdSize64, OpSize16, 388 [(X86rep_movs i64)]>, REP, AdSize64, 397 [(X86rep_stos i8)]>, REP, AdSize32, 412 [(X86rep_stos i64)]>, REP, AdSize32, 420 [(X86rep_stos i8)]>, REP, AdSize64, [all …]
|
| H A D | X86.td | 383 // Ivy Bridge and newer processors have enhanced REP MOVSB and STOSB (aka 384 // "string operations"). See "REP String Enhancement" in the Intel Software 385 // Development Manual. This feature essentially means that REP MOVSB will copy 391 "REP MOVS/STOS are fast">; 393 // Icelake and newer processors have Fast Short REP MOV. 397 "REP MOVSB of short lengths is faster">;
|
| H A D | X86InstrFormats.td | 199 class REP { bit hasREPPrefix = 1; } 309 bit hasREPPrefix = 0; // Does this inst have a REP prefix?
|
| /freebsd-13.1/sys/teken/ |
| H A D | sequences | 119 REP Repeat last graphic char ^[ [ b n
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | games | 396 0 string v9.6\0\0 GTA2 replay file (REP), 450 0 string GtaSA29 GTA Replay data (REP), used in GTA SA
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86BaseInfo.h | 888 REP = 1 << REPShift, enumerator
|
| H A D | X86MCCodeEmitter.cpp | 668 if (TSFlags & X86II::REP || Flags & X86::IP_HAS_REPEAT) in emitPrefixImpl()
|
| /freebsd-13.1/crypto/heimdal/ |
| H A D | ChangeLog.2005 | 1645 between PA-PK-AS-REP-19 and PA-PK-AS-REQ-Win2k, try harder to
|
| /freebsd-13.1/contrib/ncurses/misc/ |
| H A D | terminfo.src | 3344 # * CHT, REP, SU, SD are buggy. 3524 # supports SD/SU, no REP, SL, SR 4147 # + implements ECMA-48 SD/SU, but not REP, SL/SR. 4293 # - REP, SL/SL do not work, but SD/SU work. 6520 # SL/SR/REP do not work 6763 # miscellaneous ISO-6429 tests, e.g., REP, do not work 6873 # REP, SL, SR fail 6921 # fails ERM/SPA, SL, SR, passes REP, SD, SU 7008 # fails REP, SL, SL, but other cursor-movement ok 7114 # REP sort-of works (does not match xterm) [all …]
|
| /freebsd-13.1/crypto/heimdal/lib/wind/ |
| H A D | UnicodeData.txt | 10374 A3D3;YI SYLLABLE REP;Lo;0;L;;;;;N;;;;;
|
| H A D | NormalizationTest.txt | 5427 B822;B822;1105 1166 11C1;B822;1105 1166 11C1; # (렢; 렢; 렢; 렢; 렢; ) HANGUL SYLLABLE REP
|