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

/freebsd-13-stable/tests/sys/file/
H A Dftruncate_test.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
96 len = lengths[i];
119 len = lengths[i];
/freebsd-13-stable/crypto/openssl/apps/
H A Dspeed.c203 static const int *lengths = lengths_list; variable
648 if (!EVP_Digest(buf, (size_t)lengths[testnum], md2, NULL, EVP_md2(),
665 if (!EVP_Digest(buf, (size_t)lengths[testnum], mdc2, NULL, EVP_mdc2(),
682 if (!EVP_Digest(buf, (size_t)lengths[testnum], md4, NULL, EVP_md4(),
698 MD5(buf, lengths[testnum], md5);
712 HMAC_Update(hctx, buf, lengths[testnum]);
726 SHA1(buf, lengths[testnum], sha);
737 SHA256(buf, lengths[testnum], sha256);
748 SHA512(buf, lengths[testnum], sha512);
760 WHIRLPOOL(buf, lengths[testnu
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtemp_serializer.c175 apr_uint32_t *lengths; member in struct:dir_data_t
219 apr_size_t lengths_len = total_count * sizeof(*dir_data.lengths);
227 dir_data.lengths = apr_palloc(pool, lengths_len);
248 &dir_data.lengths[i]);
254 (const void * const *)&dir_data.lengths,
945 /* resolve the reference to the lengths array */
946 const apr_uint32_t *lengths = local
947 svn_temp_deserializer__ptr(data, (const void *const *)&dir_data->lengths);
971 apr_size_t size = lengths[pos];
1038 apr_uint32_t *lengths; local
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtemp_serializer.c214 apr_uint32_t *lengths; member in struct:dir_data_t
271 dir_data.lengths = apr_palloc(scratch_pool, lengths_len);
293 &dir_data.lengths[i]);
299 (const void * const *)&dir_data.lengths,
838 /* resolve the reference to the lengths array */
839 const apr_uint32_t *lengths = local
840 svn_temp_deserializer__ptr(data, (const void *const *)&dir_data->lengths);
884 apr_size_t size = lengths[pos];
950 apr_uint32_t *lengths; local
973 /* resolve the reference to the lengths arra
[all...]
/freebsd-13-stable/sys/cam/
H A Dcam_periph.c785 u_int32_t lengths[CAM_PERIPH_MAXMAPS]; local
802 lengths[0] = ccb->cdm.pattern_buf_len;
805 lengths[1] = ccb->cdm.match_buf_len;
810 lengths[0] = ccb->cdm.match_buf_len;
827 lengths[0] = ccb->csio.dxfer_len;
837 lengths[0] = ccb->ataio.dxfer_len;
846 lengths[0] = sizeof(struct mmc_data *);
849 lengths[1] = ccb->mmcio.cmd.data->len;
855 lengths[0] = ccb->smpio.smp_request_len;
858 lengths[
996 u_int32_t lengths[CAM_PERIPH_MAXMAPS]; local
[all...]
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_pass.c121 uint32_t lengths[CAM_PERIPH_MAXMAPS]; member in struct:pass_io_req
1278 uint32_t lengths[CAM_PERIPH_MAXMAPS]; local
1303 lengths[0] = ccb->cdm.pattern_buf_len;
1306 lengths[1] = ccb->cdm.match_buf_len;
1311 lengths[0] = ccb->cdm.match_buf_len;
1331 lengths[0] = ccb->csio.dxfer_len;
1351 lengths[0] = ccb->ataio.dxfer_len;
1360 lengths[0] = ccb->smpio.smp_request_len;
1363 lengths[1] = ccb->smpio.smp_response_len;
1375 lengths[
[all...]
/freebsd-13-stable/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-13-stable/tools/tools/termcap/
H A Dtermcap.pl41 Show all lengths or the ones for terminals matching [term]
/freebsd-13-stable/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-13-stable/contrib/tcpdump/
H A Dutil-print.c410 static const char *lengths[] = {"y", "w", "d", "h", "m", "s"}; local
412 const char **l = lengths;
/freebsd-13-stable/sys/dev/ti/
H A Dif_ti.c2631 int lengths[4] = {0, 0, 0, 0}; local
2637 lengths[i++] = top->m_len;
2643 lengths[i++] = m->m_len;
2653 printf("%d,%d,%d,%d = %d\n", lengths[0],
2654 lengths[1], lengths[2], lengths[3],
2655 lengths[0] + lengths[1] + lengths[
[all...]
/freebsd-13-stable/contrib/netbsd-tests/lib/libbpfjit/
H A Dt_bpfjit.c2639 static size_t lengths[3] = { 1, 2, 4 }; local
2656 for (l = 1; l < 5 + lengths[i]; l++) {
2661 l = 5 + lengths[i];
2805 static size_t lengths[6] = { 1, 2, 4, 1, 2, 4 }; local
2826 for (l = 1; l < 5 + lengths[i]; l++) {
2831 l = 5 + lengths[i];
/freebsd-13-stable/contrib/netbsd-tests/net/bpfjit/
H A Dt_bpfjit.c2459 static size_t lengths[3] = { 1, 2, 4 }; local
2480 for (l = 1; l < 5 + lengths[i]; l++) {
2485 l = 5 + lengths[i];
2625 static size_t lengths[6] = { 1, 2, 4, 1, 2, 4 }; local
2650 for (l = 1; l < 5 + lengths[i]; l++) {
2655 l = 5 + lengths[i];
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c2459 unsigned char *lengths, int numsymbols, char maxlength)
2478 if (lengths[j] != i) continue;
2458 create_code(struct archive_read *a, struct huffman_code *code, unsigned char *lengths, int numsymbols, char maxlength) argument

Completed in 137 milliseconds