Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 924) sorted by relevance

12345678910>>...37

/titanic_53/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dcyclic_oper.h44 #define _ABS_DIFF(x, y) ((x) > (y) ? (x) - (y) : (y) - (x)) argument
46 static __inline u8_t _cyclic_lt(u32_t x, u32_t y, u32_t d) in _cyclic_lt()
52 static __inline u8_t _cyclic_le(u32_t x, u32_t y, u32_t d) in _cyclic_le()
58 #define CYCLIC_LT_8(x, y) (_cyclic_lt(x, y, 128)) argument
59 #define CYCLIC_LT_16(x, y) (_cyclic_lt(x, y, 32768)) argument
60 #define CYCLIC_LT_24(x, y) (_cyclic_lt(x, y, 8388608)) argument
61 #define CYCLIC_LT_32(x, y) (_cyclic_lt(x, y, 2147483648)) argument
63 #define CYCLIC_LE_8(x, y) (_cyclic_le(x, y, 128)) argument
64 #define CYCLIC_LE_16(x, y) (_cyclic_le(x, y, 32768)) argument
65 #define CYCLIC_LE_24(x, y) (_cyclic_le(x, y, 8388608)) argument
[all …]
/titanic_53/usr/src/lib/libbc/libc/gen/common/
H A D_Q_fcc.c34 _Q_feq(QUAD x, QUAD y) in _Q_feq()
42 _Q_fne(QUAD x, QUAD y) in _Q_fne()
50 _Q_fgt(QUAD x, QUAD y) in _Q_fgt()
58 _Q_fge(QUAD x, QUAD y) in _Q_fge()
66 _Q_flt(QUAD x, QUAD y) in _Q_flt()
74 _Q_fle(QUAD x, QUAD y) in _Q_fle()
/titanic_53/usr/src/uts/common/sys/
H A Dioccom.h65 #define _IO(x, y) (IOC_VOID|(x<<8)|y) argument
66 #define _IOR(x, y, t) \ argument
70 #define _IORN(x, y, t) ((int)((uint32_t)(IOC_OUT|(((t)&IOCPARM_MASK)<<16)| \ argument
73 #define _IOW(x, y, t) \ argument
77 #define _IOWN(x, y, t) ((int32_t)(uint32_t)(IOC_IN|(((t)&IOCPARM_MASK)<<16)| \ argument
80 #define _IOWR(x, y, t) \ argument
84 #define _IOWRN(x, y, t) \ argument
H A Ddebug.h111 #define VERIFY3S(x, y, z) VERIFY3_IMPL(x, y, z, int64_t) argument
112 #define VERIFY3U(x, y, z) VERIFY3_IMPL(x, y, z, uint64_t) argument
113 #define VERIFY3P(x, y, z) VERIFY3_IMPL(x, y, z, uintptr_t) argument
117 #define ASSERT3S(x, y, z) VERIFY3_IMPL(x, y, z, int64_t) argument
118 #define ASSERT3U(x, y, z) VERIFY3_IMPL(x, y, z, uint64_t) argument
119 #define ASSERT3P(x, y, z) VERIFY3_IMPL(x, y, z, uintptr_t) argument
122 #define ASSERT3S(x, y, z) ((void)0) argument
123 #define ASSERT3U(x, y, z) ((void)0) argument
124 #define ASSERT3P(x, y, z) ((void)0) argument
132 #define _CTASSERT(x, y) __CTASSERT(x, y) argument
[all …]
/titanic_53/usr/src/lib/libbc/inc/include/sys/
H A Dioccom.h31 #define _IO(x,y) (_IOC_VOID|(x<<8)|y) argument
32 #define _IOR(x,y,t) (_IOC_OUT|((sizeof(t)&_IOCPARM_MASK)<<16)|(x<<8)|y) argument
33 #define _IORN(x,y,t) (_IOC_OUT|(((t)&_IOCPARM_MASK)<<16)|(x<<8)|y) argument
34 #define _IOW(x,y,t) (_IOC_IN|((sizeof(t)&_IOCPARM_MASK)<<16)|(x<<8)|y) argument
35 #define _IOWN(x,y,t) (_IOC_IN|(((t)&_IOCPARM_MASK)<<16)|(x<<8)|y) argument
37 #define _IOWR(x,y,t) (_IOC_INOUT|((sizeof(t)&_IOCPARM_MASK)<<16)|(x<<8)|y) argument
38 #define _IOWRN(x,y,t) (_IOC_INOUT|(((t)&_IOCPARM_MASK)<<16)|(x<<8)|y) argument
/titanic_53/usr/src/lib/libc/sparc/fp/
H A D_Q_fcc.c46 _Q_feq(const union longdouble *x, const union longdouble *y) in _Q_feq()
77 _Q_fne(const union longdouble *x, const union longdouble *y) in _Q_fne()
107 _Q_flt(const union longdouble *x, const union longdouble *y) in _Q_flt()
150 _Q_fle(const union longdouble *x, const union longdouble *y) in _Q_fle()
194 _Q_fgt(const union longdouble *x, const union longdouble *y) in _Q_fgt()
237 _Q_fge(const union longdouble *x, const union longdouble *y) in _Q_fge()
/titanic_53/usr/src/lib/libxcurses2/h/
H A Dcurses.h340 #define getyx(w, y, x) (y = (w)->_cury, x = (w)->_curx) argument
341 #define getbegyx(w, y, x) (y = (w)->_begy, x = (w)->_begx) argument
342 #define getmaxyx(w, y, x) (y = (w)->_maxy, x = (w)->_maxx) argument
343 #define getparyx(w, y, x) (y = __m_getpary(w), x = __m_getparx(w)) argument
736 #define mvaddch(y, x, ch) (move(y, x) ? ((ch), ERR) : addch(ch)) argument
737 #define mvwaddch(w, y, x, ch) \ argument
741 #define mvadd_wch(y, x, cp) (move(y, x) ? ((cp), ERR) : add_wch(cp)) argument
742 #define mvwadd_wch(w, y, x, cp) \ argument
747 #define mvaddchnstr(y, x, chs, n) \ argument
750 #define mvaddchstr(y, x, chs) \ argument
[all …]
/titanic_53/usr/src/boot/include/
H A Dmath.h118 #define isgreater(x, y) __builtin_isgreater((x), (y)) argument
119 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) argument
120 #define isless(x, y) __builtin_isless((x), (y)) argument
121 #define islessequal(x, y) __builtin_islessequal((x), (y)) argument
122 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) argument
123 #define isunordered(x, y) __builtin_isunordered((x), (y)) argument
125 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) argument
126 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) argument
127 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) argument
128 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y)) argument
[all …]
/titanic_53/usr/src/lib/libxcurses/h/
H A Dcurses.h355 #define getyx(w,y,x) (y = (w)->_cury, x = (w)->_curx) argument
356 #define getbegyx(w,y,x) (y = (w)->_begy, x = (w)->_begx) argument
357 #define getmaxyx(w,y,x) (y = (w)->_maxy, x = (w)->_maxx) argument
358 #define getparyx(w,y,x) (y = __m_getpary(w), x = __m_getparx(w)) argument
835 #define mvaddch(y,x,ch) (move(y,x)?ERR:addch(ch)) argument
836 #define mvwaddch(w,y,x,ch) (wmove(w,y,x)?ERR:waddch(w,ch)) argument
839 #define mvadd_wch(y,x,cp) (move(y,x)?ERR:add_wch(cp)) argument
840 #define mvwadd_wch(w,y,x,cp) (wmove(w,y,x)?ERR:wadd_wch(w,cp)) argument
844 #define mvaddchnstr(y,x,chs,n) (move(y,x)?ERR:addchnstr(chs,n)) argument
845 #define mvaddchstr(y,x,chs) (move(y,x)?ERR:addchstr(chs)) argument
[all …]
/titanic_53/usr/src/ucbhead/
H A Dcurses.h112 #define move(y, x) VOID(wmove(stdscr, y, x)) argument
129 #define mvwaddch(win, y, x, ch) VOID(wmove(win, y, x) == ERR ? \ argument
131 #define mvwgetch(win, y, x) VOID(wmove(win, y, x) == ERR?ERR:wgetch(win)) argument
132 #define mvwaddstr(win, y, x, str) VOID(wmove(win, y, x) == ERR? \ argument
134 #define mvwgetstr(win, y, x, str) VOID(wmove(win, y, x) == ERR? \ argument
136 #define mvwinch(win, y, x) VOID(wmove(win, y, x) == ERR ? ERR : winch(win)) argument
137 #define mvwdelch(win, y, x) VOID(wmove(win, y, x) == ERR ? \ argument
139 #define mvwinsch(win, y, x, c) VOID(wmove(win, y, x) == ERR ? \ argument
141 #define mvaddch(y, x, ch) mvwaddch(stdscr, y, x, ch) argument
142 #define mvgetch(y, x) mvwgetch(stdscr, y, x) argument
[all …]
/titanic_53/usr/src/common/ficl/
H A Ddouble.c51 ficl2UnsignedDivide(ficl2Unsigned q, ficlUnsigned y) in ficl2UnsignedDivide()
127 ficl2IntegerMultiply(ficlInteger x, ficlInteger y) in ficl2IntegerMultiply()
163 ficl2UnsignedAdd(ficl2Unsigned x, ficl2Unsigned y) in ficl2UnsignedAdd()
182 ficl2UnsignedMultiply(ficlUnsigned x, ficlUnsigned y) in ficl2UnsignedMultiply()
204 ficl2UnsignedSubtract(ficl2Unsigned x, ficl2Unsigned y) in ficl2UnsignedSubtract()
260 ficl2UnsignedOr(ficl2Unsigned x, ficl2Unsigned y) in ficl2UnsignedOr()
275 ficl2UnsignedCompare(ficl2Unsigned x, ficl2Unsigned y) in ficl2UnsignedCompare()
299 ficl2UnsignedDivide(ficl2Unsigned q, ficlUnsigned y) in ficl2UnsignedDivide()
/titanic_53/usr/src/head/
H A Dtgmath.h69 #define pow(x, y) __tgmath_pow(x, y) argument
79 #define atan2(y, x) __tgmath_atan2(y, x) argument
85 #define copysign(x, y) __tgmath_copysign(x, y) argument
95 #define fdim(x, y) __tgmath_fdim(x, y) argument
99 #define fma(x, y, z) __tgmath_fma(x, y, z) argument
101 #define fmax(x, y) __tgmath_fmax(x, y) argument
103 #define fmin(x, y) __tgmath_fmin(x, y) argument
105 #define fmod(x, y) __tgmath_fmod(x, y) argument
109 #define hypot(x, y) __tgmath_hypot(x, y) argument
135 #define nextafter(x, y) __tgmath_nextafter(x, y) argument
[all …]
/titanic_53/usr/src/head/iso/
H A Dmath_c99.h116 #define isgreater(x, y) __builtin_isgreater(x, y) argument
118 #define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) argument
120 #define isless(x, y) __builtin_isless(x, y) argument
122 #define islessequal(x, y) __builtin_islessequal(x, y) argument
124 #define islessgreater(x, y) __builtin_islessgreater(x, y) argument
126 #define isunordered(x, y) __builtin_isunordered(x, y) argument
/titanic_53/usr/src/cmd/sendmail/include/sm/
H A Dcdefs.h51 # define __CONCAT(x,y) x ## y argument
55 # define __CONCAT(x,y) x/**/y argument
135 # define PRINTFLIKE(x,y) __attribute__ ((__format__ (__printf__, x, y))) argument
137 # define PRINTFLIKE(x,y) argument
143 # define SCANFLIKE(x,y) __attribute__ ((__format__ (__scanf__, x, y))) argument
145 # define SCANFLIKE(x,y) argument
/titanic_53/usr/src/boot/sys/boot/efi/libefi/
H A Defi_console.c80 get_pos(UINTN *x, UINTN *y) in get_pos()
88 curs_move(UINTN *_x, UINTN *_y, UINTN x, UINTN y) in curs_move()
137 UINTN x, y; in efi_cons_rawputchar() local
231 UINTN i, x, y; in CD() local
279 UINTN x, y; in CL() local
371 UINTN x, y; in efi_term_emu() local
381 UINTN x, y; in efi_term_emu() local
391 UINTN x, y; in efi_term_emu() local
/titanic_53/usr/src/cmd/audio/include/
H A DAudioTypes.h153 inline double min(const Double& x, const Double& y) { in min()
157 inline double min(const Double& x, double y) { in min()
160 inline double min(double x, const Double& y) { in min()
164 inline double max(const Double& x, const Double& y) { in max()
167 inline double max(const Double& x, double y) { in max()
170 inline double max(double x, const Double& y) { in max()
/titanic_53/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dhln.c64 mvhline(int y, int x, chtype h, int n) in mvhline()
77 mvwhline(WINDOW *w, int y, int x, chtype h, int n) in mvwhline()
102 mvvline(int y, int x, chtype v, int n) in mvvline()
115 mvwvline(WINDOW *w, int y, int x, chtype v, int n) in mvwvline()
H A Dhln_st.c64 mvhline_set(int y, int x, const cchar_t *h, int n) in mvhline_set()
77 mvwhline_set(WINDOW *w, int y, int x, const cchar_t *h, int n) in mvwhline_set()
102 mvvline_set(int y, int x, const cchar_t *v, int n) in mvvline_set()
115 mvwvline_set(WINDOW *w, int y, int x, const cchar_t *v, int n) in mvwvline_set()
H A Daddnstr.c64 mvaddnstr(int y, int x, const char *str, int n) in mvaddnstr()
77 mvwaddnstr(WINDOW *w, int y, int x, const char *str, int n) in mvwaddnstr()
102 mvaddstr(int y, int x, const char *str) in mvaddstr()
115 mvwaddstr(WINDOW *w, int y, int x, const char *str) in mvwaddstr()
H A Dinnwstr.c66 mvinnwstr(int y, int x, wchar_t *wcs, int n) in mvinnwstr()
79 mvwinnwstr(WINDOW *w, int y, int x, wchar_t *wcs, int n) in mvwinnwstr()
104 mvinwstr(int y, int x, wchar_t *wcs) in mvinwstr()
117 mvwinwstr(WINDOW *w, int y, int x, wchar_t *wcs) in mvwinwstr()
H A Dinsnstr.c64 mvinsnstr(int y, int x, const char *mbs, int n) in mvinsnstr()
77 mvwinsnstr(WINDOW *w, int y, int x, const char *mbs, int n) in mvwinsnstr()
102 mvinsstr(int y, int x, const char *mbs) in mvinsstr()
115 mvwinsstr(WINDOW *w, int y, int x, const char *mbs) in mvwinsstr()
/titanic_53/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dhln_st.c65 mvhline_set(int y, int x, const cchar_t *h, int n) in mvhline_set()
82 mvwhline_set(WINDOW *w, int y, int x, const cchar_t *h, int n) in mvwhline_set()
115 mvvline_set(int y, int x, const cchar_t *v, int n) in mvvline_set()
132 mvwvline_set(WINDOW *w, int y, int x, const cchar_t *v, int n) in mvwvline_set()
H A Dhln.c65 mvhline(int y, int x, chtype h, int n) in mvhline()
82 mvwhline(WINDOW *w, int y, int x, chtype h, int n) in mvwhline()
115 mvvline(int y, int x, chtype v, int n) in mvvline()
132 mvwvline(WINDOW *w, int y, int x, chtype v, int n) in mvwvline()
H A Daddwchn.c67 mvadd_wchnstr(y, x, ccs, n) in mvadd_wchnstr() argument
87 mvwadd_wchnstr(w, y, x, ccs, n) in mvwadd_wchnstr() argument
125 mvadd_wchstr(y, x, ccs) in mvadd_wchstr() argument
144 mvwadd_wchstr(w, y, x, ccs) in mvwadd_wchstr() argument
/titanic_53/usr/src/lib/libnsl/rpc/
H A Drpc_mt.h62 #define POLLFD_SET(x, y) { \ argument
66 #define POLLFD_CLR(x, y) { \ argument
71 #define POLLFD_ISSET(x, y) ((y)[(x)].fd >= 0) argument

12345678910>>...37