Searched refs:ENC (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_sic.c567 #define ENC(sic, pin) (((sic) << 8) + (pin)) macro
575 { "pll", ENC(0, 0), 0, input_port, },
576 { "dma_stat", ENC(0, 1), 0, input_port, },
577 { "ppi@0", ENC(0, 2), 0, input_port, },
578 { "sport@0_stat", ENC(0, 3), 0, input_port, },
579 { "sport@1_stat", ENC(0, 4), 0, input_port, },
580 { "uart2@0_stat", ENC(0, 5), 0, input_port, },
581 { "uart2@1_stat", ENC(0, 6), 0, input_port, },
582 { "spi@0", ENC(0, 7), 0, input_port, },
583 { "spi@1", ENC(
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/opcode/
H A Dtic6x-opcode-table.h101 #define ENC(id, meth, op) { \ macro
118 ENC4(ENC(s, fu, 0), ENC(x, xpath, 0), ENC(src2, reg, 0),
119 ENC(dst, reg, 1)))
123 ENC3(ENC(s, fu, 0), ENC(src2, reg, 0), ENC(dst, reg, 1)))
128 ENC4(ENC(s, fu, 0), ENC(
2541 #undef ENC macro
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/opcode/
H A Dtic6x-opcode-table.h101 #define ENC(id, meth, op) { \ macro
118 ENC4(ENC(s, fu, 0), ENC(x, xpath, 0), ENC(src2, reg, 0),
119 ENC(dst, reg, 1)))
123 ENC3(ENC(s, fu, 0), ENC(src2, reg, 0), ENC(dst, reg, 1)))
128 ENC4(ENC(s, fu, 0), ENC(
2541 #undef ENC macro
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/uuencode/
H A Duuencode.c122 /* ENC is the basic 1 character encoding function to make a char printing */
123 #define ENC(c) ((c) ? ((c) & 077) + ' ': '`') macro
164 ch = ENC(n);
169 ch = ENC(ch);
173 ch = ENC(ch);
177 ch = ENC(ch);
181 ch = ENC(ch);
190 ch = ENC('\0');
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/VMS/
H A Dopenssl_utils.com24 $ ENC :== $SSLEXE:OPENSSL ENC
/netbsd-6-1-5-RELEASE/usr.bin/audio/ctl/
H A Dctl.c79 #define ENC 7 macro
105 { "play.encoding", &info.play.encoding, ENC, 0 },
124 { "record.encoding", &info.record.encoding, ENC, 0 },
203 case ENC:
257 case ENC:
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tools/
H A Dkdc-log-analyze.pl482 } elsif (/No PA-ENC-TIMESTAMP --/) {
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dftpcmd.y147 CONF ENC
784 | ENC SP base64data CRLF
1269 { "ENC", ENC, STR1, 4, "<sp> base64data", 0, },
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c9790 #define ENC(db) ((db)->aDb[0].pSchema->enc) macro
[all...]

Completed in 609 milliseconds