Home
last modified time | relevance | path

Searched defs:N (Results 1 – 25 of 78) sorted by relevance

1234

/titanic_52/usr/src/cmd/stat/kstat/
H A Dkstat.h67 #define SAVE_HRTIME(I, S, N) \ argument
74 #define SAVE_INT32(I, S, N) \ argument
81 #define SAVE_UINT32(I, S, N) \ argument
88 #define SAVE_INT64(I, S, N) \ argument
95 SAVE_UINT64(I,S,N) global() argument
106 SAVE_STRING(I,S,N) global() argument
114 SAVE_HRTIME_X(I,N,V) global() argument
121 SAVE_INT32_X(I,N,V) global() argument
128 SAVE_UINT32_X(I,N,V) global() argument
135 SAVE_UINT64_X(I,N,V) global() argument
142 SAVE_STRING_X(I,N,V) global() argument
150 SAVE_CHAR_X(I,N,V) global() argument
[all...]
/titanic_52/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dpage.h56 #define HI(N) ((u_int16_t)(((N) & HI_MASK) >> 16)) argument
57 #define LO(N) ((u_int16_t)((N) & LO_MASK)) argument
123 #define DATA_OFF(P, N) \ argument
125 #define KEY_OFF(P, N) \ argument
128 #define KEY(P, N) (((PAGE8 *)(P)) + KEY_OFF((P), (N))) argument
129 DATA(P,N) global() argument
142 PAGE_META(N) global() argument
144 ISBIG(N,P) global() argument
[all...]
H A Dhash.h152 #define CLRBIT(A, N) ((A)[(N)/BITS_PER_MAP] &= ~(1<<((N)%BITS_PER_MAP))) argument
153 #define SETBIT(A, N) ((A)[(N)/BITS_PER_MAP] |= (1<<((N)%BITS_PER_MAP))) argument
154 #define ISSET(A, N) ((A)[(N)/BITS_PER_MAP] & (1<<((N)%BITS_PER_MAP))) argument
167 #define SPLITNUM(N) (((u_int32_ argument
168 OPAGENUM(N) global() argument
177 POW2(N) global() argument
[all...]
/titanic_52/usr/src/lib/libmvec/common/
H A D__vexpf.c170 #define PROCESS(N) \ argument
182 PREPROCESS(N,index,label) global() argument
210 PREPROCESS(N,index,label) global() argument
[all...]
H A D__vsinf.c89 #define PREPROCESS(N, index, label) \ argument
130 PROCESS(N) global() argument
[all...]
H A D__vlogf.c105 #define PROCESS(N) \ argument
116 PREPROCESS(N,index,label) global() argument
[all...]
H A D__vcosf.c89 #define PREPROCESS(N, index, label) \ argument
126 PROCESS(N) global() argument
[all...]
H A D__vsincosf.c89 #define PREPROCESS(N, sindex, cindex, label) \ argument
138 PROCESS(N) global() argument
[all...]
H A D__vlog.c617 #define PROCESS(N) \ argument
635 PREPROCESS(N,index,label) global() argument
[all...]
H A D__vexp.c363 #define PROCESS(N) \ argument
382 PREPROCESS(N,index,label) global() argument
[all...]
/titanic_52/usr/src/cmd/lp/lib/msgs/
H A Dread_fifo.c94 #define UNSYNCHED_READ(N) \ argument
108 #define SYNCHED_READ(N) \ argument
/titanic_52/usr/src/cmd/sendmail/db/include/
H A Dhash.h171 #define ISBIG(I, N) (((N) > ((I)->hdr->pagesize / MINFILL)) ? 1 : 0) argument
183 #define PAIR_ISKEYBIG(N) (N & PAIR_KEYMASK) argument
184 #define PAIR_ISDATABIG(N) (N & PAIR_DATAMASK) argument
185 #define OPCODE_OF(N) (N & ~(PAIR_KEYMASK | PAIR_DATAMASK)) argument
/titanic_52/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dsupport.c96 double x; double N; variable
140 double x; double N; global() variable
[all...]
H A Dlog.c92 #define N 128 macro
[all...]
/titanic_52/usr/src/lib/libmtmalloc/tests/
H A Dalign.c39 #define N 100 /* big enough to hold results */ macro
H A Dgeneral.c41 #define N 1000000 macro
/titanic_52/usr/src/cmd/sendmail/db/lock/
H A Dlock_deadlock.c27 #define ISSET_MAP(M, N) (M[(N) / 32] & (1 << (N) % 32)) argument
29 #define CLEAR_MAP(M, N) { \ argument
38 #define OR_MAP(D, S, N) { \ argument
/titanic_52/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dport-sockets.h14 #define SG_ADVANCE(SG, N) \ argument
21 #define SG_SET(SG, B, N) ((SG)->buf = (char *)(B),(SG)->len = (N)) argument
130 #define SG_ADVANCE(SG, N) \ argument
[all...]
/titanic_52/usr/src/cmd/sendmail/libsm/
H A Dt-strl.c23 #define N 5 macro
/titanic_52/usr/src/uts/i86pc/boot/
H A Dboot_keyboard_table.c37 #define N | KBTYPE_NUMPAD macro
[all...]
/titanic_52/usr/src/lib/libsqlite/src/
H A Drandom.c93 void sqliteRandomness(int N, void *pBuf){ in sqliteRandomness() argument
/titanic_52/usr/src/cmd/tr/
H A Dcmap.c164 struct cmapnode N, *l, *r, *y; in cmap_splay() local
H A Dcset.c224 struct csnode N, *l, *r, *y; in cset_splay() local
/titanic_52/usr/src/common/crypto/skein/
H A Dskein_port.h22 #define RotL_64(x, N) (((x) << (N)) | ((x) >> (64 - (N)))) argument
/titanic_52/usr/src/uts/common/io/mii/
H A Dmii_other.c67 #define IDN(MFG, N, MODEL, DESC) \ argument

1234