Home
last modified time | relevance | path

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

12

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dkrb5.asn110 AP-REP,
12 AS-REP,
40 KDC-REP,
72 TGS-REP,
149 KRB5-PADATA-PK-AS-REP-19(15), -- (PKINIT-19)
152 KRB5-PADATA-PK-AS-REP(17), -- (PKINIT-25)
180 -- PK-AS-REP
192 KRB5-PADATA-EPAK-AS-REP(146),
195 KRB5-PADATA-REQ-ENC-PA-REP(149), --
517 KDC-REP ::= SEQUENCE {
[all …]
H A Dpkinit.asn1114 PA-PK-AS-REP ::= CHOICE {
164 PA-PK-AS-REP-Win2k ::= CHOICE {
180 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
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-librep/
H A Dconfigure.ac12 AC_PATH_PROG(REP, rep)
13 if test -z "$REP"; then
17 AC_SUBST(REP) subst
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregcomp.c1119 # 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 …]
/netbsd-src/external/bsd/nvi/dist/regex/
H A Dregcomp.c1047 # define REP(f, t) ((f)*8 + (t)) in repeat() macro
1060 switch (REP(MAP(from), MAP(to))) { in repeat()
1061 case REP(0, 0): /* must be user doing this */ in repeat()
1064 case REP(0, 1): /* as x{1,1}? */ in repeat()
1065 case REP(0, N): /* as x{1,n}? */ in repeat()
1066 case REP(0, INF): /* as x{1,}? */ in repeat()
1076 case REP(1, 1): /* trivial case */ in repeat()
1079 case REP(1, N): /* as x?x{1,n-1} */ in repeat()
1091 case REP(1, INF): /* as x+ */ in repeat()
1095 case REP(N, N): /* as xx{m-1,n-1} */ in repeat()
[all …]
/netbsd-src/lib/libc/regex/
H A Dregcomp.c1583 # define REP(f, t) ((f)*8 + (t)) macro
1594 switch (REP(MAP(from), MAP(to))) {
1595 case REP(0, 0): /* must be user doing this */
1598 case REP(0, 1): /* as x{1,1}? */
1599 case REP(0, N): /* as x{1,n}? */
1600 case REP(0, INF): /* as x{1,}? */
1610 case REP(1, 1): /* trivial case */
1613 case REP(1, N): /* as x?x{1,n-1} */
1625 case REP(1, INF): /* as x+ */
1629 case REP(
[all...]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrSystem.td585 def XSTORE : I<0xa7, MRM_C0, (outs), (ins), "xstore", []>, TB, REP;
591 def XCRYPTECB : I<0xa7, MRM_C8, (outs), (ins), "xcryptecb", []>, TB, REP;
592 def XCRYPTCBC : I<0xa7, MRM_D0, (outs), (ins), "xcryptcbc", []>, TB, REP;
593 def XCRYPTCTR : I<0xa7, MRM_D8, (outs), (ins), "xcryptctr", []>, TB, REP;
594 def XCRYPTCFB : I<0xa7, MRM_E0, (outs), (ins), "xcryptcfb", []>, TB, REP;
595 def XCRYPTOFB : I<0xa7, MRM_E8, (outs), (ins), "xcryptofb", []>, TB, REP;
599 def XSHA1 : I<0xa6, MRM_C8, (outs), (ins), "xsha1", []>, TB, REP;
600 def XSHA256 : I<0xa6, MRM_D0, (outs), (ins), "xsha256", []>, TB, REP;
603 def MONTMUL : I<0xa6, MRM_C0, (outs), (ins), "montmul", []>, TB, REP;
H A DX86InstrCompiler.td357 [(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,
384 [(X86rep_movs i32)]>, REP, AdSize64, OpSize32,
388 [(X86rep_movs i64)]>, REP, AdSize64,
397 [(X86rep_stos i8)]>, REP, AdSize32,
402 [(X86rep_stos i16)]>, REP, AdSize32, OpSize16,
[all …]
H A DX86.td378 // Ivy Bridge and newer processors have enhanced REP MOVSB and STOSB (aka
379 // "string operations"). See "REP String Enhancement" in the Intel Software
380 // Development Manual. This feature essentially means that REP MOVSB will copy
386 "REP MOVS/STOS are fast">;
388 // Icelake and newer processors have Fast Short REP MOV.
392 "REP MOVSB of short lengths is faster">;
H A DX86InstrFormats.td199 class REP { bit hasREPPrefix = 1; }
309 bit hasREPPrefix = 0; // Does this inst have a REP prefix?
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Daspeed-bmc-arm-centriq2400-rep.dts8 model = "Qualcomm Centriq 2400 REP AST2520";
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dx86-tune.def290 as MOVS and STOS (without a REP prefix) to move/set sequences of bytes. */
293 /* X86_TUNE_PREFER_KNOWN_REP_MOVSB_STOSB: Enable use of REP MOVSB/STOSB to
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h888 REP = 1 << REPShift, enumerator
H A DX86MCCodeEmitter.cpp668 if (TSFlags & X86II::REP || Flags & X86::IP_HAS_REPEAT) in emitPrefixImpl()
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-2006199 (print_insn): Disallow REP prefix for POPCNT.
318 initializer macros to have additional arguments. Disallow REP
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-2006199 (print_insn): Disallow REP prefix for POPCNT.
318 initializer macros to have additional arguments. Disallow REP
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A DChangeLog-2006199 (print_insn): Disallow REP prefix for POPCNT.
318 initializer macros to have additional arguments. Disallow REP
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A DChangeLog-2006199 (print_insn): Disallow REP prefix for POPCNT.
318 initializer macros to have additional arguments. Disallow REP
/netbsd-src/external/bsd/file/dist/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
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dx86-tune.def269 as MOVS and STOS (without a REP prefix) to move/set sequences of bytes. */
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DNEWS225 - Fix CVE-2017-11103: Orpheus' Lyre KDC-REP service name validation
229 In _krb5_extract_ticket() the KDC-REP service name must be obtained from
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-2012986 * config/tc-i386.c (parse_insn): Don't complain about REP prefix
/netbsd-src/external/gpl3/gdb/dist/sim/d10v/
H A DChangeLog-20211335 * interp.c (sim_resume): For "REP", only check/update the PC when
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-2012986 * config/tc-i386.c (parse_insn): Don't complain about REP prefix

12