Searched refs:NN (Results 1 - 19 of 19) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/bluetooth/
H A Dbtkbd.c414 #define NN 0 /* no translation */ macro
422 NN, NN, NN, NN, 0x1e, 0x30, 0x2e, 0x20, /* 00 - 07 */
434 0x48, 0x49, 0x52, 0x53, 0x56, 0xdd, NN, 0x59, /* 60 - 67 */
435 0x5d, 0x5e, 0x5f, NN, NN, NN, NN, N
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dcpu-mips.c99 #define NN(index) (&arch_info_struct[(index) + 1]) macro
103 N (32, 32, bfd_mach_mips3000, "mips:3000", FALSE, NN(I_mips3000)),
104 N (32, 32, bfd_mach_mips3900, "mips:3900", FALSE, NN(I_mips3900)),
105 N (64, 64, bfd_mach_mips4000, "mips:4000", FALSE, NN(I_mips4000)),
106 N (64, 64, bfd_mach_mips4010, "mips:4010", FALSE, NN(I_mips4010)),
107 N (64, 64, bfd_mach_mips4100, "mips:4100", FALSE, NN(I_mips4100)),
108 N (64, 64, bfd_mach_mips4111, "mips:4111", FALSE, NN(I_mips4111)),
109 N (64, 64, bfd_mach_mips4120, "mips:4120", FALSE, NN(I_mips4120)),
110 N (64, 64, bfd_mach_mips4300, "mips:4300", FALSE, NN(I_mips4300)),
111 N (64, 64, bfd_mach_mips4400, "mips:4400", FALSE, NN(I_mips440
[all...]
H A Dcpu-alpha.c42 #define NN(index) (&arch_info_struct[index]) macro
47 N (64, 64, bfd_mach_alpha_ev4, "alpha:ev4", FALSE, NN(1)),
48 N (64, 64, bfd_mach_alpha_ev5, "alpha:ev5", FALSE, NN(2)),
53 N (64, 64, 0, "alpha", TRUE, NN(0));
H A Delfxx-ia64.c33 #define ARCH_SIZE NN
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dcpu-mips.c98 #define NN(index) (&arch_info_struct[(index) + 1]) macro
102 N (32, 32, bfd_mach_mips3000, "mips:3000", FALSE, NN(I_mips3000)),
103 N (32, 32, bfd_mach_mips3900, "mips:3900", FALSE, NN(I_mips3900)),
104 N (64, 64, bfd_mach_mips4000, "mips:4000", FALSE, NN(I_mips4000)),
105 N (64, 64, bfd_mach_mips4010, "mips:4010", FALSE, NN(I_mips4010)),
106 N (64, 64, bfd_mach_mips4100, "mips:4100", FALSE, NN(I_mips4100)),
107 N (64, 64, bfd_mach_mips4111, "mips:4111", FALSE, NN(I_mips4111)),
108 N (64, 64, bfd_mach_mips4120, "mips:4120", FALSE, NN(I_mips4120)),
109 N (64, 64, bfd_mach_mips4300, "mips:4300", FALSE, NN(I_mips4300)),
110 N (64, 64, bfd_mach_mips4400, "mips:4400", FALSE, NN(I_mips440
[all...]
H A Dcpu-alpha.c42 #define NN(index) (&arch_info_struct[index]) macro
47 N (64, 64, bfd_mach_alpha_ev4, "alpha:ev4", FALSE, NN(1)),
48 N (64, 64, bfd_mach_alpha_ev5, "alpha:ev5", FALSE, NN(2)),
53 N (64, 64, 0, "alpha", TRUE, NN(0));
H A Delfxx-ia64.c32 #define ARCH_SIZE NN
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dukbd.c185 #define NN 0 /* no translation */ macro
198 NN, NN, NN, NN, 0x1e, 0x30, 0x2e, 0x20, /* 00 - 07 */
210 0x48, 0x49, 0x52, 0x53, 0x56, 0xdd, NN, 0x59, /* 60 - 67 */
211 0x64, 0x65, 0x66, 0x67, 0x68, 0x69, 0x6a, NN, /* 68 - 6f */
212 NN, NN, NN, N
[all...]
/netbsd-6-1-5-RELEASE/external/historical/nawk/dist/
H A Dtran.c222 p, NN(p->nval), NN(p->sval), p->fval, p->tval) );
313 dprintf( ("setfval %p: %s = %g, t=%o\n", vp, NN(vp->nval), f, vp->tval) );
334 vp, NN(vp->nval), s, vp->tval, donerec, donefld) );
354 vp, NN(vp->nval), t,t, vp->tval, donerec, donefld) );
380 dprintf( ("getfval %p: %s = %g, t=%o\n", vp, NN(vp->nval), vp->fval, vp->tval) );
406 dprintf( ("getsval %p: %s = \"%s (%p)\", t=%o\n", vp, NN(vp->nval), vp->sval, vp->sval, vp->tval) );
H A Dawk.h35 #define NN(p) ((p) ? (p) : "(null)") /* guaranteed non-null for dprintf macro
H A Drun.c262 i, NN(y->nval), y->fval, isarr(y) ? "(array)" : NN(y->sval), y->tval) );
487 dprintf( ("making %s into an array\n", NN(x->nval)) );
694 dprintf( ("freeing %s %s %o\n", NN(a->nval), NN(a->sval), a->tval) );
1256 dprintf( ("split: s=|%s|, a=%s, sep=|%s|\n", s, NN(ap->nval), fs) );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/gomp/
H A Dpr25990.c166 float NN[4]; local
178 NN[1 -1] = X[ ( ((m)-1) + ( ((n)-1)*m_max ))];
179 NN[2 -1] = Y[ ( ((m)-1) + ( ((n)-1)*m_max ))];
180 NN[3 -1] = Z[ ( ((m)-1) + ( ((n)-1)*m_max ))];
181 NN[4 -1] = 1.0;
/netbsd-6-1-5-RELEASE/libexec/getty/
H A Dmain.c367 if (NN) {
391 if (rval || AL || NN) {
426 if (NN)
H A Dgettytab.h169 #define NN gettyflags[24].value macro
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/dev/
H A Dcrmfb.c1498 int MM = 0, NN = 0, PP = 0, ff = 0; local
1512 NN = N;
1520 NN = N;
1528 DPRINTF("%d: M %d N %d P %d -> %d\n", f_out, MM, NN, PP, ff);
1530 ret = (MM - 1) | ((NN - 1) << 8) | (P << 14);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.h665 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, NN, N_NAMED_ARGS) \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/s390/
H A Ds390.h667 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, NN, N_NAMED_ARGS) \
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/
H A Drcstest268 rcs -NN:2.1 $q a.c &&
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c54901 #define NN macro
[all...]

Completed in 704 milliseconds