Home
last modified time | relevance | path

Searched refs:len_ (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc423 (long long s_, void *buf_, long long len_, long long flags_, void *from_,
425 PRE_WRITE(buf_, len_);
430 (long long res, long long s_, void *buf_, long long len_, long long flags_,
758 PRE_SYSCALL(compat_12_msync)(void *addr_, long long len_) { /* TODO */ }
759 POST_SYSCALL(compat_12_msync)(long long res, void *addr_, long long len_) {
769 (void *addr_, long long len_, long long prot_, long long flags_, long long fd_,
774 (long long res, void *addr_, long long len_, long long prot_, long long flags_,
780 PRE_SYSCALL(munmap)(void *addr_, long long len_) { /* Nothing to do */ }
781 POST_SYSCALL(munmap)(long long res, void *addr_, long long len_) {
784 PRE_SYSCALL(mprotect)(void *addr_, long long len_, long long prot_) {
[all …]
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_wire.c919 uint64_t len_; in ossl_quic_wire_decode_transport_param_bytes() local
924 || !PACKET_get_quic_vlint(pkt, &len_)) in ossl_quic_wire_decode_transport_param_bytes()
927 if (len_ > SIZE_MAX in ossl_quic_wire_decode_transport_param_bytes()
928 || !PACKET_get_bytes(pkt, (const unsigned char **)&b, (size_t)len_)) in ossl_quic_wire_decode_transport_param_bytes()
931 *len = (size_t)len_; in ossl_quic_wire_decode_transport_param_bytes()
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daesni-x86_64.pl1776 my ($key2,$ivp,$len_)=("%r8","%r9","%r9");
1819 mov $len,$len_ # backup $len
2171 and \$15,$len_ # see if $len%16 is 0
2173 mov $len_,$len
2185 sub $len_,$out # rewind $out
2309 mov $len,$len_ # backup $len
2575 and \$15,$len_
2670 and \$15,$len_ # see if $len%16 is 0
2673 mov $len_,$len
2695 sub $len_,$out # rewind $out
/freebsd/crypto/openssh/
H A Dlibcrux_mlkem768_sha3.h250 #define core_array___Array_T__N___as_slice(len_, ptr_, t, _ret_t) \ argument
251 KRML_CLITERAL(Eurydice_slice) { ptr_, len_ }
330 #define Eurydice_slice_of_dst(fam_ptr, len_, t, _) \ argument
331 ((Eurydice_slice){.ptr = (void *)(fam_ptr), .len = len_})
333 #define Eurydice_slice_of_boxed_array(ptr_, len_, t, _) \ argument
334 ((Eurydice_slice){.ptr = (void *)(ptr_), .len = len_})