Searched defs:size (Results 451 - 475 of 3981) sorted by relevance

<<11121314151617181920>>

/freebsd-current/crypto/heimdal/lib/krb5/
H A Dstore_emem.c39 size_t size; member in struct:emem_storage
45 emem_fetch(krb5_storage *sp, void *data, size_t size) argument
56 emem_store(krb5_storage *sp, const void *data, size_t size) argument
[all...]
H A Dstore_mem.c39 size_t size; member in struct:mem_storage
44 mem_fetch(krb5_storage *sp, void *data, size_t size) argument
55 mem_store(krb5_storage *sp, const void *data, size_t size) argument
66 mem_no_store(krb5_storage *sp, const void *data, size_t size) argument
[all...]
/freebsd-current/crypto/heimdal/lib/roken/
H A Dtest-mem.c50 size_t size; member in struct:__anon6793
94 rk_test_mem_alloc(enum rk_test_mem_type type, const char *name, void *buf, size_t size) argument
[all...]
/freebsd-current/contrib/openbsm/bin/auditdistd/
H A Dproto_common.c92 proto_common_send(int sock, const unsigned char *data, size_t size, int fd) argument
193 proto_common_recv(int sock, unsigned char *data, size_t size, int *fdp) argument
[all...]
/freebsd-current/contrib/ofed/libmlx5/
H A Dbitmap.h72 mlx5_find_first_zero_bit(const unsigned long *addr, uint32_t size) argument
/freebsd-current/contrib/ofed/opensm/complib/
H A Dcl_thread.c124 size_t size = sizeof(ret); local
/freebsd-current/contrib/opencsd/decoder/source/mem_acc/
H A Dtrc_mem_acc_base.cpp45 ocsd_err_t TrcMemAccFactory::CreateBufferAccessor(TrcMemAccessorBase **pAccessor, const ocsd_vaddr_t s_address, const uint8_t *p_buffer, const uint32_t size) argument
/freebsd-current/sys/contrib/ck/src/
H A Dck_barrier_tournament.c64 unsigned int i, k, size, twok, twokm1, imod2k; local
H A Dck_array.c77 unsigned int size; local
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzmod.c38 zfs_zcalloc(void *opaque, uint_t items, uint_t size) argument
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlcompat.c9 lcompat_sprintf(char *buf, size_t size, const char *fmt, ...) argument
/freebsd-current/tools/test/stress2/testcases/rw/
H A Drw.c42 static unsigned long size; variable
[all...]
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_muram.c54 uint32_t size; member in struct:__anon9710
67 t_Handle FM_MURAM_ConfigAndInit(uintptr_t baseAddress, uint32_t size) argument
121 void * FM_MURAM_AllocMem(t_Handle h_FmMuram, uint32_t size, uint32_t align) argument
137 void * FM_MURAM_AllocMemForce(t_Handle h_FmMuram, uint64_t base, uint32_t size) argument
[all...]
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_sp_common.h68 uint16_t size; /**< Internal offset size to be copied */ member in struct:__anon9722
/freebsd-current/contrib/wpa/src/utils/
H A Dradiotap.c188 find_override(struct ieee80211_radiotap_iterator *iterator, int *align, int *size) argument
239 int pad, align, size, subns; local
[all...]
/freebsd-current/crypto/openssh/
H A Ddh.h32 int size; member in struct:dhgroup
H A Dxmalloc.c34 xmalloc(size_t size) argument
47 xcalloc(size_t nmemb, size_t size) argument
63 xreallocarray(void *ptr, size_t nmemb, size_t size) argument
75 xrecallocarray(void *ptr, size_t onmemb, size_t nmemb, size_t size) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_new_delete.cpp46 void *operator new(size_t size) { OPERATOR_NEW_BODY(false /*nothrow*/); } argument
48 void *operator new[](size_t size) { OPERATOR_NEW_BODY(false /*nothrow*/); } argument
50 void *operator new(size_t size, std::nothrow_t const &) { argument
54 void *operator new[](size_t size, std::nothrow_t const &) { argument
58 void *operator new(size_t size, std::align_val_t align) { argument
62 void *operator new[](size_t size, st argument
66 operator new(size_t size, std::align_val_t align, std::nothrow_t const &) argument
71 operator new[](size_t size, std::align_val_t align, std::nothrow_t const &) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/
H A DArchitectureSet.cpp42 auto size = count(); local
/freebsd-current/sys/contrib/dev/iwlwifi/fw/
H A Dinit.c106 int i, num_queues, size, ret; local
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dinet_ntop.c59 inet_ntop(int af, const void *src, char *dst, socklen_t size) argument
85 inet_ntop4(const u_char *src, char *dst, size_t size) argument
107 inet_ntop6(const u_char *src, char *dst, size_t size) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h42 static void *Callocate(SIZE_T nmemb, SIZE_T size) { argument
51 uptr size = internal_allocator()->GetActuallyAllocatedSize(ptr); local
64 uptr size = internal_allocator()->GetActuallyAllocatedSize(ptr); local
73 static void OnAllocate(const void *ptr, uptr size) {} argument
74 static void OnFree(const void *ptr, uptr size) {} argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DTypeFinder.h58 size_t size() const { return StructTypes.size(); } function in class:llvm::TypeFinder
/freebsd-current/sys/cddl/boot/zfs/
H A Dgzip.c35 zfs_zcalloc(void *opaque __unused, uint_t items, uint_t size) argument
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzfs_byteswap.c54 zfs_ace_byteswap(void *buf, size_t size, boolean_t zfs_layout) argument
140 zfs_oldacl_byteswap(void *buf, size_t size) argument
150 zfs_acl_byteswap(void *buf, size_t size) argument
156 zfs_znode_byteswap(void *buf, size_t size) argument
[all...]

Completed in 181 milliseconds

<<11121314151617181920>>