Searched defs:x2 (Results 26 - 40 of 40) sorted by relevance

12

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_queue.c189 vdev_queue_offset_compare(const void *x1, const void *x2) argument
192 const zio_t *z2 = x2;
224 vdev_queue_timestamp_compare(const void *x1, const void *x2) argument
227 const zio_t *z2 = x2;
H A Dddt.c759 ddt_entry_compare(const void *x1, const void *x2) argument
762 const ddt_entry_t *dde2 = x2;
H A Ddnode.c65 dbuf_compare(const void *x1, const void *x2) argument
68 const dmu_buf_impl_t *d2 = x2;
H A Dmetaslab.c418 metaslab_compare(const void *x1, const void *x2) argument
421 const metaslab_t *m2 = x2;
962 metaslab_rangesize_compare(const void *x1, const void *x2) argument
965 const range_seg_t *r2 = x2;
H A Dzil.c99 zil_bp_compare(const void *x1, const void *x2) argument
102 const dva_t *dva2 = &((zil_bp_node_t *)x2)->zn_dva;
772 zil_vdev_compare(const void *x1, const void *x2) argument
775 const uint64_t v2 = ((zil_vdev_node_t *)x2)->zv_vdev;
1208 zil_aitx_compare(const void *x1, const void *x2) argument
1211 const uint64_t o2 = ((itx_async_node_t *)x2)->ia_foid;
H A Dzio.c491 zio_timestamp_compare(const void *x1, const void *x2) argument
494 const zio_t *z2 = x2;
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwrefresh.c803 int x1, x2, blnk, idch, cost, cost_ich1, match; local
843 for (x1 = 0, x2 = idch; x2 < length; ++x1, ++x2)
844 scp[x1] = scp[x2];
926 for (x1 = length - 1, x2 = length - idch - 1; x2 >= 0; --x1, --x2)
927 scp[x1] = scp[x2];
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vsincos.c96 double x0, x1, x2, local
217 x2 = *x;
251 x2 -= t2;
255 z2 = x2 * x2;
263 w2 = x2 * (one + z2 * (pp1 + z2 * pp2));
314 z2 = x2 * x2;
349 t2 = x2 + x2 * t
[all...]
H A D__vpow.c688 double ax2, x2, s_h2, ux2; local
758 u2 = x2 - ax2;
783 s_l2 = (x2 - (ux2 - ax2));
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c234 dist(x1, y1, x2, y2) /* integer distance from x1,y1 to x2,y2 */
238 dx = x2 - x1;
246 int x0, y0, x2, y2, r; local
250 x2 = x0 + dx2; /* "to" */
253 conicarc(x0, -y0, hpos, -vpos, x2, -y2, r, r);
/illumos-gate/usr/src/uts/sun4/os/
H A Dvisinstr.c486 al3l >>= 0x2; local
500 al3r >>= 0x2; local
515 al3r >>= 0x2; local
864 krd.ll += (0x2 >> i);
873 krd.ll += (0x2 >> i);
882 krd.ll += (0x2 >> i);
891 krd.ll += (0x2 >> i);
1548 for (i = 0, j = 0x2; i <= 1; i++, j >>= 1) {
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c153 static int hsched_deadline_compare(const void *x1, const void *x2);
154 static int hsched_offset_compare(const void *x1, const void *x2);
1927 hsched_deadline_compare(const void *x1, const void *x2) argument
1930 const struct hio *h2 = x2;
1951 hsched_offset_compare(const void *x1, const void *x2) argument
1954 const struct hio *h2 = x2;
/illumos-gate/usr/src/lib/libzpool/common/
H A Dkernel.c407 vn_open(char *path, int x1, int flags, int mode, vnode_t **vpp, int x2, int x3) argument
492 vn_openat(char *path, int x1, int flags, int mode, vnode_t **vpp, int x2, argument
502 ret = vn_open(realpath, x1, flags, mode, vpp, x2, x3);
512 int x1, int x2, rlim64_t x3, void *x4, ssize_t *residp)
832 if (i & 0x2) {
511 vn_rdwr(int uio, vnode_t *vp, void *addr, ssize_t len, offset_t offset, int x1, int x2, rlim64_t x3, void *x4, ssize_t *residp) argument
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm.h230 unsigned short x2; member in struct:drm_clip_rect
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c303 int32_t x2, int32_t y2);
4120 IWK_WRITE(sc, CSR_EEPROM_REG, tmp & ~(0x2));
4660 int32_t x2, int32_t y2)
4664 if (x2 == x1) {
4667 (void) iwk_division((x2-x)*(y1-y2), (x2-x1), &val);
4659 iwk_interpolate_value(int32_t x, int32_t x1, int32_t y1, int32_t x2, int32_t y2) argument

Completed in 149 milliseconds

12