Home
last modified time | relevance | path

Searched defs:y (Results 126 – 150 of 1007) sorted by relevance

12345678910>>...41

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Daddnstr.c81 int y, x; variable
132 int y, x; variable
H A Dgetn_ws.c81 int y, x; variable
132 int y, x; variable
H A Dgetnstr.c81 int y, x; variable
132 int y, x; variable
H A Din_wchn.c81 int y, x; variable
132 int y, x; variable
H A Dinchn.c81 int y, x; variable
132 int y, x; variable
H A Dinnstr.c81 int y, x; variable
132 int y, x; variable
H A Dinnwstr.c81 int y, x; variable
132 int y, x; variable
H A Dins_nws.c81 int y, x; variable
132 int y, x; variable
H A Dinsnstr.c81 int y, x; variable
132 int y, x; variable
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dremquof.c56 fmodquof(float x, float y, int *quo) { in fmodquof()
214 remquof(float x, float y, int *quo) { in remquof()
H A Dfmaf.c42 __fmaf(float x, float y, float z) { in __fmaf()
128 __fmaf(float x, float y, float z) { in __fmaf()
H A Dnexttowardf.c63 __nexttowardf(float x, long double y) { in __nexttowardf()
133 __nexttowardf(float x, long double y) { in __nexttowardf()
H A Dremquo.c60 fmodquo(double x, double y, int *quo) { in fmodquo()
212 remquo(double x, double y, int *quo) { in remquo()
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_vga.c186 vga_eraseline_impl(int x, int y, int color) in vga_eraseline_impl()
200 int x, y; in vga_eraseline() local
211 int x, y, len; in vga_shiftline() local
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Ddesignated-init.c3 int y; member
8 int y; member
60 int y; member
/illumos-gate/usr/src/boot/libsa/
H A Dstand.h447 #define memalign(x, y) Memalign(x, y, __FILE__, __LINE__) argument
448 #define calloc(x, y) Calloc(x, y, __FILE__, __LINE__) argument
450 #define realloc(x, y) Realloc(x, y, __FILE__, __LINE__) argument
451 #define reallocf(x, y) Reallocf(x, y, __FILE__, __LINE__) argument
454 #define memalign(x, y) Memalign(x, y, NULL, 0) argument
455 #define calloc(x, y) Calloc(x, y, NULL, 0) argument
457 #define realloc(x, y) Realloc(x, y, NULL, 0) argument
458 #define reallocf(x, y) Reallocf(x, y, NULL, 0) argument
/illumos-gate/usr/src/lib/libmp/common/
H A Dmadd.c70 MINT x, y; in mp_madd() local
160 MINT x, y; in mp_msub() local
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmbaddch.c41 _mbclrch(WINDOW *win, int y, int x) in _mbclrch()
147 int n, x, y, nc, m, len, nbyte, ty; in _mbaddch() local
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/md4/
H A Dmd4.c62 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) argument
63 #define G(x, y, z) (((x) & (y)) | ((x) & (z)) | ((y) & (z))) argument
64 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D__quad_mag.c43 __quad_mag_add(const union longdouble *x, const union longdouble *y, in __quad_mag_add()
203 __quad_mag_sub(const union longdouble *x, const union longdouble *y, in __quad_mag_sub()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dwalk_rtree.c96 #define min(x,y) ((x) < (y) ? (x) : (y)) argument
97 #define max(x,y) ((x) > (y) ? (x) : (y)) argument
/illumos-gate/usr/src/stand/lib/sa/
H A Dtime.c96 long y; in gmtime() local
120 #define LEAPS_THRU_END_OF(y) ((y) / 4 - (y) / 100 + (y) / 400) in gmtime() argument
/illumos-gate/usr/src/lib/libpcp/common/
H A Dlibpcp.h67 #define MIN(x, y) ((x) < (y) ? (x) : (y)) argument
70 #define MAX(x, y) ((x) > (y) ? (x) : (y)) argument
/illumos-gate/usr/src/lib/libresolv2/include/sys/
H A Dcdefs.h81 #define __CONCAT(x,y) x ## y argument
97 #define __CONCAT(x,y) x/**/y argument
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vexp.c56 #define DBLWORD(x, y) y, x argument
60 #define DBLWORD(x, y) x, y argument
407 __vexp(int n, double *restrict x, int stridex, double *restrict y, in __vexp()

12345678910>>...41