Home
last modified time | relevance | path

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

/freebsd-12.1/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-12.1/contrib/llvm/lib/Support/
H A Dregcomp.c1118 # define REP(f, t) ((f)*8 + (t)) in repeat() macro
1127 switch (REP(MAP(from), MAP(to))) { in repeat()
1128 case REP(0, 0): /* must be user doing this */ in repeat()
1131 case REP(0, 1): /* as x{1,1}? */ in repeat()
1132 case REP(0, N): /* as x{1,n}? */ in repeat()
1133 case REP(0, INF): /* as x{1,}? */ in repeat()
1143 case REP(1, 1): /* trivial case */ in repeat()
1146 case REP(1, N): /* as x?x{1,n-1} */ in repeat()
1158 case REP(1, INF): /* as x+ */ in repeat()
1162 case REP(N, N): /* as xx{m-1,n-1} */ in repeat()
[all …]
/freebsd-12.1/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-12.1/lib/libc/regex/
H A Dregcomp.c1211 # define REP(f, t) ((f)*8 + (t)) macro
1220 switch (REP(MAP(from), MAP(to))) {
1221 case REP(0, 0): /* must be user doing this */
1224 case REP(0, 1): /* as x{1,1}? */
1225 case REP(0, N): /* as x{1,n}? */
1226 case REP(0, INF): /* as x{1,}? */
1236 case REP(1, 1): /* trivial case */
1239 case REP(1, N): /* as x?x{1,n-1} */
1251 case REP(1, INF): /* as x+ */
1255 case REP(N, N): /* as xx{m-1,n-1} */
[all …]
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/notes/
H A Dstructure300 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-12.1/sys/gnu/dts/arm/
H A Daspeed-bmc-arm-centriq2400-rep.dts8 model = "Qualcomm Centriq 2400 REP AST2520";
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrCompiler.td387 [(X86rep_movs i8)]>, REP, AdSize32,
391 [(X86rep_movs i16)]>, REP, AdSize32, OpSize16,
395 [(X86rep_movs i32)]>, REP, AdSize32, OpSize32,
399 [(X86rep_movs i64)]>, REP, AdSize32,
406 [(X86rep_movs i8)]>, REP, AdSize64,
410 [(X86rep_movs i16)]>, REP, AdSize64, OpSize16,
418 [(X86rep_movs i64)]>, REP, AdSize64,
427 [(X86rep_stos i8)]>, REP, AdSize32,
442 [(X86rep_stos i64)]>, REP, AdSize32,
450 [(X86rep_stos i8)]>, REP, AdSize64,
[all …]
H A DX86.td335 // Ivy Bridge and newer processors have enhanced REP MOVSB and STOSB (aka
336 // "string operations"). See "REP String Enhancement" in the Intel Software
337 // Development Manual. This feature essentially means that REP MOVSB will copy
343 "REP MOVS/STOS are fast">;
H A DX86InstrFormats.td188 class REP { bit hasREPPrefix = 1; }
296 bit hasREPPrefix = 0; // Does this inst have a REP prefix?
/freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h513 REP = 1 << REPShift, enumerator
H A DX86MCCodeEmitter.cpp1235 if (TSFlags & X86II::REP || Flags & X86::IP_HAS_REPEAT) in encodeInstruction()
/freebsd-12.1/contrib/binutils/opcodes/
H A DChangeLog-2006199 (print_insn): Disallow REP prefix for POPCNT.
318 initializer macros to have additional arguments. Disallow REP
/freebsd-12.1/crypto/heimdal/
H A DChangeLog.20051645 between PA-PK-AS-REP-19 and PA-PK-AS-REQ-Win2k, try harder to
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-98993352 constraint in instructions REP & REPI.
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.md286 ;; Set when string REP prefix is used.
/freebsd-12.1/contrib/ncurses/misc/
H A Dterminfo.src1205 # * CHT, REP, SU, SD are buggy.
20964 # REP Repeat Char or Control \E [ Pn b 1 - rep
/freebsd-12.1/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