/freebsd/stand/ficl/ |
H A D | gfx_loader.c | 66 uint32_t x1, y1, x2, y2, f; in ficl_term_putimage() local 117 uint32_t x1, y1, x2, y2, f; in ficl_fb_putimage() local 184 FICL_UNS x0, y0, x1, y1, x2, y2, width; in ficl_fb_bezier() local 203 FICL_UNS x1, x2, y1, y2, fill; in ficl_fb_drawrect() local 220 FICL_UNS x1, x2, y1, y2; in ficl_term_drawrect() local
|
/freebsd/contrib/arm-optimized-routines/pl/math/ |
H A D | sv_math.h | 50 svfloat64_t y2 = sv_f64 (elem); in sv_call_f64() local 67 svfloat64_t y2 = sv_f64 (ret); in sv_call2_f64() local 108 svfloat32_t y2 = sv_f32 (elem); in sv_call_f32() local 125 svfloat32_t y2 = sv_f32 (ret); in sv_call2_f32() local
|
/freebsd/stand/liblua/ |
H A D | gfx_utils.c | 50 uint32_t x1, y1, x2, y2, f; in lua_term_putimage() local 94 uint32_t x1, y1, x2, y2, f; in lua_fb_putimage() local 164 uint32_t x0, y0, x1, y1, x2, y2, width; in lua_fb_bezier() local
|
/freebsd/contrib/bearssl/src/hash/ |
H A D | ghash_ctmul64.c | 36 uint64_t y0, y1, y2, y3; in bmul64() local 99 uint64_t y0r, y1r, y2, y2r; in br_ghash_ctmul64() local
|
H A D | ghash_ctmul.c | 74 uint32_t y0, y1, y2, y3; in bmul() local 168 uint32_t y0, y1, y2, y3; in bmul() local
|
H A D | ghash_ctmul32.c | 52 uint32_t y0, y1, y2, y3; in bmul32() local
|
/freebsd/lib/msun/src/ |
H A D | e_hypotf.c | 22 float a,b,t1,t2,y1,y2,w; in hypotf() local
|
H A D | e_hypot.c | 53 double a,b,t1,t2,y1,y2,w; in hypot() local
|
H A D | e_log10.c | 40 double f,hfsq,hi,lo,r,val_hi,val_lo,w,y,y2; in log10() local
|
H A D | e_hypotl.c | 47 long double a=x,b=y,t1,t2,y1,y2,w; in hypotl() local
|
/freebsd/crypto/openssl/crypto/sm2/ |
H A D | sm2_crypt.c | 120 BIGNUM *y2 = NULL; ossl_sm2_encrypt() local 282 BIGNUM *y2 = NULL; ossl_sm2_decrypt() local [all...] |
/freebsd/sys/powerpc/fpu/ |
H A D | fpu_div.c | 155 u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3; in fpu_div() local
|
H A D | fpu_sqrt.c | 192 u_int y0, y1, y2, y3; in fpu_sqrt() local
|
/freebsd/lib/libvgl/ |
H A D | simple.c | 185 VGLLine(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color) in VGLLine() 369 VGLBox(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color) in VGLBox() 378 VGLFilledBox(VGLBitmap *object, int x1, int y1, int x2, int y2, u_long color) in VGLFilledBox()
|
/freebsd/contrib/bearssl/src/int/ |
H A D | i62_modpow2.c | 51 #define FMA2(hi, lo, x1, y1, x2, y2, v1, v2) do { \ argument 80 #define FMA2(hi, lo, x1, y1, x2, y2, v1, v2) do { \ argument
|
/freebsd/sys/dev/qat/qat_api/include/lac/ |
H A D | cpa_cy_ecsm2.h | 431 CpaFlatBuffer y2; member 465 CpaFlatBuffer y2; member 489 CpaFlatBuffer y2; member
|
/freebsd/sys/dev/vt/hw/vga/ |
H A D | vt_vga.c | 372 vga_drawrect(struct vt_device * vd,int x1,int y1,int x2,int y2,int fill,term_color_t color) vga_drawrect() argument 785 unsigned int x1, y1, x2, y2, x, y; vga_bitblt_text_gfxmode() local 964 unsigned int x1, y1, x2, y2, i, j, src_x, dst_x, x_count; vga_bitblt_bitmap() local [all...] |
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec2_smpl.c | 359 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; in ossl_ec_GF2m_simple_add() local 512 BIGNUM *lh, *y2; in ossl_ec_GF2m_simple_is_on_curve() local
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_lru.c | 197 uint32_t y1, y2; in find_replacement_node() local
|
/freebsd/crypto/openssl/test/ |
H A D | ec_internal_test.c | 201 BIGNUM *x1 = NULL, *y1 = NULL, *z1 = NULL, *x2 = NULL, *y2 = NULL; in underflow_test() local
|
/freebsd/stand/common/ |
H A D | gfx_fb.c | 766 uint32_t y2 = Height + DestinationY; gfxfb_shadow_fill() local 1468 gfx_fb_drawrect(uint32_t x1,uint32_t y1,uint32_t x2,uint32_t y2,uint32_t fill) gfx_fb_drawrect() argument 1493 int err, e2, x2, y2, ed, width; gfx_fb_line() local 1546 gfx_fb_bezier(uint32_t x0,uint32_t y0,uint32_t x1,uint32_t y1,uint32_t x2,uint32_t y2,uint32_t wd) gfx_fb_bezier() argument 1619 int x1, y1, x2, y2; gfx_term_drawrect() local [all...] |
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | des_ct.c | 206 uint32_t y0, y1, y2, y3, y4, y5, y6, y7, y8, y9; in Fconf() local
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/ |
H A D | u4.h | 2 __m128i y0, y1, y2, y3, y4, y5, y6, y7, y8, y9, y10, y11, y12, y13, y14, variable
|
H A D | u8.h | 2 __m256i y0, y1, y2, y3, y4, y5, y6, y7, y8, y9, y10, y11, y12, y13, y14, variable
|
/freebsd/contrib/dialog/ |
H A D | progressbox.c | 112 int y2, x2; in start_obj() local
|