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

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h175 size_t size() const { function in class:llvm::gsym::LineTable
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkParser.h74 size_t size() const { return Offsets.size(); } function in struct:llvm::remarks::ParsedStringTable
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_new_delete.cpp39 void *operator new(size_t size) { OPERATOR_NEW_BODY(false /*nothrow*/); } argument
41 void *operator new[](size_t size) { OPERATOR_NEW_BODY(false /*nothrow*/); } argument
43 void *operator new(size_t size, std::nothrow_t const&) { argument
47 void *operator new[](size_t size, std::nothrow_t const&) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataEncoder.h175 const uint32_t size = GetByteSize(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_shadow_setup.cpp31 uptr size = end - beg + 1; local
43 static void ProtectGap(uptr addr, uptr size) { argument
[all...]
H A Dasan_interface_internal.h50 uptr size; // The original size of the global. member in struct:__asan_global
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_checks.h44 INLINE bool CheckAlignedAllocAlignmentAndSize(uptr alignment, uptr size) { argument
61 INLINE bool CheckForCallocOverflow(uptr size, uptr n) { argument
70 CheckForPvallocOverflow(uptr size, uptr page_size) argument
[all...]
/freebsd-11-stable/sys/dev/iscsi_initiator/
H A Disc_subr.c170 calculate_crc32c(uint32_t crc, const void *buf, size_t size) argument
181 i_crc32c(const void *buf, size_t size, uint32_t crc) argument
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_string_private.h68 /** total size of buffer allocated */ member in struct:svn_membuf_t
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_open_memory.c37 size_t size; member in struct:write_memory_data
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dapr_escape.c74 apr_size_t size = 1; local
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_format_cpio.c244 test_big_entries(int (*set_format)(struct archive *), int64_t size, int expected) argument
/freebsd-11-stable/contrib/netbsd-tests/fs/common/
H A Dfstest_ext2fs.c55 ext2fs_fstest_newfs(const atf_tc_t *tc, void **buf, const char *image, off_t size, void *fspriv) argument
H A Dfstest_msdosfs.c55 msdosfs_fstest_newfs(const atf_tc_t *tc, void **buf, const char *image, off_t size, void *fspriv) argument
H A Dfstest_sysvbfs.c55 sysvbfs_fstest_newfs(const atf_tc_t *tc, void **buf, const char *image, off_t size, void *fspriv) argument
H A Dfstest_v7fs.c55 v7fs_fstest_newfs(const atf_tc_t *tc, void **buf, const char *image, off_t size, void *fspriv) argument
H A Dfstest_zfs.c51 zfs_fstest_newfs(const atf_tc_t *tc, void **buf, const char *image, off_t size, void *fspriv) argument
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dinet_ntop.c60 isc_net_ntop(int af, const void *src, char *dst, size_t size) argument
89 inet_ntop4(const unsigned char *src, char *dst, size_t size) argument
114 inet_ntop6(const unsigned char *src, char *dst, size_t size) argument
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dstdio.c64 isc_stdio_read(void *ptr, size_t size, size_t nmemb, FILE *f, size_t *nret) { argument
82 isc_stdio_write(const void *ptr, size_t size, size_t nmemb, FILE *f, argument
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dstdio.c63 isc_stdio_read(void *ptr, size_t size, size_t nmemb, FILE *f, size_t *nret) { argument
81 isc_stdio_write(const void *ptr, size_t size, size_t nmemb, FILE *f, argument
/freebsd-11-stable/contrib/ntp/libjsmn/
H A Djsmn.h43 int size; member in struct:__anon4879
/freebsd-11-stable/contrib/ntp/libparse/
H A Dclk_schmid.c108 cvt_schmid( unsigned char *buffer, int size, struct format *format, clocktime_t *clock_time, void *local ) argument
H A Dclk_varitext.c136 cvt_varitext( unsigned char *buffer, int size, struct format *format, clocktime_t *clock_time, void *local ) argument
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestrmm.c39 apr_size_t size, fragsize; local

Completed in 160 milliseconds

<<11121314151617181920>>