Home
last modified time | relevance | path

Searched defs:y (Results 201 – 225 of 1007) sorted by relevance

12345678910>>...41

/illumos-gate/usr/src/lib/libm/common/R/
H A Dremainderf.c35 remainderf(float x, float y) { in remainderf()
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_move.c47 move(int y, int x) in move()
H A D_mvdelch.c47 mvdelch(int y, int x) in mvdelch()
H A D_mvgetch.c47 mvgetch(int y, int x) in mvgetch()
H A D_mvgetwch.c38 mvgetwch(int y, int x) in mvgetwch()
H A D_mvinch.c47 mvinch(int y, int x) in mvinch()
H A D_mvinwch.c38 mvinwch(int y, int x) in mvinwch()
H A Dwmove.c48 wmove(WINDOW *win, int y, int x) in wmove()
H A Dwrefresh.c69 #define _ISMARK1(y, x) (marks[y][x / BITSPERBYTE] & (1 << (x % BITSPERBYTE))) argument
70 #define _ISMARK2(y, x) (color_marks ? (color_marks[y][x / BITSPERBYTE] & \ argument
985 _setmark1(int y, int x, chtype *s) in _setmark1()
1012 _setmark2(int y, int x, chtype *s) in _setmark2()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/offsetof/
H A Dtst.OffsetofUnion.d41 int y; member
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmove.c47 move(y, x) in move() argument
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmove.c50 move(int y, int x) in move()
/illumos-gate/usr/src/uts/common/sys/
H A Dsysmacros.h156 #define makedev(x, y) (unsigned short)(((x) << O_BITSMINOR) | ((y) & O_MAXMIN)) argument
160 #define makedevice(x, y) (dev_t)(((dev_t)(x) << L_BITSMINOR) | ((y) & L_MAXMIN)) argument
226 #define howmany(x, y) (((x)+((y)-1))/(y)) argument
227 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) argument
299 #define P2SAMEHIGHBIT(x, y) (((x) ^ (y)) < ((x) & (y))) argument
324 #define P2CROSS_TYPED(x, y, align, type) \ argument
326 #define P2SAMEHIGHBIT_TYPED(x, y, type) \ argument
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgammal.c152 long double t3, t4, y; in GT1() local
178 long double t3, t4, y; in GT2() local
201 long double t3, t4, y; in GT3() local
627 long double z, t1, t2, t3, z2, t5, w, y, u, r, v; in large_gam() local
1012 long double t, t1, t2, t3, t4, t5, w, y, z, z1, z2, z3, z5; local
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmalloc.c762 LEFT1(TREE *x, TREE *y) in LEFT1()
790 RIGHT1(TREE *x, TREE *y) in RIGHT1()
818 BULEFT2(TREE *x, TREE *y, TREE *z) in BULEFT2()
852 BURIGHT2(TREE *x, TREE *y, TREE *z) in BURIGHT2()
886 TDLEFT2(TREE *x, TREE *y, TREE *z) in TDLEFT2()
/illumos-gate/usr/src/cmd/mandoc/
H A Dlib.c25 #define LINE(x, y) \ argument
H A Dmsec.c27 #define LINE(x, y) \ argument
H A Dst.c28 #define LINE(x, y) \ argument
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dccosl.c37 long double x, y; in ccosl() local
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dsm_implied9.c5 void func(int y) in func()
H A Dsm_impossible1.c9 int main(unsigned int x, unsigned int y) in main()
H A Dsm_math1.c8 int y = 42; in func() local
H A Dbuiltin_safe1.c10 static int foo(int x, int y) in foo()
H A Dsm_chunk2.c8 int y, z; in main() local
/illumos-gate/usr/src/tools/smatch/src/validation/backend/
H A Dunion.c3 unsigned char y; member

12345678910>>...41