Searched refs:lengths (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/tools/regression/file/ftruncate/
H A Dftruncate.c51 * Select various potentially interesting lengths at and around power of 2
54 static off_t lengths[] = {0, 1, 2, 3, 4, 127, 128, 129, 511, 512, 513, 1023, variable
57 static int lengths_count = sizeof(lengths) / sizeof(off_t);
71 * using ftruncate and various lengths. Make sure that a negative
97 len = lengths[i];
120 len = lengths[i];
/freebsd-9.3-release/crypto/openssl/apps/
H A Dspeed.c311 static int lengths[SIZE_NUM] = { 16, 64, 256, 1024, 8 * 1024 }; variable
1465 c[D_MD2][i] = c[D_MD2][0] * 4 * lengths[0] / lengths[i];
1466 c[D_MDC2][i] = c[D_MDC2][0] * 4 * lengths[0] / lengths[i];
1467 c[D_MD4][i] = c[D_MD4][0] * 4 * lengths[0] / lengths[i];
1468 c[D_MD5][i] = c[D_MD5][0] * 4 * lengths[0] / lengths[i];
1469 c[D_HMAC][i] = c[D_HMAC][0] * 4 * lengths[
[all...]
/freebsd-9.3-release/contrib/cvs/diff/
H A Ddiff3.c92 size_t *lengths[2]; /* Line lengths (including newlines, if any) */
102 size_t *lengths[3]; /* Line lengths (including newlines, if any) */
124 ((diff)->lengths[filenum][linenum])
132 ((diff)->lengths[filenum])
1103 bptr->lengths[0] = bptr->lengths[1] = 0;
1141 bptr->lengths[0] = ALLOCATE (numlines, size_t);
1145 &(bptr->lengths[
91 size_t *lengths[2]; /* Line lengths (including newlines, if any) */ member in struct:diff_block
101 size_t *lengths[3]; /* Line lengths (including newlines, if any) */ member in struct:diff3_block
[all...]
/freebsd-9.3-release/contrib/diff/src/
H A Ddiff3.c75 size_t *lengths[2]; /* Line lengths (including newlines, if any) */
85 size_t *lengths[3]; /* Line lengths (including newlines, if any) */
103 ((diff)->lengths[filenum][linenum])
109 ((diff)->lengths[filenum])
936 sizeof *bptr->lengths[1]));
947 bptr->lengths[0] = bptr->lengths[1] = 0;
986 bptr->lengths[
74 size_t *lengths[2]; /* Line lengths (including newlines, if any) */ member in struct:diff_block
84 size_t *lengths[3]; /* Line lengths (including newlines, if any) */ member in struct:diff3_block
[all...]
/freebsd-9.3-release/sys/cam/
H A Dcam_periph.c700 u_int32_t lengths[CAM_PERIPH_MAXMAPS]; local
714 lengths[0] = ccb->cdm.pattern_buf_len;
717 lengths[1] = ccb->cdm.match_buf_len;
722 lengths[0] = ccb->cdm.match_buf_len;
739 lengths[0] = ccb->csio.dxfer_len;
749 lengths[0] = ccb->ataio.dxfer_len;
755 lengths[0] = ccb->smpio.smp_request_len;
758 lengths[1] = ccb->smpio.smp_response_len;
767 lengths[0] = ccb->cdai.bufsiz;
798 if ((lengths[
[all...]
/freebsd-9.3-release/tools/tools/termcap/
H A Dtermcap.pl41 Show all lengths or the ones for terminals matching [term]
/freebsd-9.3-release/contrib/tcpdump/
H A Dutil.c232 static const char *lengths[] = {"y", "w", "d", "h", "m", "s"}; local
234 const char **l = lengths;
/freebsd-9.3-release/sys/dev/ti/
H A Dif_ti.c2643 int lengths[4] = {0, 0, 0, 0}; local
2649 lengths[i++] = top->m_len;
2655 lengths[i++] = m->m_len;
2665 printf("%d,%d,%d,%d = %d\n", lengths[0],
2666 lengths[1], lengths[2], lengths[3],
2667 lengths[0] + lengths[1] + lengths[
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dreadelf.c2793 -I --histogram Display histogram of bucket list lengths\n\
7366 unsigned long *lengths;
7378 lengths = calloc (nbuckets, sizeof (*lengths));
7379 if (lengths == NULL)
7389 if (maxlength < ++lengths[hn])
7402 ++counts[lengths[hn]];
7419 free (lengths);
7432 unsigned long *lengths;
7533 lengths
7363 unsigned long *lengths; local
7429 unsigned long *lengths; local
[all...]

Completed in 259 milliseconds