Home
last modified time | relevance | path

Searched defs:y (Results 176 – 200 of 1261) sorted by relevance

12345678910>>...51

/freebsd/usr.bin/bsdiff/bsdiff/
H A Dbsdiff.c51 #define MIN(x,y) (((x)<(y)) ? (x) : (y)) argument
66 off_t x,y; in search() local
91 off_t y; in offtout() local
/freebsd/contrib/tcp_wrappers/
H A Dtcpd.h52 #define STRN_EQ(x,y,l) (strncasecmp((x),(y),(l)) == 0) argument
53 #define STRN_NE(x,y,l) (strncasecmp((x),(y),(l)) != 0) argument
54 #define STR_EQ(x,y) (strcasecmp((x),(y)) == 0) argument
55 #define STR_NE(x,y) (strcasecmp((x),(y)) != 0) argument
/freebsd/sys/contrib/xz-embedded/freebsd/
H A Dxz_config.h65 # define min(x, y) MIN((x), (y)) argument
68 #define min_t(type, x, y) min((x), (y)) argument
/freebsd/contrib/ntp/ntpsnmpd/
H A DntpSnmpSubagentObject.h76 #define NTP_OID_RO(oidname, w, x, y, z) \ argument
78 #define NTP_OID_RW(oidname, w, x, y, z) \ argument
/freebsd/sys/crypto/
H A Dsha1.h69 #define SHA1Update(x, y, z) sha1_loop((x), (y), (z)) argument
70 #define SHA1Final(x, y) sha1_result((y), (x)) argument
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dsv_sinf_1u9.c36 special_case (svfloat32_t x, svfloat32_t y, svbool_t cmp) in special_case()
73 svfloat32_t y; in SV_NAME_F1() local
H A Dv_acos_2u.c38 special_case (float64x2_t x, float64x2_t y, uint64x2_t special) in special_case()
103 float64x2_t y = vbslq_f64 (d->abs_mask, p, x); in V_NAME_D1() local
H A Dv_asinh_3u5.c42 special_case (float64x2_t x, float64x2_t y, uint64x2_t special) in special_case()
79 float64x2_t y = vfmaq_f64 (A (2), A (3), r); in log_inline() local
154 float64x2_t y = vbslq_f64 (gt1, option_1, option_2); in V_NAME_D1() local
H A Dsv_expm1_2u5.c37 special_case (svfloat64_t x, svfloat64_t y, svbool_t pg) in special_case()
83 svfloat64_t y = svmla_x (pg, svsub_x (pg, t, 1), p, t); in SV_NAME_D1() local
/freebsd/sys/sys/
H A Dparam.h313 #define howmany(x, y) (((x)+((y)-1))/(y)) argument
316 #define rounddown(x, y) (((x)/(y))*(y)) argument
317 #define rounddown2(x, y) __align_down(x, y) /* if y is power of two */ argument
318 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ argument
319 #define roundup2(x, y) __align_up(x, y) /* if y is powers of two */ argument
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c62 WipeOut(WINDOW *win, int y, int x, wint_t *first, wint_t *last, int echoed) in WipeOut()
97 int y, x, code; in wgetn_wstr() local
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/arithmetic/
H A Dtst.compnarrowassign.d27 uint32_t y; variable
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printf/
H A Dtst.signs.d27 int16_t y; variable
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scalars/
H A Dtst.selfthis.d38 this int y; variable
H A Dtst.thisself.d37 this int y; variable
/freebsd/contrib/gdtoa/
H A Ddmisc.c111 ULLong borrow, carry, y, ys; local
113 ULong borrow, carry, y, ys; local
/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dv_logf.c34 special_case (float32x4_t x, float32x4_t y, float32x4_t r2, float32x4_t p, in special_case()
44 float32x4_t n, p, q, r, r2, y; in V_NAME_F1() local
H A Dv_sinf.c37 special_case (float32x4_t x, float32x4_t y, uint32x4_t odd, uint32x4_t cmp) in special_case()
47 float32x4_t n, r, r2, y; in V_NAME_F1() local
H A Dv_cosf.c33 special_case (float32x4_t x, float32x4_t y, uint32x4_t odd, uint32x4_t cmp) in special_case()
43 float32x4_t n, r, r2, r3, y; in V_NAME_F1() local
/freebsd/contrib/arm-optimized-routines/math/
H A Dexp10.c23 double_t scale, y; in special_case() local
116 double_t y = C (2) + r * C (3); in exp10() local
/freebsd/lib/msun/tests/
H A Dfma_test.c52 #define test(func, x, y, z, result, exceptmask, excepts) do { \ argument
60 #define testall(x, y, z, result, exceptmask, excepts) do { \ argument
69 #define testrnd(func, x, y, z, rn, ru, rd, rz, exceptmask, excepts) do { \ argument
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_scanw.c105 mvscanw(int y, int x, const char *fmt, ...) in mvscanw()
117 mvwscanw(WINDOW *win, int y, int x, const char *fmt, ...) in mvwscanw()
/freebsd/sys/dev/syscons/
H A Dsysmouse.c88 smdev_evdev_write(int x, int y, int z, int buttons) in smdev_evdev_write()
260 int x, y, z; in sysmouse_event() local
/freebsd/contrib/bearssl/src/int/
H A Di32_ninv32.c31 uint32_t y; in br_i32_ninv32() local
H A Di15_ninv15.c31 uint32_t y; in br_i15_ninv15() local

12345678910>>...51