Home
last modified time | relevance | path

Searched defs:lengths (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md685 ##### Literals length codes
714 ##### Match length codes
742 ##### Offset codes
/freebsd/sys/crypto/
H A Dchacha20_poly1305.c45 uint64_t lengths[2]; in chacha20_poly1305_encrypt() local
93 uint64_t lengths[2]; in chacha20_poly1305_decrypt() member
148 uint64_t lengths[2]; in xchacha20_poly1305_encrypt() local
196 uint64_t lengths[2]; in xchacha20_poly1305_decrypt() member
/freebsd/tests/sys/file/
H A Dftruncate_test.c52 static off_t lengths[] = {0, 1, 2, 3, 4, 127, 128, 129, 511, 512, 513, 1023, variable
/freebsd/sys/cam/
H A Dcam_periph.c810 uint32_t lengths[CAM_PERIPH_MAXMAPS]; in cam_periph_mapmem() local
1010 uint32_t lengths[CAM_PERIPH_MAXMAPS]; in cam_periph_unmapmem() local
/freebsd/contrib/diff/src/
H A Ddiff3.c74 size_t *lengths[2]; /* Line lengths (including newlines, if any) */ member
84 size_t *lengths[3]; /* Line lengths (including newlines, if any) */ member
/freebsd/sys/cam/scsi/
H A Dscsi_pass.c118 uint32_t lengths[CAM_PERIPH_MAXMAPS]; member
1284 uint32_t lengths[CAM_PERIPH_MAXMAPS]; in passmemsetup() local
/freebsd/contrib/tcpdump/
H A Dutil-print.c361 static const char *lengths[] = {"y", "w", "d", "h", "m", "s"}; in unsigned_relts_print() local
/freebsd/sys/dev/ti/
H A Dif_ti.c2630 int lengths[4] = {0, 0, 0, 0}; in ti_hdr_split() local
/freebsd/contrib/netbsd-tests/net/bpfjit/
H A Dt_bpfjit.c2459 static size_t lengths[3] = { 1, 2, 4 }; in ATF_TC_BODY() local
2625 static size_t lengths[6] = { 1, 2, 4, 1, 2, 4 }; in ATF_TC_BODY() local
/freebsd/contrib/netbsd-tests/lib/libbpfjit/
H A Dt_bpfjit.c2639 static size_t lengths[3] = { 1, 2, 4 }; in ATF_TC_BODY() local
2805 static size_t lengths[6] = { 1, 2, 4, 1, 2, 4 }; in ATF_TC_BODY() local
/freebsd/crypto/openssl/apps/
H A Dspeed.c118 static const int *lengths = lengths_list; variable
[all...]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c2636 unsigned char *lengths, int numsymbols, char maxlength) in create_code()