Home
last modified time | relevance | path

Searched defs:x (Results 251 – 275 of 2800) sorted by relevance

1...<<11121314151617181920>>...112

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h351 #define BPE_SET_LSIZE(bp, x) do { \ argument
359 #define BPE_SET_PSIZE(bp, x) do { \ argument
403 #define DVA_SET_ASIZE(dva, x) \ argument
411 #define DVA_SET_VDEV(dva, x) \ argument
416 #define DVA_SET_OFFSET(dva, x) \ argument
426 #define BP_SET_LSIZE(bp, x) do { \ argument
435 #define BP_SET_PSIZE(bp, x) do { \ argument
443 #define BP_SET_COMPRESS(bp, x) \ argument
452 #define BP_SET_CHECKSUM(bp, x) do { \ argument
458 #define BP_SET_TYPE(bp, x) BF64_SET((bp)->blk_prop, 48, 8, x) argument
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_utils.h65 #define OCE_USDELAY(x) drv_usecwait((x)) argument
66 #define OCE_MSDELAY(x) OCE_USDELAY((x) * 1000) argument
69 #define OCE_LOG2(x) (highbit((x)) - 1) argument
73 #define voidptr(x) (void *)((x)) argument
74 #define u32ptr(x) (uint32_t *)voidptr((x)) argument
75 #define ptrtou32(x) (uint32_t)((uint32_t *)(void *)(x)) argument
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dquadint.h114 #define HHALF(x) ((x) >> HALF_BITS) argument
115 #define LHALF(x) ((x) & ((1 << HALF_BITS) - 1)) argument
116 #define LHUP(x) ((x) << HALF_BITS) argument
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dremquo.c54 #define __HI(x) ((int *) &x)[HIWORD] argument
55 #define __LO(x) ((int *) &x)[LOWORD] argument
60 fmodquo(double x, double y, int *quo) { in fmodquo()
212 remquo(double x, double y, int *quo) { in remquo()
H A Dtgammaf.c56 #define __HI(x) ((int *) &x)[HIWORD] argument
57 #define __LO(x) ((unsigned *) &x)[LOWORD] argument
308 large_gam(double x) { in large_gam()
359 kpsin(double x) { in kpsin()
382 kpcos(double x) { in kpcos()
401 gam_n(int i, double x) { in gam_n()
455 double x, y, z; in tgammaf() local
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dmd5.c96 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument
97 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) argument
98 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
99 #define I(x, y, z) ((y) ^ ((x) | (~z))) argument
105 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) argument
111 #define FF(a, b, c, d, x, s, ac) { (a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); (a) = ROTATE_LEFT … argument
112 #define GG(a, b, c, d, x, s, ac) { (a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); (a) … argument
113 #define HH(a, b, c, d, x, s, ac) { (a) += H ((b), (c), (d)) + (x) + (UINT4)(ac); (a) … argument
114 #define II(a, b, c, d, x, s, ac) { (a) += I ((b), (c), (d)) + (x) + (UINT4)(ac); (a) … argument
212 UINT4 a = state[0], b = state[1], c = state[2], d = state[3], x[16]; local
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.h99 #define BSWAP_8(x) ((x) & 0xff) argument
100 #define BSWAP_16(x) ((BSWAP_8(x) << 8) | BSWAP_8((x) >> 8)) argument
101 #define BSWAP_32(x) ((BSWAP_16(x) << 16) | BSWAP_16((x) >> 16)) argument
102 #define BSWAP_64(x) ((BSWAP_32(x) << 32) | BSWAP_32((x) >> 32)) argument
103 #define P2ROUNDUP(x, align) (-(-(x) & -(align))) argument
110 #define P2PHASE(x, align) ((x) & ((align) - 1)) argument
121 #define P2ALIGN(x, align) ((x) & -(align)) argument
H A Dapic.h31 #define APIC_VERSION(x) ((x) & 0xFF) argument
37 #define APIC_MAXREDIR(x) (((x) >> 16) & 0xFF) argument
39 #define APIC_OLD_ID(x) ((x) >> 24) argument
40 #define APIC_NEW_ID(x) (((x) >> 24) & 0xF) argument
/illumos-gate/usr/src/cmd/mdb/common/modules/srpt/
H A Dsrpt.c39 #define SRPT_BSWAP_32(x) (((uint32_t)(x) << 24) | \ argument
43 #define SRPT_BSWAP_16(x) ((((x) & 0xff) << 8) | ((x) >> 8)) argument
45 #define SRPT_BSWAP_32(x) (x) argument
46 #define SRPT_BSWAP_16(x) (x) argument
/illumos-gate/usr/src/uts/sun4u/grover/sys/
H A Dgrfans.h37 #define MINOR_TO_DEVINST(x) ((x & 0xf00) >> 8) argument
38 #define MINOR_TO_CHANNEL(x) (x & 0x00f) argument
43 #define CHANNEL_TO_MINOR(x) (x) argument
44 #define DEVINST_TO_MINOR(x) (x << 8) argument
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dfds.c50 #define minor(x) (int)((x)&0xff) argument
53 #define major(x) (int)(((unsigned int)(x)>>8)&0xff) argument
57 #define getconf(x) strtol(astconf(x,NiL,NiL),NiL,0) argument
164 register char* x; in b_fds() local
/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dtda8444_impl.h49 #define TDA8444_MINOR_TO_DEVINST(x) ((x & 0xf00) >> 8) argument
50 #define TDA8444_MINOR_TO_CHANNEL(x) (x & 0x00f) argument
52 #define TDA8444_CHANNEL_TO_MINOR(x) x argument
53 #define TDA8444_DEVINST_TO_MINOR(x) (x << 8) argument
/illumos-gate/usr/src/boot/sys/sys/
H A Dioccom.h43 #define IOCPARM_LEN(x) (((x) >> 16) & IOCPARM_MASK) argument
44 #define IOCBASECMD(x) ((x) & ~(IOCPARM_MASK << 16)) argument
45 #define IOCGROUP(x) (((x) >> 8) & 0xff) argument
67 #define IOCPARM_IVAL(x) ((int)(intptr_t)(void *)*(caddr_t *)(void *)(x)) argument
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_argvec.h67 #define MDB_INIT_CHAR(x) ((const char *)((uintptr_t)(uchar_t)(x) << 56)) argument
69 #define MDB_INIT_CHAR(x) ((const char *)((uintptr_t)(uchar_t)(x) << 24)) argument
72 #define MDB_INIT_CHAR(x) ((const char *)(uchar_t)(x)) argument
74 #define MDB_INIT_STRING(x) ((const char *)(x)) argument
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcpowl.c38 #define HALF(x) ((int *) &x)[3] = 0; ((int *) &x)[2] &= 0xfe000000 argument
39 #define LAST(x) ((int *) &x)[3] argument
41 #define HALF(x) ((int *) &x)[0] = 0 argument
42 #define LAST(x) ((int *) &x)[0] argument
109 long double x, y, u, v, t, c, s, r; in cpowl() local
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vatan2.c34 #define HI(x) *(1+(int*)x) argument
35 #define LO(x) *(unsigned*)x argument
37 #define HI(x) *(int*)x argument
38 #define LO(x) *(1+(unsigned*)x) argument
68 __vatan2(int n, double * restrict y, int stridey, double * restrict x, in __vatan2()
H A D__vsincosf.c46 #define HI(x) *(1+(int *)&x) argument
47 #define LO(x) *(unsigned *)&x argument
49 #define HI(x) *(int *)&x argument
50 #define LO(x) *(1+(unsigned *)&x) argument
164 __vsincosf(int n, float *restrict x, int stridex, in __vsincosf()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dopts.h59 # define __P(x) x argument
61 # define __P(x) () argument
66 # define STRERROR(x) sys_errlist[x] argument
69 # define STRERROR(x) strerror(x) argument
/illumos-gate/usr/src/uts/sun/io/audio/drv/audiocs/
H A Daudio_4231_eb2dma.c206 int x; in eb2_reset() local
254 int x; in eb2_start_engine() local
330 for (int x = 0; (csr & EB2_CYC_PENDING) && x < CS4231_TIMEOUT; x++) { in eb2_stop_engine() local
340 for (int x = 0; (csr & EB2_FIFO_DRAIN) && x < CS4231_TIMEOUT; x++) { in eb2_stop_engine() local
/illumos-gate/usr/src/lib/libsasl/include/
H A Dplugin_common.h77 #define SASL_CLIENT_PLUG_INIT( x ) \ argument
87 #define SASL_SERVER_PLUG_INIT( x ) \ argument
97 #define SASL_AUXPROP_PLUG_INIT( x ) \ argument
107 #define SASL_CANONUSER_PLUG_INIT( x ) \ argument
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/
H A Derr.D_UNKNOWN.dupenum.d35 x = 3, enumerator
36 x = 4 enumerator
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c462 __m_cc_first(WINDOW *w, int y, int x) in __m_cc_first()
478 __m_cc_next(WINDOW *w, int y, int x) in __m_cc_next()
494 __m_cc_islast(WINDOW *w, int y, int x) in __m_cc_islast()
515 __m_cc_replace(WINDOW *w, int y, int x, in __m_cc_replace()
581 __m_do_scroll(WINDOW *w, int y, int x, int *yp, int *xp) in __m_do_scroll()
630 __m_cc_add(WINDOW *w, int y, int x, in __m_cc_add()
702 __m_cc_add_k(WINDOW *w, int y, int x, in __m_cc_add_k()
733 __m_cc_modify(WINDOW *w, int y, int x, const cchar_t *cc) in __m_cc_modify()
790 __m_cc_erase_in_line_sub(WINDOW *w, int y, int x, in __m_cc_erase_in_line_sub()
859 __m_cc_erase(WINDOW *w, int y, int x, int ly, int lx) in __m_cc_erase()
[all …]
/illumos-gate/usr/src/lib/libc/inc/
H A Dbase_inlines.h42 __mul_set(double x, double y, int *pe) in __mul_set()
62 __div_set(double x, double y, int *pe) in __div_set()
82 __dabs(double *x) in __dabs()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h44 #define pointerof(x) ((void*)((char*)0+(x))) argument
467 #define sh_isoption(x) is_option(&sh.options,x) argument
468 #define sh_onoption(x) on_option(&sh.options,x) argument
469 #define sh_offoption(x) off_option(&sh.options,x) argument
472 #define sh_state(x) ( 1<<(x)) argument
473 #define sh_isstate(x) (sh.st.states&sh_state(x)) argument
474 #define sh_onstate(x) (sh.st.states |= sh_state(x)) argument
475 #define sh_offstate(x) (sh.st.states &= ~sh_state(x)) argument
477 #define sh_setstate(x) (sh.st.states = (x)) argument
509 # define sh_stats(x) (shgd->stats[(x)]++) argument
[all …]
/illumos-gate/usr/src/head/arpa/
H A Dtelnet.h81 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST] argument
144 #define TELOPT_OK(x) ((unsigned int)(x) <= TELOPT_LAST) argument
145 #define TELOPT(x) telopts[(x)-TELOPT_FIRST] argument
219 #define SLC_NAME_OK(x) ((unsigned int)(x) <= NSLC) argument
220 #define SLC_NAME(x) slc_names[x] argument
262 #define AUTHWHO_NAME(x) authwho_str[x] argument
295 #define AUTHTYPE_NAME(x) authtype_names[x] argument
303 #define AUTHHOW_NAME(x) authhow_names[x] argument
317 #define AUTHRSP_NAME(x) authrsp_names[x] argument
367 #define ENCRYPT_NAME(x) encrypt_names[x] argument
[all …]

1...<<11121314151617181920>>...112