Searched defs:size (Results 376 - 400 of 3981) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.cpp25 ObjectFilePlaceholder( const lldb::ModuleSP &module_sp, const lldb_private::ModuleSpec &module_spec, lldb::addr_t base, lldb::addr_t size) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DADL.h53 -> decltype(size(std::forward<RangeT>(range))) { function in namespace:llvm::adl_detail
H A DIndexedMap.h79 typename StorageT::size_type size() const { function in class:llvm::IndexedMap
/freebsd-current/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A D__clang_openmp_device_functions.h78 inline void *operator new(__SIZE_TYPE__ size) { argument
84 inline void *operator new[](__SIZE_TYPE__ size) { return ::operator new(size); } argument
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dseq_file.h56 size_t size; member in struct:seq_file
/freebsd-current/sys/netlink/
H A Dktest_netlink_message_writer.c43 uint32_t size; member in struct:test_nlbuf_attrs
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dclone_mmap_write.c65 clone_file(int sfd, long long size, const char *dest) argument
83 map_file(int fd, long long size) argument
/freebsd-current/crypto/openssl/test/
H A Duitest.c21 static int test_pem_password_cb(char *buf, int size, int rwflag, void *userdata) argument
/freebsd-current/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl193 sub size { subroutine
309 sub size {} subroutine
404 sub size { subroutine
[all...]
/freebsd-current/tests/sys/fs/fusefs/
H A Dgetattr.cc44 expect_lookup(const char *relpath, uint64_t ino, mode_t mode, uint64_t size, int times, uint64_t attr_valid, uint32_t attr_valid_nsec) argument
/freebsd-current/stand/libsa/
H A Dnvstore.c125 nvstore_set_var(void *ptr, int type, const char *name, void *data, size_t size) argument
H A Dnullfs.c76 int null_read (struct open_file *f, void *buf, size_t size, size_t *resid) argument
81 int null_write (struct open_file *f, const void *buf, size_t size, size_t *resid) argument
/freebsd-current/stand/userboot/userboot/
H A Dbootinfo64.c101 vm_offset_t size; local
/freebsd-current/stand/i386/loader/
H A Dchain.c61 int fd, len, size = SECTOR_SIZE; local
/freebsd-current/lib/libc/stdlib/
H A Dbsearch.c61 bsearch_b(const void *key, const void *base0, size_t nmemb, size_t size, argument
/freebsd-current/usr.bin/diff/
H A Dxmalloc.c26 xmalloc(size_t size) argument
39 xcalloc(size_t nmemb, size_t size) argument
50 xreallocarray(void *ptr, size_t nmemb, size_t size) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesReader.h74 unsigned size() const { return Results.size(); } function in class:clang::api_notes::APINotesReader::VersionedInfo
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueSymbolTable.h87 inline unsigned size() const { return unsigned(vmap.size()); } function in class:llvm::ValueSymbolTable
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterFlagsLinux_arm64.h65 RegisterEntry(llvm::StringRef name, unsigned size, DetectorFn detector) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp20 GDBRemoteCommunicationHistory::GDBRemoteCommunicationHistory(uint32_t size) argument
31 const size_t size = m_packets.size(); local
47 const size_t size = m_packets.size(); local
60 const uint32_t size local
79 const uint32_t size = GetNumPacketsInHistory(); local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_cpp.cpp27 static void reportAllocation(void *ptr, size_t size) { argument
38 INTERFACE WEAK void *operator new(size_t size) { argument
43 INTERFACE WEAK void *operator new[](size_t size) { argument
60 operator new(size_t size, std::align_val_t align) argument
66 operator new[](size_t size, std::align_val_t align) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors_memintrinsics.cpp62 __asan_memcpy(void *to, const void *from, uptr size) argument
66 __asan_memset(void *block, int c, uptr size) argument
70 __asan_memmove(void *to, const void *from, uptr size) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataEncoder.h265 const uint32_t size = GetByteSize(); local
[all...]
/freebsd-current/lib/libc/xdr/
H A Dxdr_reference.c63 xdr_reference(XDR *xdrs, caddr_t *pp, u_int size, xdrproc_t proc) argument
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_read_format_isorr_ce.c93 size_t size; local

Completed in 414 milliseconds

<<11121314151617181920>>