Home
last modified time | relevance | path

Searched defs:nbytes (Results 1 – 13 of 13) sorted by relevance

/llvm-project/libc/AOR_v20.02/networking/aarch64/
H A Dchksum_simd.c20 slurp_head64(const void **pptr, uint32_t *nbytes) in slurp_head64()
42 slurp_tail64(uint64_t sum, const void *ptr, uint32_t nbytes) in slurp_tail64()
60 __chksum_aarch64_simd(const void *ptr, unsigned int nbytes) in __chksum_aarch64_simd()
/llvm-project/libc/AOR_v20.02/networking/
H A Dchksum.c15 slurp_head32(const void **pptr, uint32_t *nbytes) in slurp_head32()
34 __chksum(const void *ptr, unsigned int nbytes) in __chksum()
H A Dchksum_common.h83 slurp_small(const void *ptr, uint32_t nbytes) in slurp_small()
/llvm-project/clang/test/Sema/
H A Ddarwin-align-cast.c18 ssize_t sendFileDescriptor(int fd, void *data, size_t nbytes, int sendfd) { in sendFileDescriptor()
/llvm-project/libc/AOR_v20.02/networking/arm/
H A Dchksum_simd.c19 __chksum_arm_simd(const void *ptr, unsigned int nbytes) in __chksum_arm_simd()
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp978 const uint32_t nbytes = packet.GetByteSize() - offset; in DumpPacket() local
1083 const uint32_t nbytes = packet.GetByteSize() - offset; in DumpPacket() local
1103 const uint16_t nbytes = packet.GetU16(&offset); in DumpPacket() local
1111 const uint16_t nbytes = packet.GetU16(&offset); DumpPacket() local
[all...]
/llvm-project/libcxx/test/support/
H A Dmin_allocator.h126 const std::size_t nbytes = n*sizeof(T); in allocate() local
134 const std::size_t nbytes = n*sizeof(T); in deallocate() local
/llvm-project/libc/AOR_v20.02/networking/test/
H A Dchksum.c40 checksum_simple(const void *ptr, uint32_t nbytes) in checksum_simple()
/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h1905 attrname, data, nbytes) \ argument
1910 attrname, data, nbytes) \ argument
1915 attrname, data, nbytes) \ argument
1920 attrname, data, nbytes) \ argument
1934 data, nbytes) \ argument
1939 attrname, data, nbytes) \ argument
1944 data, nbytes) \ argument
1949 attrname, data, nbytes) \ argument
1961 attrname, data, nbytes) \ argument
1966 attrname, data, nbytes) \ argument
[all …]
/llvm-project/openmp/libompd/gdb-plugin/
H A DompdModule.c672 ompd_size_t nbytes, /* IN */ in _read()
707 ompd_size_t nbytes, /* IN */ in _read_string()
/llvm-project/llvm/lib/Support/
H A Dregcomp.c1196 size_t nbytes; in allocset() local
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h189 inline ValueType::SizeType ValueType::getSizeType(unsigned nbytes) { in getSizeType() argument
/llvm-project/libcxx/src/
H A Dlocale.cpp1504 int nbytes = 0; do_length() local