/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 167 FICL_UNS x0, y0, x1, y1, wd; in ficl_fb_line() 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/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 143 uint32_t x0, y0, x1, y1, wd; in lua_fb_line() local 164 uint32_t x0, y0, x1, y1, x2, y2, width; in lua_fb_bezier() local 187 uint32_t x0, y0, x1, y1, fill; in lua_fb_drawrect() local 208 uint32_t x0, y0, x1, y1; in lua_term_drawrect() local
|
/freebsd/contrib/bearssl/src/hash/ |
H A D | ghash_ctmul64.c | 36 uint64_t y0, y1, y2, y3; in bmul64() local 82 uint64_t y0, y1; 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_hypotl.c | 47 long double a=x,b=y,t1,t2,y1,y2,w; in hypotl() local
|
H A D | e_powf.c | 59 float y1,t1,t2,r,s,sn,t,u,v,w; in powf() local
|
H A D | e_pow.c | 100 double y1,t1,t2,r,s,t,u,v,w; in pow() local
|
H A D | e_j1.c | 139 y1(double x) in y1() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ppc/ |
H A D | gcc_qdiv.c | 15 register double x = dst.s.hi, x1 = dst.s.lo, y = src.s.hi, y1 = src.s.lo; in __gcc_qdiv() local
|
/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/ncurses/ncurses/base/ |
H A D | lib_getstr.c | 57 int y1 = win->_cury; in WipeOut() local
|
/freebsd/contrib/ncurses/ncurses/widechar/ |
H A D | lib_get_wstr.c | 67 int y1 = win->_cury; in WipeOut() local
|
/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/compat/linuxkpi/common/include/linux/ |
H A D | math64.h | 114 uint64_t x1, y1, y1z; in mul_u64_u64_div_u64() local
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_rsa_fips186_4.c | 252 BIGNUM *tmp, *R, *r1r2x2, *y1, *r1x2; in ossl_bn_rsa_fips186_4_derive_prime() local
|
/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/libecc/src/curves/ |
H A D | aff_pt.c | 102 int aff_pt_y_from_x(fp_t y1, fp_t y2, fp_src_t x, ec_shortw_crv_src_t curve) in aff_pt_y_from_x()
|
/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/crypto/openssl/crypto/sm2/ |
H A D | sm2_crypt.c | 118 BIGNUM *y1 = NULL; ossl_sm2_encrypt() local
|