Home
last modified time | relevance | path

Searched defs:x1 (Results 1 – 25 of 62) sorted by path

123

/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c1322 gfx_fb_drawrect(uint32_t x1, uint32_t y1, uint32_t x2, uint32_t y2, in gfx_fb_drawrect()
1348 gfx_fb_line(uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, uint32_t wd) in gfx_fb_line()
1403 gfx_fb_bezier(uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, uint32_t x2, in gfx_fb_bezier()
1477 int x1, y1, x2, y2; in gfx_term_drawrect() local
/illumos-gate/usr/src/cmd/bhyve/
H A Drfb.c804 int x1, int y1, int x2, int y2) in translate_pixels()
/illumos-gate/usr/src/cmd/filesync/
H A Danal.c549 char *s1, *s2, *x1, *x2; in same_name() local
/illumos-gate/usr/src/cmd/raidz_test/
H A Draidz_test.c398 int x0, x1, x2; in run_rec_check_impl() local
/illumos-gate/usr/src/cmd/sa/
H A Dsadc.c66 #define MAX(x1, x2) ((x1) >= (x2) ? (x1) : (x2)) argument
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c231 dist(int x1, int y1, int x2, int y2) in dist()
272 conicarc(int x, int y, int x0, int y0, int x1, int y1, int a, int b) in conicarc()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c3045 cksum_record_compare(const void *x1, const void *x2) in cksum_record_compare()
/illumos-gate/usr/src/common/bignum/
H A Dmont_mulf.c75 double tmp, tmp1, x, x1; in cleanup() local
/illumos-gate/usr/src/common/crypto/chacha/
H A Dchacha.c90 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
/illumos-gate/usr/src/common/crypto/ecc/
H A Dec.c635 mp_int x1; in ECDSA_SignDigestWithSeed() local
874 mp_int x1; in ECDSA_VerifyDigest() local
H A Dec2_mont.c87 gf2m_Madd(const mp_int *x, mp_int *x1, mp_int *z1, mp_int *x2, mp_int *z2, in gf2m_Madd()
119 gf2m_Mxy(const mp_int *x, const mp_int *y, mp_int *x1, mp_int *z1, in gf2m_Mxy()
197 mp_int x1, x2, z1, z2; in ec_GF2m_pt_mul_mont() local
/illumos-gate/usr/src/common/crypto/edonr/
H A Dedonr.c117 #define LS1_256(c, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
134 #define LS1_512(c, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
/illumos-gate/usr/src/common/ficl/emu/
H A Dgfx_fb.c191 gfx_fb_drawrect(uint32_t x1, uint32_t y1, uint32_t x2, uint32_t y2, in gfx_fb_drawrect()
213 int x1, y1, x2, y2; in gfx_term_drawrect() local
295 gfx_fb_line(uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, uint32_t width) in gfx_fb_line()
347 gfx_fb_bezier(uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, uint32_t x2, in gfx_fb_bezier()
/illumos-gate/usr/src/common/ficl/
H A Dloader.c83 uint32_t x1, y1, x2, y2, f; in ficl_term_putimage() local
130 uint32_t x1, y1, x2, y2, f; in ficl_fb_putimage() local
177 ficlUnsigned x0, y0, x1, y1, wd; in ficl_fb_line() local
192 ficlUnsigned x0, y0, x1, y1, x2, y2, width; in ficl_fb_bezier() local
209 ficlUnsigned x1, x2, y1, y2, fill; in ficl_fb_drawrect() local
224 ficlUnsigned x1, x2, y1, y2; in ficl_term_drawrect() local
H A Dvm.c949 ficlUnsigned x1; in ficlVmInnerLoop() local
960 ficlUnsigned x1; in ficlVmInnerLoop() local
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dlgamma.c178 double z, p, x1; in large_lgam() local
H A Dmathimpl.h69 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \ argument
78 # define vc(name, value, x1,x2,x3,x4, bexp, xval) ; argument
H A Drand48.c73 unsigned short x1 = x[1]; in multadd() local
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c76 const int x1 = ROWBYTES; variable
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddrand48.c83 #define SET3(x, x0, x1, x2) ((x)[0] = (x0), (x)[1] = (x1), (x)[2] = (x2)) argument
85 #define SEED(x0, x1, x2) (SET3(x, x0, x1, x2), SET3(a, A0, A1, A2), c = C) argument
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dpkcs11_uri.c66 unsigned int x1, x2; in read_id() local
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwrefresh.c806 int x1, x2, blnk, idch, cost, cost_ich1, match; in _useidch() local
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dfmodl.c61 unsigned x1, x2, x3, y1, y2, y3, z1, z2, z3; in fmodl() local
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcpow.c155 double b[4], t1, t2, t3, t4, w1, w2, u1, v1, x1, y1; in cpow() local
H A Dcpowl.c110 long double t1, t2, t3, t4, x1, x2, y1, y2, u1, v1, b[4], w1, w2; in cpowl() local

123