Home
last modified time | relevance | path

Searched refs:ENC (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dtic6x-opcode-table.h118 #define ENC(id, meth, op) { \ macro
135 ENC4(ENC(s, fu, 0), ENC(x, xpath, 0), ENC(src2, reg, 0),
136 ENC(dst, reg, 1)))
140 ENC3(ENC(s, fu, 0), ENC(src2, reg, 0), ENC(dst, reg, 1)))
145 ENC4(ENC(s, fu, 0), ENC(x, xpath, 0), ENC(src2, reg, 0),
146 ENC(dst, reg, 1)))
151 ENC4(ENC(s, fu, 0), ENC(src2, regpair_msb, 0), ENC(src1, regpair_lsb, 0),
152 ENC(dst, reg, 1)))
157 ENC4(ENC(s, fu, 0), ENC(x, xpath, 0), ENC(src2, reg, 0),
158 ENC(dst, reg, 1)))
[all …]
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dtic6x-opcode-table.h118 #define ENC(id, meth, op) { \ macro
135 ENC4(ENC(s, fu, 0), ENC(x, xpath, 0), ENC(src2, reg, 0),
136 ENC(dst, reg, 1)))
140 ENC3(ENC(s, fu, 0), ENC(src2, reg, 0), ENC(dst, reg, 1)))
145 ENC4(ENC(s, fu, 0), ENC(x, xpath, 0), ENC(src2, reg, 0),
146 ENC(dst, reg, 1)))
151 ENC4(ENC(s, fu, 0), ENC(src2, regpair_msb, 0), ENC(src1, regpair_lsb, 0),
152 ENC(dst, reg, 1)))
157 ENC4(ENC(s, fu, 0), ENC(x, xpath, 0), ENC(src2, reg, 0),
158 ENC(dst, reg, 1)))
[all …]
/netbsd-src/usr.bin/uuencode/
H A Duuencode.c123 #define ENC(c) ((c) ? ((c) & 077) + ' ': '`') macro
164 ch = ENC(n); in encode()
175 ch = ENC(ch); in encode()
179 ch = ENC(ch); in encode()
183 ch = ENC(ch); in encode()
187 ch = ENC(ch); in encode()
196 ch = ENC('\0'); in encode()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dkrb5.asn159 PA-ENC-TS-ENC,
137 KRB5-PADATA-ENC-TIMESTAMP(2),
139 KRB5-PADATA-ENC-UNIX-TIME(5),
195 KRB5-PADATA-REQ-ENC-PA-REP(149), --
500 -- padata-type ::= PA-ENC-TIMESTAMP
501 -- padata-value ::= EncryptedData - PA-ENC-TS-ENC
503 PA-ENC-TS-ENC ::= SEQUENCE {
723 sam-enc-nonce-or-sad[3] EncryptedData, -- PA-ENC-SAM-RESPONSE-ENC
728 PA-ENC-SAM-RESPONSE-ENC ::= SEQUENCE {
/netbsd-src/usr.bin/audio/ctl/
H A Dctl.c81 #define ENC 7 macro
107 { "play.encoding", &info.play.encoding, ENC, 0 },
126 { "record.encoding", &info.record.encoding, ENC, 0 },
205 case ENC: in prfield()
259 case ENC: in rdfield()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kInstrControl.td150 class MxBcc<string cc, Operand TARGET, MxType TYPE, MxEncoding ENC = MxEncEmpty>
151 : MxInst<(outs), (ins TARGET:$dst), "b"#cc#"\t$dst", [], ENC>;
182 class MxBra<Operand TARGET, MxType TYPE, MxEncoding ENC = MxEncEmpty>
183 : MxInst<(outs), (ins TARGET:$dst), "bra\t$dst", [], ENC>;
H A DM68kRegisterInfo.td16 class MxReg<string N, bits<16> ENC,
21 let HWEncoding = ENC;
H A DM68kInstrData.td63 class MxMove_RR<MxType DST, MxType SRC, MxMoveEncoding ENC>
65 [(null_frag)], ENC>;
69 MxMoveEncoding ENC>
71 [(store REG.VT:$src, MEMPat:$dst)], ENC>;
74 MxMoveEncoding ENC>
76 [(store TYPE.IPat:$src, MEMPat:$dst)], ENC>;
79 class MxMove_RI<MxType DST, MxMoveEncoding ENC>
81 [(set DST.VT:$dst, DST.IPat:$src)], ENC>;
/netbsd-src/sys/arch/luna68k/dev/xplx/
H A Dmkdefs.awk79 if (match($3, /^[^_]+_(CMD|ENC)_/)) {
H A Dxplx.asm144 ; +4.b ENC
165 ; +4.b ENC
946 ; check ENC
1282 ; PAM ENC -> PAM Driver MAP address
1311 CALL PAM_ENC_MAP ; get ENC to MAP
1342 CALL PAM_ENC_MAP ; get ENC to MAP
1367 CALL PAM_ENC_MAP ; re- get ENC to MAP
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_http.c2917 #define ENC(from,want,plus) do { \ in http_uriencode_test() macro
2949 ENC("Hello", "Hello",0); in http_uriencode_test()
2950 ENC("99", "99",0); in http_uriencode_test()
2951 ENC("", "",0); in http_uriencode_test()
2952 ENC( in http_uriencode_test()
2955 ENC(" ", "%20",0); in http_uriencode_test()
2956 ENC(" ", "+",1); in http_uriencode_test()
2957 ENC("\xff\xf0\xe0", "%FF%F0%E0",0); in http_uriencode_test()
2958 ENC("\x01\x19", "%01%19",1); in http_uriencode_test()
2959 ENC("http://www.ietf.org/rfc/rfc3986.txt", in http_uriencode_test()
[all …]
/netbsd-src/libexec/ftpd/
H A Dftpcmd.y147 CONF ENC
784 | ENC SP base64data CRLF
1271 { "ENC", ENC, STR1, 4, "<sp> base64data", 0, },
/netbsd-src/sys/arch/mips/cavium/dev/
H A Docteon_cop2var.h175 __octeon_cop2_aes_ed_16(encrypt, ENC) \
397 __octeon_cop2_des_ed_8(encrypt, ENC) \
/netbsd-src/external/gpl3/gdb/dist/sim/bfin/
H A DChangeLog-20211105 * dv-bfin_sic.c (ENC, DEC_PIN, DEC_SIC): Move above the
1367 * dv-bfin_sic.c (ENC, DEC_PIN, DEC_SIC): Define.
1371 Encode ids with the ENC macro.
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DChangeLog.19982816 * kdc/kerberos5.c: Fix PA-ENC-TS-ENC
2820 * lib/krb5/get_in_tkt.c: Do PA-ENC-TS-ENC the correct way.
2836 * kdc/kdc.c: more support for ENC-TS-ENC
H A DChangeLog.2005585 ENC-TS case. From: Andrew Bartlett <abartlet@samba.org>
613 ENC-TS preauth, both for failure and success.
H A DChangeLog.20031645 PA-ENC-TIMESTAMP in the AS-REQ, using the first encryption
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.spell-cc1654 ENC
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c17731 #define ENC(db) ((db)->enc) macro
82851 ctx.enc = ENC(t.db);
82880 ctx.enc = ENC(pAccum->db);
83785 assert( pRec->pKeyInfo->enc==ENC(db) );
83886 ctx.enc = ENC(db);
84150 sqlite3ValueApplyAffinity(pVal, affinity, ENC(db));
84155 rc = valueFromExpr(db, pExpr, ENC(db), affinity, &pVal, pAlloc);
84295 pMem->enc = ENC(db);
89847 preupdate.keyinfo.enc = ENC(db);
90926 pOut->enc = ENC(pOut->db);
[all …]
/netbsd-src/share/misc/
H A Dairport2079 ENC:Nancy (Essey), France
/netbsd-src/share/terminfo/
H A Dterminfo14369 kMOV=\ENC, kMSG=\EOL, kNXT=\ENH, kOPT=\EOR, kPRT=\EOZ,
14585 kFND=\EOX, kHLP=\EOM, kMOV=\ENC, kMSG=\EOL, kNXT=\ENH,
14666 kFND=\EOX, kHLP=\EOM, kMOV=\ENC, kMSG=\EOL, kNXT=\ENH,
24055 kIC=\ENJ, kLFT=\ENK, kMOV=\ENC, kNXT=\ENH, kOPT=\EOR,
/netbsd-src/external/gpl3/gcc/dist/contrib/unicode/
H A DUnicodeData.txt18874 10C28;OLD TURKIC LETTER ORKHON ENC;Lo;0;R;;;;;N;;;;;
18875 10C29;OLD TURKIC LETTER YENISEI ENC;Lo;0;R;;;;;N;;;;;
18912 10C85;OLD HUNGARIAN CAPITAL LETTER ENC;Lu;0;R;;;;;N;;;;10CC5;
18963 10CC5;OLD HUNGARIAN SMALL LETTER ENC;Ll;0;R;;;;;N;;;10C85;;10C85
/netbsd-src/external/gpl3/gcc.old/dist/contrib/unicode/
H A DUnicodeData.txt18838 10C28;OLD TURKIC LETTER ORKHON ENC;Lo;0;R;;;;;N;;;;;
18839 10C29;OLD TURKIC LETTER YENISEI ENC;Lo;0;R;;;;;N;;;;;
18876 10C85;OLD HUNGARIAN CAPITAL LETTER ENC;Lu;0;R;;;;;N;;;;10CC5;
18927 10CC5;OLD HUNGARIAN SMALL LETTER ENC;Ll;0;R;;;;;N;;;10C85;;10C85