Home
last modified time | relevance | path

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

123

/titanic_50/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 #define SAVE_UINT64(I, S, N) \ argument
106 #define SAVE_STRING(I, S, N) \ argument
114 #define SAVE_HRTIME_X(I, N, V) \ argument
121 #define SAVE_INT32_X(I, N, V) \ argument
128 #define SAVE_UINT32_X(I, N, V) \ argument
135 #define SAVE_UINT64_X(I, N, V) \ argument
[all …]
/titanic_50/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 #define DATA(P, N) (((PAGE8 *)(P)) + DATA_OFF((P), (N))) argument
142 #define PAGE_META(N) (((N) + 3) * sizeof(u_int16_t)) argument
144 #define ISBIG(N, P) (((N) > ((P)->hdr.bsize * MINFILL)) ? 1 : 0) argument
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_t)(N)) >> SPLITSHIFT) argument
168 #define OPAGENUM(N) ((N) & SPLITMASK) argument
177 #define POW2(N) (1 << (N)) argument
/titanic_50/usr/src/lib/libmvec/common/
H A D__vexpf.c170 #define PROCESS(N) \ argument
182 #define PREPROCESS(N, index, label) \ argument
210 #define PREPROCESS(N, index, label) \ argument
H A D__vcosf.c89 #define PREPROCESS(N, index, label) \ argument
126 #define PROCESS(N) \ argument
H A D__vlogf.c105 #define PROCESS(N) \ argument
116 #define PREPROCESS(N, index, label) \ argument
H A D__vsinf.c89 #define PREPROCESS(N, index, label) \ argument
130 #define PROCESS(N) \ argument
H A D__vsincosf.c89 #define PREPROCESS(N, sindex, cindex, label) \ argument
138 #define PROCESS(N) \ argument
H A D__vexp.c363 #define PROCESS(N) \ argument
382 #define PREPROCESS(N, index, label) \ argument
H A D__vlog.c617 #define PROCESS(N) \ argument
635 #define PREPROCESS(N, index, label) \ argument
/titanic_50/usr/src/cmd/lp/lib/msgs/
H A Dread_fifo.c94 #define UNSYNCHED_READ(N) \ argument
108 #define SYNCHED_READ(N) \ argument
/titanic_50/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_50/usr/src/lib/libast/common/uwin/
H A Dsupport.c96 double x; double N; variable
140 double x; double N; variable
H A Dlog.c92 #define N 128 macro
/titanic_50/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_50/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_50/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
/titanic_50/usr/src/cmd/sendmail/libsm/
H A Dt-strl.c23 #define N 5 macro
/titanic_50/usr/src/uts/i86pc/boot/
H A Dboot_keyboard_table.c37 #define N | KBTYPE_NUMPAD macro
/titanic_50/usr/src/lib/libsqlite/src/
H A Drandom.c93 void sqliteRandomness(int N, void *pBuf){ in sqliteRandomness()
/titanic_50/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_50/usr/src/common/crypto/skein/
H A Dskein_port.h22 #define RotL_64(x, N) (((x) << (N)) | ((x) >> (64 - (N)))) argument
/titanic_50/usr/src/uts/common/io/mii/
H A Dmii_other.c67 #define IDN(MFG, N, MODEL, DESC) \ argument

123