/illumos-gate/usr/src/cmd/stat/kstat/ |
H A D | kstat.h | 65 #define SAVE_HRTIME(I, S, N) \ argument 72 #define SAVE_INT32(I, S, N) \ argument 79 #define SAVE_UINT32(I, S, N) \ argument 86 #define SAVE_INT64(I, S, N) \ argument 93 #define SAVE_UINT64(I, S, N) \ argument 104 #define SAVE_STRING(I, S, N) \ argument 112 #define SAVE_HRTIME_X(I, N, V) \ argument 119 #define SAVE_INT32_X(I, N, V) \ argument 126 #define SAVE_UINT32_X(I, N, V) \ argument 133 #define SAVE_UINT64_X(I, N, V) \ argument [all …]
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | page.h | 54 #define HI(N) ((u_int16_t)(((N) & HI_MASK) >> 16)) argument 55 #define LO(N) ((u_int16_t)((N) & LO_MASK)) argument 121 #define DATA_OFF(P, N) \ argument 123 #define KEY_OFF(P, N) \ argument 126 #define KEY(P, N) (((PAGE8 *)(P)) + KEY_OFF((P), (N))) argument 127 #define DATA(P, N) (((PAGE8 *)(P)) + DATA_OFF((P), (N))) argument 140 #define PAGE_META(N) (((N) + 3) * sizeof(u_int16_t)) argument 142 #define ISBIG(N, P) (((N) > ((P)->hdr.bsize * MINFILL)) ? 1 : 0) argument
|
H A D | hash.h | 150 #define CLRBIT(A, N) ((A)[(N)/BITS_PER_MAP] &= ~(1<<((N)%BITS_PER_MAP))) argument 151 #define SETBIT(A, N) ((A)[(N)/BITS_PER_MAP] |= (1<<((N)%BITS_PER_MAP))) argument 152 #define ISSET(A, N) ((A)[(N)/BITS_PER_MAP] & (1<<((N)%BITS_PER_MAP))) argument 165 #define SPLITNUM(N) (((u_int32_t)(N)) >> SPLITSHIFT) argument 166 #define OPAGENUM(N) ((N) & SPLITMASK) argument 175 #define POW2(N) (1 << (N)) argument
|
/illumos-gate/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
|
/illumos-gate/usr/src/cmd/lp/lib/msgs/ |
H A D | read_fifo.c | 92 #define UNSYNCHED_READ(N) \ argument 106 #define SYNCHED_READ(N) \ argument
|
/illumos-gate/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
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | support.c | 96 double x; double N; variable 140 double x; double N; variable
|
/illumos-gate/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
|
/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | vla-sizeof0.c | 1 #define N 2 macro
|
H A D | vla-sizeof1.c | 1 #define N 2 macro
|
H A D | vla-sizeof2.c | 1 #define N 2 macro
|
H A D | vla-sizeof3.c | 1 #define N 2UL macro
|
H A D | vla-sizeof4.c | 1 #define N 2 macro
|
/illumos-gate/usr/src/lib/libmtmalloc/tests/ |
H A D | align.c | 37 #define N 100 /* big enough to hold results */ macro
|
/illumos-gate/usr/src/test/crypto-tests/tests/hmac/ |
H A D | main.c | 39 uint8_t N[1024]; in main() local
|
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/cbc/ |
H A D | aes_cbc.c | 33 uint8_t N[1024]; in main() local
|
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/cmac/ |
H A D | aes_cmac.c | 33 uint8_t N[AES_BLOCK_LEN]; in main() local
|
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/ecb/ |
H A D | aes_ecb.c | 32 uint8_t N[1024]; in main() local
|
/illumos-gate/usr/src/tools/smatch/src/validation/mem2reg/ |
H A D | quadra00.c | 1 #define TEST(N) \ argument
|
/illumos-gate/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
|
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/cbc_pad/ |
H A D | aes_cbc_pad.c | 41 uint8_t N[1024]; in main() local
|
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/ccm/ |
H A D | aes_ccm.c | 40 uint8_t N[1024]; in main() local
|