/titanic_50/usr/src/cmd/stat/kstat/ |
H A D | kstat.h | 67 #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 D | page.h | 56 #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 D | hash.h | 152 #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.c | 170 #define PROCESS(N) \ argument 182 #define PREPROCESS(N, index, label) \ argument 210 #define PREPROCESS(N, index, label) \ argument
|
H A D | __vcosf.c | 89 #define PREPROCESS(N, index, label) \ argument 126 #define PROCESS(N) \ argument
|
H A D | __vlogf.c | 105 #define PROCESS(N) \ argument 116 #define PREPROCESS(N, index, label) \ argument
|
H A D | __vsinf.c | 89 #define PREPROCESS(N, index, label) \ argument 130 #define PROCESS(N) \ argument
|
H A D | __vsincosf.c | 89 #define PREPROCESS(N, sindex, cindex, label) \ argument 138 #define PROCESS(N) \ argument
|
H A D | __vexp.c | 363 #define PROCESS(N) \ argument 382 #define PREPROCESS(N, index, label) \ argument
|
H A D | __vlog.c | 617 #define PROCESS(N) \ argument 635 #define PREPROCESS(N, index, label) \ argument
|
/titanic_50/usr/src/cmd/lp/lib/msgs/ |
H A D | read_fifo.c | 94 #define UNSYNCHED_READ(N) \ argument 108 #define SYNCHED_READ(N) \ argument
|
/titanic_50/usr/src/cmd/sendmail/db/include/ |
H A D | hash.h | 171 #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 D | support.c | 96 double x; double N; variable 140 double x; double N; variable
|
H A D | log.c | 92 #define N 128 macro
|
/titanic_50/usr/src/lib/libmtmalloc/tests/ |
H A D | align.c | 39 #define N 100 /* big enough to hold results */ macro
|
H A D | general.c | 41 #define N 1000000 macro
|
/titanic_50/usr/src/cmd/sendmail/db/lock/ |
H A D | lock_deadlock.c | 27 #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 D | port-sockets.h | 14 #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 D | t-strl.c | 23 #define N 5 macro
|
/titanic_50/usr/src/uts/i86pc/boot/ |
H A D | boot_keyboard_table.c | 37 #define N | KBTYPE_NUMPAD macro
|
/titanic_50/usr/src/lib/libsqlite/src/ |
H A D | random.c | 93 void sqliteRandomness(int N, void *pBuf){ in sqliteRandomness()
|
/titanic_50/usr/src/cmd/tr/ |
H A D | cmap.c | 164 struct cmapnode N, *l, *r, *y; in cmap_splay() local
|
H A D | cset.c | 224 struct csnode N, *l, *r, *y; in cset_splay() local
|
/titanic_50/usr/src/common/crypto/skein/ |
H A D | skein_port.h | 22 #define RotL_64(x, N) (((x) << (N)) | ((x) >> (64 - (N)))) argument
|
/titanic_50/usr/src/uts/common/io/mii/ |
H A D | mii_other.c | 67 #define IDN(MFG, N, MODEL, DESC) \ argument
|