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

/freebsd-10.1-release/crypto/openssl/apps/
H A Dspeed.c263 static int lengths[SIZE_NUM] = { 16, 64, 256, 1024, 8 * 1024 }; variable
1369 c[D_MD2][i] = c[D_MD2][0] * 4 * lengths[0] / lengths[i];
1370 c[D_MDC2][i] = c[D_MDC2][0] * 4 * lengths[0] / lengths[i];
1371 c[D_MD4][i] = c[D_MD4][0] * 4 * lengths[0] / lengths[i];
1372 c[D_MD5][i] = c[D_MD5][0] * 4 * lengths[0] / lengths[i];
1373 c[D_HMAC][i] = c[D_HMAC][0] * 4 * lengths[
[all...]
/freebsd-10.1-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-10.1-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtemp_serializer.c240 apr_uint32_t *lengths; member in struct:hash_data_t
297 hash_data.lengths = apr_palloc(pool, lengths_len);
324 &hash_data.lengths[i]);
330 (const void * const *)&hash_data.lengths,
899 /* resolve the reference to the lengths array */
900 const apr_uint32_t *lengths = local
901 svn_temp_deserializer__ptr(data, (const void *const *)&hash_data->lengths);
921 apr_size_t size = lengths[pos];
967 apr_uint32_t *lengths; local
984 /* resolve the reference to the lengths arra
[all...]
/freebsd-10.1-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-10.1-release/sys/cam/
H A Dcam_periph.c713 u_int32_t lengths[CAM_PERIPH_MAXMAPS]; local
727 lengths[0] = ccb->cdm.pattern_buf_len;
730 lengths[1] = ccb->cdm.match_buf_len;
735 lengths[0] = ccb->cdm.match_buf_len;
752 lengths[0] = ccb->csio.dxfer_len;
762 lengths[0] = ccb->ataio.dxfer_len;
768 lengths[0] = ccb->smpio.smp_request_len;
771 lengths[1] = ccb->smpio.smp_response_len;
780 lengths[0] = ccb->cdai.bufsiz;
811 if ((lengths[
[all...]
/freebsd-10.1-release/tools/tools/termcap/
H A Dtermcap.pl41 Show all lengths or the ones for terminals matching [term]
/freebsd-10.1-release/contrib/tcpdump/
H A Dutil.c232 static const char *lengths[] = {"y", "w", "d", "h", "m", "s"}; local
234 const char **l = lengths;
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dpath.c670 apr_size_t *lengths = apr_palloc(pool, components->nelts*sizeof(*lengths));
681 lengths[i] = l;
703 memcpy(p, APR_ARRAY_IDX(components, i, const char *), lengths[i]);
704 p += lengths[i];
666 apr_size_t *lengths = apr_palloc(pool, components->nelts*sizeof(*lengths)); local
/freebsd-10.1-release/sys/dev/ti/
H A Dif_ti.c2642 int lengths[4] = {0, 0, 0, 0}; local
2648 lengths[i++] = top->m_len;
2654 lengths[i++] = m->m_len;
2664 printf("%d,%d,%d,%d = %d\n", lengths[0],
2665 lengths[1], lengths[2], lengths[3],
2666 lengths[0] + lengths[1] + lengths[
[all...]
/freebsd-10.1-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...]
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c2344 unsigned char *lengths, int numsymbols, char maxlength)
2361 if (lengths[j] != i) continue;
2343 create_code(struct archive_read *a, struct huffman_code *code, unsigned char *lengths, int numsymbols, char maxlength) argument

Completed in 145 milliseconds