Searched defs:distance (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_bus_reset.c962 int distance = 0; local
1013 distance = current->max_1st + 1;
1016 if (distance > current->max_1st) {
1018 current->max_1st = (uchar_t)distance;
1020 } else if (distance > current->max_2nd) {
1021 current->max_2nd = (uchar_t)distance;
1024 /* Update maximum distance (diameter), if necessary */
/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc471 register int distance; local
1520 distance = 0;
1574 if (distance != 0) {
1575 *source_p = *(source_p + distance);
1596 if (distance != 0) {
1598 *(source_p + distance);
1619 if (distance != 0) {
1622 distance);
1634 distance++;
1637 distance
[all...]
/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.c248 UInt32 distance; local
254 distance = rep1;
263 distance = rep2;
268 distance = rep3;
274 rep0 = distance;
314 UInt32 distance; local
317 TREE_6_DECODE(prob, distance);
318 if (distance >= kStartPosModelIndex)
320 unsigned posSlot = (unsigned)distance;
321 int numDirectBits = (int)(((distance >>
[all...]
H A DLzmaEnc.c856 UInt32 distance = p->matches[numPairs - 1] + 1; local
861 const Byte *pby2 = pby - distance;
1103 UInt32 distance = matches[offs + 1]; local
1107 if (distance < kNumFullDistances)
1108 curAndLenPrice += p->distancesPrices[lenToPosState][distance];
1112 GetPosSlot2(distance, slot);
1113 curAndLenPrice += p->alignPrices[distance & kAlignMask] + p->posSlotPrices[lenToPosState][slot];
1120 opt->backPrev = distance + LZMA_NUM_REPS;
1829 UInt32 distance = p->reps[pos]; local
1842 p->reps[0] = distance;
[all...]
/illumos-gate/usr/src/cmd/sort/common/
H A Dfields.c1060 ssize_t start, end, distance; local
1073 distance = 0;
1080 distance = cur_fieldp->f_convert(cur_fieldp, L,
1086 if (distance == -1) {
1106 xstrninv(L->l_collate.sp, coll_offset, distance);
1107 *(L->l_collate.sp + coll_offset + distance) =
1109 distance++;
1112 ASSERT(distance >= 0);
1113 coll_offset += distance;
1142 ssize_t start, end, distance; local
[all...]
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame2.c1357 section and the distance of the field we are reading from
1360 Dwarf_Unsigned distance = local
1362 *addr += dbg->de_debug_frame_eh_gnu.dss_addr + distance;
/illumos-gate/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/
H A Dusbwcm.c175 int right, int wheel, int distance)
181 uwacom_event(usbwcmp, EVT_ABS, ABS_DISTANCE, distance);
243 int wheel, distance; local
248 distance = PACKET_BITS(7, 0, 6);
252 distance = PACKET_BITS(6, 0, 6);
260 distance);
301 uwacom_pos_events_intuos(usbwcm_state_t *usbwcmp, int x, int y, int distance) argument
305 uwacom_event(usbwcmp, EVT_ABS, ABS_DISTANCE, distance);
174 uwacom_mouse_events_graphire(usbwcm_state_t *usbwcmp, int left, int middle, int right, int wheel, int distance) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dntp.h296 struct s_fixedpt distance; member in struct:ntpdata
365 struct s_fixedpt distance; /* receive */ member in struct:ntp_peer
400 struct s_fixedpt distance; /* clock update */ member in struct:sysdata
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c2845 int nunits, distance, j; local
2859 * The distance between the units in the
2862 distance = MAX_CMP_UNITS_PER_BOARD;
2865 distance = 0;
2869 if ((dip = devlist[i + j * distance]) == NULL)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c3036 * to be used (distance=0).
3038 uint64_t distance = 0; local
3040 distance = vd->vdev_asize >>
3042 if (distance <= (1ULL << vd->vdev_ms_shift))
3043 distance = 0;
3050 distance, dva, d);
H A Darc.c6574 * Evict buffers from the device write hand to the distance specified in
6575 * bytes. This distance may span populated buffers, it may span nothing.
6580 l2arc_evict(l2arc_dev_t *dev, uint64_t distance, boolean_t all) argument
6597 if (dev->l2ad_hand >= (dev->l2ad_end - (2 * distance))) {
6604 taddr = dev->l2ad_hand + distance;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c441 add_mfs(struct mapfs *mfs, int distance, struct mapfs **mfs_head, argument
458 if (distance)
459 new->mfs_distance = distance;

Completed in 146 milliseconds