Home
last modified time | relevance | path

Searched refs:NN (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/awk/
H A Dtran.c291 (void *)p, NN(p->nval), NN(p->sval), p->fval, p->tval)); in setsymtab()
395 NN(vp->nval), f, vp->tval)); in setfval()
418 (void *)vp, NN(vp->nval), s, vp->tval, donerec, donefld)); in setsval()
443 (void *)vp, NN(vp->nval), t, (void *)t, in setsval()
471 (void *)vp, NN(vp->nval), vp->fval, vp->tval)); in getfval()
563 (void *)vp, NN(vp->nval), vp->sval, (void *)vp->sval, vp->tval)); in get_str_val()
H A Drun.c289 i, NN(y->nval), y->fval, in call()
290 isarr(y) ? "(array)" : NN(y->sval), y->tval)); in call()
539 dprintf(("making %s into an array\n", NN(x->nval))); in array()
774 NN(a->nval), NN(a->sval), a->tval)); in tfree()
800 dprintf(("gtemp %.8s %06lo\n", NN(x->nval), (ulong_t)x)); in gettemp()
1418 dprintf(("split: s=|%s|, a=%s, sep=|%s|\n", s, NN(ap->nval), fs)); in split()
H A Dawk.h74 #define NN(p) ((p) ? (p) : "(null)") macro
/illumos-gate/usr/src/common/crypto/skein/
H A Dskein_block.c155 #define R256_Unroll_R(NN) \ in Skein_256_Process_Block() argument
156 ((SKEIN_UNROLL_256 == 0 && SKEIN_256_ROUNDS_TOTAL / 8 > (NN)) || \ in Skein_256_Process_Block()
157 (SKEIN_UNROLL_256 > (NN))) in Skein_256_Process_Block()
382 #define R512_Unroll_R(NN) \ in Skein_512_Process_Block() argument
383 ((SKEIN_UNROLL_512 == 0 && SKEIN_512_ROUNDS_TOTAL / 8 > (NN)) || \ in Skein_512_Process_Block()
384 (SKEIN_UNROLL_512 > (NN))) in Skein_512_Process_Block()
673 #define R1024_Unroll_R(NN) \ in Skein1024_Process_Block() argument
674 ((SKEIN_UNROLL_1024 == 0 && SKEIN1024_ROUNDS_TOTAL/8 > (NN)) || \ in Skein1024_Process_Block()
675 (SKEIN_UNROLL_1024 > (NN))) in Skein1024_Process_Block()
/illumos-gate/usr/src/cmd/troff/
H A Dn4.c160 i = NN - regcnt; in setn()
231 for (p=numtab; p < &numtab[NN]; p++) in nrehash()
233 for (p=numtab; p < &numtab[NN]; p++) { in nrehash()
279 for (p = numtab; p < &numtab[NN]; p++) {
288 errprint(gettext("too many number registers (%d)."), NN);
H A Dtdef.h151 #define NN 400 /* number registers */ macro
426 } numtab[NN];
H A Dni.c60 struct numtab numtab[NN] = {
/illumos-gate/usr/src/lib/libdhcputil/
H A DREADME.inittab244 where NN is a hexadecimal digit representing the byte.
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c2141 #define NN 1 /* Number of neighbors on either side of pPage */ macro
2142 #define NB (NN*2+1) /* Total pages involved in the balance */
2331 nxDiv = idx - NN; in balance()
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src1775 # "stty rows NN", e.g. to use 24 lines.
H A Dterminfo.src2024 # "stty rows NN", e.g. to use 24 lines.