Symbol: distance
libexec/rtld-elf/powerpc/reloc.c
374
Elf_Addr distance;
libexec/rtld-elf/powerpc/reloc.c
391
distance = (Elf_Addr)pltresolve - (Elf_Addr)(where + 1);
libexec/rtld-elf/powerpc/reloc.c
394
(void *)where, (void *)pltresolve, reloff, distance);
libexec/rtld-elf/powerpc/reloc.c
400
where[1] = 0x48000000 | (distance & 0x03fffffc);
libexec/rtld-elf/powerpc/reloc.c
565
int distance;
libexec/rtld-elf/powerpc/reloc.c
584
distance = (Elf_Addr)pltcall - (Elf_Addr)(wherep + 1);
libexec/rtld-elf/powerpc/reloc.c
590
wherep[1] = 0x48000000 | (distance & 0x03fffffc);
sys/dev/cxgbe/cudbg/fastlz.c
222
unsigned int distance;
sys/dev/cxgbe/cudbg/fastlz.c
234
distance = 1;
sys/dev/cxgbe/cudbg/fastlz.c
247
distance = anchor - ref;
sys/dev/cxgbe/cudbg/fastlz.c
255
if (distance == 0 ||
sys/dev/cxgbe/cudbg/fastlz.c
257
(distance >= MAX_DISTANCE) ||
sys/dev/cxgbe/cudbg/fastlz.c
259
(distance >= MAX_FARDISTANCE) ||
sys/dev/cxgbe/cudbg/fastlz.c
267
if (distance >= MAX_DISTANCE) {
sys/dev/cxgbe/cudbg/fastlz.c
280
distance--;
sys/dev/cxgbe/cudbg/fastlz.c
282
if (!distance) {
sys/dev/cxgbe/cudbg/fastlz.c
333
if (distance < MAX_DISTANCE) {
sys/dev/cxgbe/cudbg/fastlz.c
335
*op++ = (len << 5) + (distance >> 8);
sys/dev/cxgbe/cudbg/fastlz.c
336
*op++ = (distance & 255);
sys/dev/cxgbe/cudbg/fastlz.c
338
*op++ = (7 << 5) + (distance >> 8);
sys/dev/cxgbe/cudbg/fastlz.c
342
*op++ = (distance & 255);
sys/dev/cxgbe/cudbg/fastlz.c
347
distance -= MAX_DISTANCE;
sys/dev/cxgbe/cudbg/fastlz.c
350
*op++ = distance >> 8;
sys/dev/cxgbe/cudbg/fastlz.c
351
*op++ = distance & 255;
sys/dev/cxgbe/cudbg/fastlz.c
353
distance -= MAX_DISTANCE;
sys/dev/cxgbe/cudbg/fastlz.c
359
*op++ = distance >> 8;
sys/dev/cxgbe/cudbg/fastlz.c
360
*op++ = distance & 255;
sys/dev/cxgbe/cudbg/fastlz.c
367
*op++ = (7 << 5) + (distance >> 8);
sys/dev/cxgbe/cudbg/fastlz.c
369
*op++ = (distance & 255);
sys/dev/cxgbe/cudbg/fastlz.c
374
*op++ = (len << 5) + (distance >> 8);
sys/dev/cxgbe/cudbg/fastlz.c
375
*op++ = (distance & 255);
sys/dev/cxgbe/cudbg/fastlz.c
377
*op++ = (7 << 5) + (distance >> 8);
sys/dev/cxgbe/cudbg/fastlz.c
379
*op++ = (distance & 255);
sys/dev/mlx5/mlx5_en/mlx5_en_rl.c
389
uint64_t distance = -1ULL;
sys/dev/mlx5/mlx5_en/mlx5_en_rl.c
406
if (diff < distance) {
sys/dev/mlx5/mlx5_en/mlx5_en_rl.c
407
distance = diff;
sys/dev/mlx5/mlx5_en/mlx5_en_rl.c
417
if (distance > howmany(user_rate *
sys/dev/qlnx/qlnxe/ecore_sriov.c
3859
u32 cons[MAX_NUM_VOQS_E4], distance[MAX_NUM_VOQS_E4];
sys/dev/qlnx/qlnxe/ecore_sriov.c
3872
distance[i] = prod - cons[i];
sys/dev/qlnx/qlnxe/ecore_sriov.c
3884
if (distance[i] > tmp - cons[i])
sys/dev/usb/input/wsp.c
1077
sc->distance = max(sc->distance, max(
sys/dev/usb/input/wsp.c
1089
if (sc->distance < tun.max_double_tap_distance && abs(sc->dx_sum) < 5 &&
sys/dev/usb/input/wsp.c
1152
if (sc->distance < tun.max_double_tap_distance && abs(sc->dx_sum) < 5 &&
sys/dev/usb/input/wsp.c
1186
sc->distance = 0;
sys/dev/usb/input/wsp.c
1299
if (sc->distance <= tun.max_scroll_finger_distance && sc->dz_count == 0) {
sys/dev/usb/input/wsp.c
632
int distance; /* the distance of 2 fingers */
sys/dev/usb/template/usb_template.c
644
uint16_t distance;
sys/dev/usb/template/usb_template.c
652
distance = 0xFFFF;
sys/dev/usb/template/usb_template.c
711
if (distance > temp) {
sys/dev/usb/template/usb_template.c
712
distance = temp;
sys/netinet/sctp_indata.c
2400
int slide_from, slide_end, lgap, distance;
sys/netinet/sctp_indata.c
2500
distance = (slide_end - slide_from) + 1;
sys/netinet/sctp_indata.c
2507
if (distance + slide_from > asoc->mapping_array_size ||
sys/netinet/sctp_indata.c
2508
distance < 0) {
sys/netinet/sctp_indata.c
2516
sctp_log_map((uint32_t)distance, (uint32_t)slide_from,
sys/netinet/sctp_indata.c
2523
for (ii = 0; ii < distance; ii++) {
sys/netinet/sctp_indata.c
2527
for (ii = distance; ii < asoc->mapping_array_size; ii++) {
sys/netinet/tcp_hpts.c
805
int distance, yet_to_run;
sys/netinet/tcp_hpts.c
807
distance = hpts_slots_diff(hpts->p_runningslot, hptsslot);
sys/netinet/tcp_hpts.c
812
KASSERT(yet_to_run <= distance, ("hpts:%p tp:%p slot:%d "
sys/netinet/tcp_hpts.c
814
hptsslot, distance, yet_to_run, hpts->p_runningslot,
tools/diag/prtblknos/prtblknos.c
272
(intmax_t)firstblk, distance(fs, lastblk, firstblk));
tools/diag/prtblknos/prtblknos.c
277
distance(fs, lastblk, firstblk));
tools/diag/prtblknos/prtblknos.c
283
distance(fs, lastblk, firstblk));
tools/diag/prtblknos/prtblknos.c
297
distance(fs, lastindirblk, blkno));
tools/diag/prtblknos/prtblknos.c
44
static const char *distance(struct fs *, ufs2_daddr_t, ufs2_daddr_t);
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c
169
if (a->distance > b->distance) {
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c
171
} else if (a->distance == b->distance) {
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c
395
sh[i][j-1].distance = table[i][0].votes - table[i][j].votes;
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c
53
int distance;
usr.bin/gzip/unlz.c
468
unsigned distance;
usr.bin/gzip/unlz.c
472
distance = rep[1];
usr.bin/gzip/unlz.c
477
distance = rep[2];
usr.bin/gzip/unlz.c
479
distance = rep[3];
usr.bin/gzip/unlz.c
485
rep[0] = distance;
usr.sbin/moused/moused/moused.c
1774
d->distance = opt_drift_distance;
usr.sbin/moused/moused/moused.c
1779
quirks_get_uint32(q, MOUSED_DRIFT_DISTANCE, &d->distance);
usr.sbin/moused/moused/moused.c
1785
if (d->distance == 0 || d->time == 0 || d->after == 0) {
usr.sbin/moused/moused/moused.c
1791
d->distance, d->time, d->after);
usr.sbin/moused/moused/moused.c
2460
if ((u_int)abs(drift->last.x) + abs(drift->last.y) > drift->distance) {
usr.sbin/moused/moused/moused.c
386
u_int distance; /* max steps X+Y */