Home
last modified time | relevance | path

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

12345678910>>...51

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pointers/
H A Dtst.PointerArithmetic3.d44 int *y; variable
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scalars/
H A Derr.D_ARR_LOCAL.thisarray.d37 this int y; variable
H A Dtst.selfarray.d38 self int y; variable
/freebsd/lib/msun/src/
H A Dw_drem.c11 drem(double x, double y) in drem()
H A Dw_dremf.c12 dremf(float x, float y) in dremf()
H A Ds_fmaxl.c34 fmaxl(long double x, long double y) in fmaxl()
H A Ds_fminl.c34 fminl(long double x, long double y) in fminl()
H A De_remainderl.c32 remainderl(long double x, long double y) in remainderl()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h153 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) argument
156 #define howmany(x, y) (((x) + ((y) - 1)) / (y)) argument
163 #define P2CROSS(x, y, align) (((x) ^ (y)) > (align) - 1) argument
196 #define P2CROSS_TYPED(x, y, align, type) \ argument
198 #define P2SAMEHIGHBIT_TYPED(x, y, type) \ argument
/freebsd/contrib/bearssl/src/
H A Dinner.h770 MUX(uint32_t ctl, uint32_t x, uint32_t y) in MUX()
779 EQ(uint32_t x, uint32_t y) in EQ()
791 NEQ(uint32_t x, uint32_t y) in NEQ()
803 GT(uint32_t x, uint32_t y) in GT()
826 #define GE(x, y) NOT(GT(y, x)) argument
827 #define LT(x, y) GT(y, x) argument
828 #define LE(x, y) NOT(GT(x, y)) argument
835 CMP(uint32_t x, uint32_t y) in CMP()
932 MIN(uint32_t x, uint32_t y) in MIN()
941 MAX(uint32_t x, uint32_t y) in MAX()
[all …]
/freebsd/contrib/one-true-awk/
H A Drun.c330 Cell *y; in copycell() local
360 Cell *y; in jump() local
798 Cell *x, *y, *z; in matchop() local
854 Cell *x, *y; in boolop() local
887 Cell *x, *y; in relop() local
1032 Cell *x, *y, *z; in sindex() local
1394 Node *y; in awksprintf() local
1416 Node *y; in awkprintf() local
1536 Cell *x, *y; in assign() local
2063 Cell *x, *y; in bltin() local
[all …]
/freebsd/contrib/wpa/src/crypto/
H A Daes-gcm.c65 static void gf_mult(const u8 *x, const u8 *y, u8 *z) in gf_mult()
96 static void ghash_start(u8 *y) in ghash_start()
103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash()
143 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr()
/freebsd/sys/kern/
H A Dmd5c.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
/freebsd/sys/dev/mii/
H A Dciphy.c288 #define PHY_SETBIT(x, y, z) \ argument
290 #define PHY_CLRBIT(x, y, z) \ argument
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dsv_log10f_3u5.c37 special_case (svfloat32_t x, svfloat32_t y, svbool_t special) in special_case()
74 svfloat32_t y = svmla_x (pg, q_03, r4, q_47); in SV_NAME_F1() local
H A Dv_cbrtf_1u7.c34 special_case (float32x4_t x, float32x4_t y, uint16x4_t special) in special_case()
102 float32x4_t y in V_NAME_F1() local
/freebsd/crypto/openssh/
H A Ded25519.c29 static int crypto_verify_32(const unsigned char *x,const unsigned char *y) in crypto_verify_32()
229 fe25519 y = *x; in fe25519_pack() local
247 static int fe25519_iseq_vartime(const fe25519 *x, const fe25519 *y) in fe25519_iseq_vartime()
296 static void fe25519_add(fe25519 *r, const fe25519 *x, const fe25519 *y) in fe25519_add()
303 static void fe25519_sub(fe25519 *r, const fe25519 *x, const fe25519 *y) in fe25519_sub()
314 static void fe25519_mul(fe25519 *r, const fe25519 *x, const fe25519 *y) in fe25519_mul()
735 fe25519 y; member
777 fe25519 y; member
784 fe25519 y; member
791 fe25519 y; member
[all …]
/freebsd/contrib/bearssl/src/hash/
H A Dghash_pclmul.c127 pclmulqdq00(__m128i x, __m128i y) in pclmulqdq00()
134 pclmulqdq11(__m128i x, __m128i y) in pclmulqdq11()
233 br_ghash_pclmul(void *y, const void *h, const void *data, size_t len) in br_ghash_pclmul()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_addstr.c84 NCURSES_SIZE_T y, x; in waddchnstr() local
135 NCURSES_SIZE_T y; in wadd_wchnstr() local
/freebsd/sys/crypto/siphash/
H A Dsiphash.h75 #define SipHash24(x, y, z, i) SipHashX((x), 2, 4, (y), (z), (i)); argument
76 #define SipHash48(x, y, z, i) SipHashX((x), 4, 8, (y), (z), (i)); argument
/freebsd/contrib/file/src/
H A Dcdf_time.c41 #define isleap(y) ((((y) % 4) == 0) && \ argument
55 int y; in cdf_getdays() local
/freebsd/cddl/contrib/opensolaris/head/
H A Dstdio_ext.h30 #define enable_extended_FILE_stdio(x,y) (0) argument
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_glibc_version.h23 #define __GLIBC_PREREQ(x, y) 0 argument
/freebsd/contrib/ntp/libntp/
H A Dymd2yd.c13 int y, in ymd2yd()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/offsetof/
H A Dtst.OffsetofUnion.d42 int y; member

12345678910>>...51