Searched defs:size (Results 76 - 100 of 3878) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_format_isorr_bz2.c61 size_t size; local
H A Dtest_write_format_zip_zip64.c30 verify_zip_filesize(uint64_t size, int expected) argument
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dbuf.c41 int mlx4_alloc_buf(struct mlx4_buf *buf, size_t size, int page_size) argument
/freebsd-11-stable/tools/tools/bootparttest/
H A Dstub.c34 Malloc(size_t size, const char *file, int line) argument
/freebsd-11-stable/sys/arm/include/
H A Dpmap.h58 pmap_mapdev_attr(vm_paddr_t addr, vm_size_t size, int attr) argument
/freebsd-11-stable/lib/libc/gen/
H A Dgetpagesize.c58 size_t size; local
/freebsd-11-stable/stand/i386/libi386/
H A Dbio.c45 bio_alloc(size_t size) argument
58 bio_free(void *ptr, size_t size) argument
/freebsd-11-stable/contrib/unbound/compat/
H A Dgetentropy_freebsd.c33 getentropy_sysctl(u_char *buf, size_t size) argument
/freebsd-11-stable/usr.bin/mail/
H A Dstrings.c60 salloc(int size) argument
/freebsd-11-stable/contrib/xz/src/liblzma/simple/
H A Dsimple_encoder.c17 lzma_simple_props_size(uint32_t *size, const void *options) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DPipeBase.cpp21 Status PipeBase::Read(void *buf, size_t size, size_t &bytes_read) { argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_memintrinsics.cpp24 void *__hwasan_memset(void *block, int c, uptr size) { argument
26 reinterpret_cast<uptr>(block), size); local
30 void *__hwasan_memcpy(void *to, const void *from, uptr size) { argument
32 reinterpret_cast<uptr>(to), size); local
34 reinterpret_cast<uptr>(from), size); local
38 void *__hwasan_memmove(void *to, const void *from, uptr size) { argument
40 reinterpret_cast<uptr>(to), size); local
42 reinterpret_cast<uptr>(from), size); local
[all...]
H A Dhwasan_thread_list.cpp9 void InitThreadList(uptr storage, uptr size) { argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mach_vm.cpp22 intersects_with_shadow(mach_vm_address_t *address, mach_vm_size_t size, int flags) argument
30 TSAN_INTERCEPTOR(kern_return_t, mach_vm_allocate, vm_map_t target, mach_vm_address_t *address, mach_vm_size_t size, int flags) argument
43 TSAN_INTERCEPTOR(kern_return_t, mach_vm_deallocate, vm_map_t target, mach_vm_address_t address, mach_vm_size_t size) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors_memintrinsics.cpp21 void *__asan_memcpy(void *to, const void *from, uptr size) { argument
25 void *__asan_memset(void *block, int c, uptr size) { argument
29 void *__asan_memmove(void *to, const void *from, uptr size) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dmm_malloc.h26 _mm_malloc (size_t size, size_t alignment) argument
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dmakebuf.c45 size_t size; local
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_cpuset.c93 size_t size; local
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dstrerror.c49 isc__strerror(int num, char *buf, size_t size) { argument
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_checksum.c34 _libelf_sum(unsigned long c, const unsigned char *s, size_t size) argument
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dinfo_fn_imps.hpp51 size() const function in class:PB_DS_CLASS_C_DEC
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dbsearch.c70 bsearch(register const void *key, const void *base0, size_t nmemb, register size_t size, register int (*compar)(const void *, const void *)) argument
/freebsd-11-stable/contrib/dma/
H A Ddfcompat.c94 reallocf(void *ptr, size_t size) argument
/freebsd-11-stable/contrib/jemalloc/src/
H A Dextent.c7 extent_quantize(size_t size) argument
/freebsd-11-stable/bin/setfacl/
H A Dutil.c37 zmalloc(size_t size) argument

Completed in 310 milliseconds

1234567891011>>