HomeSort by: relevance | last modified time | path
    Searched defs:hop (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/mtrace/
mtrace.c 8 * about packet rate and loss for each hop along the path. It can
92 struct tr_resp r[MAXHOPS]; /* Per-hop reports */
133 u_int32_t gwy = 0; /* User-supplied last-hop router address */
134 u_int32_t tdst = 0; /* Address where trace is sent (last-hop) */
156 const char * scale(int *hop);
725 : "is the next hop");
768 int hop; local
779 hop = t_diff(fixtime(ntohl(r->tr_qarr)), buf->qtime);
780 ms = scale(&hop);
781 printf(" %d%s", hop, ms)
1049 int rtt, hop; local
    [all...]
  /src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c 445 uInt lo, hop; local
453 hop=(uInt)(sub>>DIVSHIFTA);
454 carry=(uInt)(((uLong)hop*DIVMAGIC)>>DIVSHIFTB);
472 hop=(carry<<3)+(lo>>DIVSHIFTA); /* hi:lo/2**29 */
473 LONGMUL32HI(carry, hop, DIVMAGIC); /* only need the high word */
795 /* hop=X/2**A; // high order part of X (by shift) */
796 /* est=magic*hop/2**B // quotient estimate (may be low by 1) */
798 /* A and B are quite constrained; hop and magic must fit in 32 bits, */
819 /* word directly after multiplying magic*hop. */
839 uInt lo, hop; /* work * local
955 uInt hop, estlo; \/* work *\/ local
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c 445 uInt lo, hop; local
453 hop=(uInt)(sub>>DIVSHIFTA);
454 carry=(uInt)(((uLong)hop*DIVMAGIC)>>DIVSHIFTB);
472 hop=(carry<<3)+(lo>>DIVSHIFTA); /* hi:lo/2**29 */
473 LONGMUL32HI(carry, hop, DIVMAGIC); /* only need the high word */
795 /* hop=X/2**A; // high order part of X (by shift) */
796 /* est=magic*hop/2**B // quotient estimate (may be low by 1) */
798 /* A and B are quite constrained; hop and magic must fit in 32 bits, */
819 /* word directly after multiplying magic*hop. */
839 uInt lo, hop; /* work * local
955 uInt hop, estlo; \/* work *\/ local
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decBasic.c 445 uInt lo, hop; local
453 hop=(uInt)(sub>>DIVSHIFTA);
454 carry=(uInt)(((uLong)hop*DIVMAGIC)>>DIVSHIFTB);
472 hop=(carry<<3)+(lo>>DIVSHIFTA); /* hi:lo/2**29 */
473 LONGMUL32HI(carry, hop, DIVMAGIC); /* only need the high word */
795 /* hop=X/2**A; // high order part of X (by shift) */
796 /* est=magic*hop/2**B // quotient estimate (may be low by 1) */
798 /* A and B are quite constrained; hop and magic must fit in 32 bits, */
819 /* word directly after multiplying magic*hop. */
839 uInt lo, hop; /* work * local
955 uInt hop, estlo; \/* work *\/ local
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decBasic.c 445 uInt lo, hop; local
453 hop=(uInt)(sub>>DIVSHIFTA);
454 carry=(uInt)(((uLong)hop*DIVMAGIC)>>DIVSHIFTB);
472 hop=(carry<<3)+(lo>>DIVSHIFTA); /* hi:lo/2**29 */
473 LONGMUL32HI(carry, hop, DIVMAGIC); /* only need the high word */
795 /* hop=X/2**A; // high order part of X (by shift) */
796 /* est=magic*hop/2**B // quotient estimate (may be low by 1) */
798 /* A and B are quite constrained; hop and magic must fit in 32 bits, */
819 /* word directly after multiplying magic*hop. */
839 uInt lo, hop; /* work * local
955 uInt hop, estlo; \/* work *\/ local
    [all...]

Completed in 27 milliseconds