Home
last modified time | relevance | path

Searched refs:distance (Results 1 – 20 of 20) sorted by relevance

/titanic_44/usr/src/test/util-tests/tests/libsff/
H A Dlibsff_compliance.out37 0 medium distance (M)
38 1 long distance (L)
39 2 intermeddiate distance (I)
40 3 short distance (S)
41 4 very long distance (V)
96 0 medium distance (M)
97 1 long distance (L)
98 2 intermeddiate distance (I)
99 3 short distance (S)
100 4 very long distance (V)
/titanic_44/usr/src/common/lzma/
H A DLzmaDec.c248 UInt32 distance; in LzmaDec_DecodeReal() local
254 distance = rep1; in LzmaDec_DecodeReal()
263 distance = rep2; in LzmaDec_DecodeReal()
268 distance = rep3; in LzmaDec_DecodeReal()
274 rep0 = distance; in LzmaDec_DecodeReal()
314 UInt32 distance; in LzmaDec_DecodeReal() local
317 TREE_6_DECODE(prob, distance); in LzmaDec_DecodeReal()
318 if (distance >= kStartPosModelIndex) in LzmaDec_DecodeReal()
320 unsigned posSlot = (unsigned)distance; in LzmaDec_DecodeReal()
321 int numDirectBits = (int)(((distance >> 1) - 1)); in LzmaDec_DecodeReal()
[all …]
H A DLzmaEnc.c856 UInt32 distance = p->matches[numPairs - 1] + 1; in ReadMatchDistances() local
861 const Byte *pby2 = pby - distance; in ReadMatchDistances()
1103 UInt32 distance = matches[offs + 1]; in GetOptimum() local
1107 if (distance < kNumFullDistances) in GetOptimum()
1108 curAndLenPrice += p->distancesPrices[lenToPosState][distance]; in GetOptimum()
1112 GetPosSlot2(distance, slot); in GetOptimum()
1113 … curAndLenPrice += p->alignPrices[distance & kAlignMask] + p->posSlotPrices[lenToPosState][slot]; in GetOptimum()
1120 opt->backPrev = distance + LZMA_NUM_REPS; in GetOptimum()
1829 UInt32 distance = p->reps[pos]; in LzmaEnc_CodeOneBlock() local
1842 p->reps[0] = distance; in LzmaEnc_CodeOneBlock()
/titanic_44/usr/src/cmd/sort/common/
H A Dfields.c1060 ssize_t start, end, distance; in field_convert() local
1073 distance = 0; in field_convert()
1080 distance = cur_fieldp->f_convert(cur_fieldp, L, in field_convert()
1086 if (distance == -1) { in field_convert()
1106 xstrninv(L->l_collate.sp, coll_offset, distance); in field_convert()
1107 *(L->l_collate.sp + coll_offset + distance) = in field_convert()
1109 distance++; in field_convert()
1112 ASSERT(distance >= 0); in field_convert()
1113 coll_offset += distance; in field_convert()
1142 ssize_t start, end, distance; in field_convert_wide() local
[all …]
/titanic_44/usr/src/uts/common/zmod/
H A Ddeflate.h315 # define _tr_tally_dist(s, distance, length, flush) \ argument
317 ush dist = (distance); \
327 # define _tr_tally_dist(s, distance, length, flush) \ argument
328 flush = _tr_tally(s, distance, length)
/titanic_44/usr/src/cmd/make/bin/
H A Dread.cc471 register int distance; in parse_makefile() local
1520 distance = 0; in parse_makefile()
1574 if (distance != 0) { in parse_makefile()
1575 *source_p = *(source_p + distance); in parse_makefile()
1596 if (distance != 0) { in parse_makefile()
1598 *(source_p + distance); in parse_makefile()
1619 if (distance != 0) { in parse_makefile()
1622 distance); in parse_makefile()
1634 distance++; in parse_makefile()
1637 distance + 1) == in parse_makefile()
[all …]
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dntp.h296 struct s_fixedpt distance; member
365 struct s_fixedpt distance; /* receive */ member
400 struct s_fixedpt distance; /* clock update */ member
H A Dsnoop_ntp.c162 (char *)(uintptr_t)ntp->distance.int_part - in interpret_ntp()
165 ntohs(ntp->distance.int_part), in interpret_ntp()
166 ntohs(ntp->distance.fraction), in interpret_ntp()
167 s_fixed_to_double(&ntp->distance)); in interpret_ntp()
/titanic_44/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/
H A Dusbwcm.c175 int right, int wheel, int distance) in uwacom_mouse_events_graphire() argument
181 uwacom_event(usbwcmp, EVT_ABS, ABS_DISTANCE, distance); in uwacom_mouse_events_graphire()
243 int wheel, distance; in usbwcm_input_graphire() local
248 distance = PACKET_BITS(7, 0, 6); in usbwcm_input_graphire()
252 distance = PACKET_BITS(6, 0, 6); in usbwcm_input_graphire()
260 distance); in usbwcm_input_graphire()
301 uwacom_pos_events_intuos(usbwcm_state_t *usbwcmp, int x, int y, int distance) in uwacom_pos_events_intuos() argument
305 uwacom_event(usbwcmp, EVT_ABS, ABS_DISTANCE, distance); in uwacom_pos_events_intuos()
/titanic_44/usr/src/uts/common/io/1394/
H A Ds1394_bus_reset.c962 int distance = 0; in s1394_topology_tree_calculate_diameter() local
1013 distance = current->max_1st + 1; in s1394_topology_tree_calculate_diameter()
1016 if (distance > current->max_1st) { in s1394_topology_tree_calculate_diameter()
1018 current->max_1st = (uchar_t)distance; in s1394_topology_tree_calculate_diameter()
1020 } else if (distance > current->max_2nd) { in s1394_topology_tree_calculate_diameter()
1021 current->max_2nd = (uchar_t)distance; in s1394_topology_tree_calculate_diameter()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c2168 uint64_t distance; in metaslab_alloc_dva() local
2280 distance = vd->vdev_asize >> dshift; in metaslab_alloc_dva()
2281 if (distance <= (1ULL << vd->vdev_ms_shift)) in metaslab_alloc_dva()
2282 distance = 0; in metaslab_alloc_dva()
2289 offset = metaslab_group_alloc(mg, psize, asize, txg, distance, in metaslab_alloc_dva()
H A Darc.c6183 l2arc_evict(l2arc_dev_t *dev, uint64_t distance, boolean_t all) in l2arc_evict() argument
6203 distance += l2arc_log_blk_overhead(distance); in l2arc_evict()
6204 if (dev->l2ad_hand >= (dev->l2ad_end - (2 * distance))) { in l2arc_evict()
6211 taddr = dev->l2ad_hand + distance; in l2arc_evict()
/titanic_44/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame2.c1360 Dwarf_Unsigned distance = in read_encoded_ptr() local
1362 *addr += dbg->de_debug_frame_eh_gnu.dss_addr + distance; in read_encoded_ptr()
/titanic_44/usr/src/lib/libshell/common/
H A DTYPES86 gives the distance of the point to the origin. Thus, p1.len will output
/titanic_44/usr/src/uts/sun4u/io/
H A Dsbd.c2845 int nunits, distance, j; in sbd_get_devlist() local
2862 distance = MAX_CMP_UNITS_PER_BOARD; in sbd_get_devlist()
2865 distance = 0; in sbd_get_devlist()
2869 if ((dip = devlist[i + j * distance]) == NULL) in sbd_get_devlist()
/titanic_44/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c445 add_mfs(struct mapfs *mfs, int distance, struct mapfs **mfs_head, in add_mfs() argument
462 if (distance) in add_mfs()
463 new->mfs_distance = distance; in add_mfs()
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c614 #define _tr_tally_dist(s, distance, length, flush) \ argument
616 ush dist = (distance); \
626 #define _tr_tally_dist(s, distance, length, flush) \ argument
627 flush = _tr_tally(s, distance, length)
/titanic_44/usr/src/cmd/ssh/doc/
H A DREADME.Ylonen120 distance.
/titanic_44/usr/src/cmd/vi/port/
H A Dex.news508 distance from the right edge of the screen, but this location
/titanic_44/usr/src/data/zoneinfo/
H A Deurope3546 # the distance of one hour of time from the meridian of the English