Home
last modified time | relevance | path

Searched refs:nnn (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/common/bzip2/
H A Ddecompress.c43 #define GET_BITS(lll,vvv,nnn) \ argument
46 if (s->bsLive >= nnn) { \
49 (s->bsLive-nnn)) & ((1 << nnn)-1); \
50 s->bsLive -= nnn; \
H A Dbzlib_private.h107 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) argument
H A DSolaris.README.txt593 #define GET_BITS(lll,vvv,nnn) \
/titanic_41/usr/src/cmd/awk/
H A Drun.c306 arg(Node **a, int nnn) in arg() argument
709 substr(Node **a, int nnn) in substr() argument
758 sindex(Node **a, int nnn) in sindex() argument
1204 split(Node **a, int nnn) in split() argument
1731 sub(Node **a, int nnn) in sub() argument
1795 gsub(Node **a, int nnn) in gsub() argument
/titanic_41/usr/src/cmd/smbsrv/fksmbd/
H A DREADME56 where ... is one of: fksmbd, core.nnn, -p $PID
/titanic_41/usr/src/cmd/oawk/
H A Drun.c360 substr(NODE **a, int nnn) in substr() argument
406 sindex(NODE **a, int nnn) in sindex() argument
826 split(NODE **a, int nnn) in split() argument
/titanic_41/usr/src/uts/sun4u/starfire/sys/
H A Didn.h3307 #define IDN_GKSTAT_GLOBAL_EVENT(vvv, nnn) argument
3313 #define IDN_KSTAT_ADD(sss, vvv, nnn) \ argument
3314 ((((struct idn *)(sss))->si_kstat.vvv) += (nnn))
/titanic_41/usr/src/cmd/bnu/
H A DDialers48 # \nnn - send octal number
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE945 regex/regsub: handle REG_SHELL ~(nnn) rhs backrefs
947 regex: add (?nnn) for backrefs > 9