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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcpu-mips.c92 #define NN(index) (&arch_info_struct[(index) + 1]) macro
96 N (32, 32, bfd_mach_mips3000, "mips:3000", FALSE, NN(I_mips3000)),
97 N (32, 32, bfd_mach_mips3900, "mips:3900", FALSE, NN(I_mips3900)),
98 N (64, 64, bfd_mach_mips4000, "mips:4000", FALSE, NN(I_mips4000)),
99 N (64, 64, bfd_mach_mips4010, "mips:4010", FALSE, NN(I_mips4010)),
100 N (64, 64, bfd_mach_mips4100, "mips:4100", FALSE, NN(I_mips4100)),
101 N (64, 64, bfd_mach_mips4111, "mips:4111", FALSE, NN(I_mips4111)),
102 N (64, 64, bfd_mach_mips4120, "mips:4120", FALSE, NN(I_mips4120)),
103 N (64, 64, bfd_mach_mips4300, "mips:4300", FALSE, NN(I_mips4300)),
104 N (64, 64, bfd_mach_mips4400, "mips:4400", FALSE, NN(I_mips440
[all...]
H A Dcpu-alpha.c41 #define NN(index) (&arch_info_struct[index]) macro
46 N (64, 64, bfd_mach_alpha_ev4, "alpha:ev4", FALSE, NN(1)),
47 N (64, 64, bfd_mach_alpha_ev5, "alpha:ev5", FALSE, NN(2)),
52 N (64, 64, 0, "alpha", TRUE, NN(0));
H A Delfxx-ia64.c31 #define ARCH_SIZE NN
/freebsd-11-stable/sys/dev/usb/input/
H A Dukbd.c255 #define NN 0 /* no translation */ macro
285 72, 73, 82, 83, 86, 107, 122, NN, /* 60 - 67 */
286 NN, NN, NN, NN, NN, NN, NN, NN, /* 6
[all...]
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A DMakefile101 sed -e s/NN/32/g ${.ALLSRC} > ${.TARGET}
104 sed -e s/NN/64/g ${.ALLSRC} > ${.TARGET}
/freebsd-11-stable/contrib/one-true-awk/
H A Dtran.c215 (void*)p, NN(p->nval), NN(p->sval), p->fval, p->tval) );
303 dprintf( ("setfval %p: %s = %g, t=%o\n", (void*)vp, NN(vp->nval), f, vp->tval) );
323 (void*)vp, NN(vp->nval), s, vp->tval, donerec, donefld) );
343 (void*)vp, NN(vp->nval), t,t, vp->tval, donerec, donefld) );
361 (void*)vp, NN(vp->nval), vp->fval, vp->tval) );
388 (void*)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.c258 i, NN(y->nval), y->fval, isarr(y) ? "(array)" : NN(y->sval), y->tval) );
480 dprintf( ("making %s into an array\n", NN(x->nval)) );
686 dprintf( ("freeing %s %s %o\n", NN(a->nval), NN(a->sval), a->tval) );
1236 dprintf( ("split: s=|%s|, a=%s, sep=|%s|\n", s, NN(ap->nval), fs) );
/freebsd-11-stable/sys/crypto/skein/
H A Dskein_block.c166 #define R256_Unroll_R(NN) ((SKEIN_UNROLL_256 == 0 && SKEIN_256_ROUNDS_TOTAL/8 > (NN)) || (SKEIN_UNROLL_256 > (NN)))
370 #define R512_Unroll_R(NN) ((SKEIN_UNROLL_512 == 0 && SKEIN_512_ROUNDS_TOTAL/8 > (NN)) || (SKEIN_UNROLL_512 > (NN)))
618 #define R1024_Unroll_R(NN) ((SKEIN_UNROLL_1024 == 0 && SKEIN1024_ROUNDS_TOTAL/8 > (NN)) || (SKEIN_UNROLL_1024 > (NN)))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp196 for (const auto &NN : MN->Mapping) {
197 if (!is_contained(MN->ValidKeys, NN.first())) {
198 setError(NN.second.get(), Twine("unknown key '") + NN.first() + "'");
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.h612 #define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, NN, N_NAMED_ARGS) \
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp632 int NN; local
635 NN = __kmp_hwloc_count_children_by_type(tp, socket, HWLOC_OBJ_NUMANODE,
637 for (int node_id = 0; node_id < NN; ++node_id, node = node->next_cousin) {
3462 int NN = __kmp_hwloc_count_children_by_type(tp, hS, HWLOC_OBJ_NUMANODE, local
3465 __kmp_hws_node.num = NN; // use all available nodes
3466 if (__kmp_hws_node.offset >= NN) {
3559 int NN = local
3561 for (int n = 0; n < NN; ++n) {
/freebsd-11-stable/gnu/usr.bin/rcs/
H A Drcstest266 rcs -NN:2.1 $q a.c &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2596 MDNode *NN = MDNode::get(OldLI.getContext(), None); local
2597 NewLI.setMetadata(LLVMContext::MD_nonnull, NN);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c53862 #define NN macro
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c71817 #define NN macro
[all...]

Completed in 824 milliseconds