/illumos-gate/usr/src/common/crypto/ecc/ |
H A D | ec2_mont.c | 89 gf2m_Madd(const mp_int *x, mp_int *x1, mp_int *z1, mp_int *x2, mp_int *z2, in gf2m_Madd() 121 gf2m_Mxy(const mp_int *x, const mp_int *y, mp_int *x1, mp_int *z1, in gf2m_Mxy() 199 mp_int x1, x2, z1, z2; in ec_GF2m_pt_mul_mont() local
|
H A D | ec.c | 635 mp_int x1; in ECDSA_SignDigestWithSeed() local 874 mp_int x1; in ECDSA_VerifyDigest() local
|
/illumos-gate/usr/src/common/ficl/ |
H A D | loader.c | 83 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
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | mathimpl.h | 69 # 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 D | rand48.c | 73 unsigned short x1 = x[1]; in multadd() local
|
/illumos-gate/usr/src/common/ficl/emu/ |
H A D | gfx_fb.c | 191 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/lib/libmp/common/ |
H A D | gcd.c | 47 mp_invert(MINT *x1, MINT *x0, MINT *c) in mp_invert()
|
H A D | mdiv.c | 127 int x1; in m_trq() local
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | drand48.c | 81 #define SET3(x, x0, x1, x2) ((x)[0] = (x0), (x)[1] = (x1), (x)[2] = (x2)) argument 83 #define SEED(x0, x1, x2) (SET3(x, x0, x1, x2), SET3(a, A0, A1, A2), c = C) argument
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | drand48.c | 85 #define SET3(x, x0, x1, x2) ((x)[0] = (x0), (x)[1] = (x1), (x)[2] = (x2)) argument 87 #define SEED(x0, x1, x2) (SET3(x, x0, x1, x2), SET3(a, A0, A1, A2), c = C) argument
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | mouse.h | 36 int x1; member
|
/illumos-gate/usr/src/lib/libcryptoutil/common/ |
H A D | pkcs11_uri.c | 66 unsigned int x1, x2; in read_id() local
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | space_reftree.c | 55 space_reftree_compare(const void *x1, const void *x2) in space_reftree_compare()
|
H A D | range_tree.c | 153 range_tree_seg32_compare(const void *x1, const void *x2) in range_tree_seg32_compare() 165 range_tree_seg64_compare(const void *x1, const void *x2) in range_tree_seg64_compare() 177 range_tree_seg_gap_compare(const void *x1, const void *x2) in range_tree_seg_gap_compare()
|
H A D | vdev_queue.c | 212 vdev_queue_offset_compare(const void *x1, const void *x2) in vdev_queue_offset_compare() 244 vdev_queue_timestamp_compare(const void *x1, const void *x2) in vdev_queue_timestamp_compare()
|
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vhypotf.c | 52 float x0, x1, x2, y0, y1, y2, z0, z1, z2, *pz0, *pz1, *pz2; in __vhypotf() local
|
H A D | __vexpf.c | 240 double x0, x1, x2, x3, x4; in __vexpf() local
|
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | fmodl.c | 61 unsigned x1, x2, x3, y1, y2, y3, z1, z2, z3; in fmodl() local
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | swap.h | 231 #define SWAP_PRINT(f, s, x1, x2, x3, x4, x5) \ argument 235 #define SWAP_PRINT(f, s, x1, x2, x3, x4, x5) argument
|
/illumos-gate/usr/src/lib/libzpool/common/ |
H A D | kernel.c | 85 vn_open(char *path, int x1, int flags, int mode, vnode_t **vpp, int x2, int x3) in vn_open() 170 vn_openat(char *path, int x1, int flags, int mode, vnode_t **vpp, int x2, in vn_openat() 190 int x1, int x2, rlim64_t x3, void *x4, ssize_t *residp) in vn_rdwr()
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | remquol.c | 63 unsigned x1, x2, x3, y1, y2, y3, z1, z2, z3; in fmodquol() local
|
/illumos-gate/usr/src/cmd/troff/troff.d/ |
H A D | draw.c | 234 dist(x1, y1, x2, y2) /* integer distance from x1,y1 to x2,y2 */ in dist() argument 275 conicarc(x, y, x0, y0, x1, y1, a, b) in conicarc() argument
|
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | slp_da_cache.c | 196 static int compare_entries(const void *x1, const void *x2) { in compare_entries()
|
/illumos-gate/usr/src/lib/libm/common/complex/ |
H A D | cpow.c | 155 double b[4], t1, t2, t3, t4, w1, w2, u1, v1, x1, y1; in cpow() local
|
H A D | cpowl.c | 110 long double t1, t2, t3, t4, x1, x2, y1, y2, u1, v1, b[4], w1, w2; in cpowl() local
|