Home
last modified time | relevance | path

Searched defs:size (Results 301 – 325 of 4385) sorted by relevance

1...<<11121314151617181920>>...176

/freebsd/sys/cddl/boot/zfs/
H A Dsha256.c198 SHA256(uint32_t *H, const void *buf, uint64_t size, zio_cksum_t *zcp) in SHA256()
253 SHA512(uint64_t *H, const void *buf, uint64_t size, zio_cksum_t *zcp) in SHA512()
289 zio_checksum_SHA256(const void *buf, uint64_t size, in zio_checksum_SHA256()
301 zio_checksum_SHA512_native(const void *buf, uint64_t size, in zio_checksum_SHA512_native()
315 zio_checksum_SHA512_byteswap(const void *buf, uint64_t size, in zio_checksum_SHA512_byteswap()
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dutil.c124 hci_hmode2str(int mode, char *buffer, int size) in hci_hmode2str()
2432 hci_commands2str(uint8_t *commands, char *buffer, int size) in hci_commands2str()
2927 hci_features2str(uint8_t *features, char *buffer, int size) in hci_features2str()
3041 hci_le_features2str(uint8_t *features, char *buffer, int size) in hci_le_features2str()
3326 hci_le_chanmap2str(uint8_t *map, char *buffer, int size) in hci_le_chanmap2str()
/freebsd/sys/dev/liquidio/
H A Dlio_network.h160 lio_recv_buffer_alloc(uint32_t size) in lio_recv_buffer_alloc()
179 lio_get_order(unsigned long size) in lio_get_order()
194 lio_dma_alloc(size_t size, vm_paddr_t *dma_handle) in lio_dma_alloc()
211 lio_dma_free(size_t size, void *cpu_addr) in lio_dma_free()
218 lio_map_ring(device_t dev, void *buf, uint32_t size) in lio_map_ring()
/freebsd/contrib/ofed/librdmacm/examples/
H A Drstream.c52 int size; member
126 static void init_latency_test(int size) in init_latency_test()
137 static void init_bandwidth_test(int size) in init_bandwidth_test()
148 static int send_xfer(int size) in send_xfer()
180 static int recv_xfer(int size) in recv_xfer()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp208 static int bget_get_bin(bufsize size) { in bget_get_bin()
427 bufsize size = requested_size; in bget() local
637 static void *bgetz(kmp_info_t *th, bufsize size) { in bgetz()
667 static void *bgetr(kmp_info_t *th, void *buf, bufsize size) { in bgetr()
767 bufsize size = b->bh.bb.bsize; in brel() local
1043 void kmpc_set_poolsize(size_t size) { in kmpc_set_poolsize()
1096 void *kmpc_malloc(size_t size) { in kmpc_malloc()
1109 void *kmpc_aligned_malloc(size_t size, size_t alignment) { in kmpc_aligned_malloc()
1142 void *kmpc_realloc(void *ptr, size_t size) { in kmpc_realloc()
1503 void *__kmpc_alloc(int gtid, size_t size, omp_allocator_handle_t allocator) { in __kmpc_alloc()
[all …]
H A Dkmp_stub.cpp146 void *kmp_malloc(size_t size) { in kmp_malloc()
184 void *kmp_realloc(void *ptr, size_t size) { in kmp_realloc()
378 void *omp_alloc(size_t size, omp_allocator_handle_t allocator) { in omp_alloc()
392 void *omp_aligned_alloc(size_t a, size_t size, omp_allocator_handle_t al) { in omp_aligned_alloc()
407 void *omp_calloc(size_t nmemb, size_t size, omp_allocator_handle_t al) { in omp_calloc()
418 void *omp_aligned_calloc(size_t a, size_t nmemb, size_t size, in omp_aligned_calloc()
435 void *omp_realloc(void *ptr, size_t size, omp_allocator_handle_t al, in omp_realloc()
458 size_t omp_get_affinity_format(char *buffer, size_t size) { in omp_get_affinity_format()
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Downing_view.h65 _LIBCPP_HIDE_FROM_ABI constexpr auto size() requires sized_range<_Rp> size() function
67 _LIBCPP_HIDE_FROM_ABI constexpr auto size() const requires sized_range<const _Rp> size() function
/freebsd/sys/amd64/amd64/
H A Ddb_interface.c47 db_read_bytes(vm_offset_t addr, size_t size, char *data) in db_read_bytes()
72 db_write_bytes(vm_offset_t addr, size_t size, char *data) in db_write_bytes()
/freebsd/sys/powerpc/powerpc/
H A Ddb_interface.c29 db_read_bytes(vm_offset_t addr, size_t size, char *data) in db_read_bytes()
56 db_write_bytes(vm_offset_t addr, size_t size, char *data) in db_write_bytes()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_label_os.c40 vdev_label_write_pad2(vdev_t *vd, const char *buf, size_t size) in vdev_label_write_pad2()
100 size_t size = 1ULL << childvd->vdev_top->vdev_ashift; in vdev_check_boot_reserve() local
/freebsd/contrib/bmake/
H A Dmake_malloc.c63 size_t size; in bmake_strdup() local
83 bmake_realloc(void *ptr, size_t size) in bmake_realloc()
/freebsd/sys/powerpc/mpc85xx/
H A Dmpc85xx.c168 #define _LAW_SR(trgt,size) (0x80000000 | (trgt << 20) | \ argument
172 law_enable(int trgt, uint64_t bar, uint32_t size) in law_enable()
202 law_disable(int trgt, uint64_t bar, uint32_t size) in law_disable()
294 uint32_t csr, size, ver; in mpc85xx_enable_l3_cache() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp38 void NORETURN ReportMmapFailureAndDie(uptr size, const char *mem_type, in ReportMmapFailureAndDie()
64 void NORETURN ReportMunmapFailureAndDie(void *addr, uptr size, error_t err, in ReportMunmapFailureAndDie()
174 void LoadedModule::setUuid(const char *uuid, uptr size) { in setUuid()
215 void IncreaseTotalMmap(uptr size) { in IncreaseTotalMmap()
224 void DecreaseTotalMmap(uptr size) { in DecreaseTotalMmap()
340 void RunMallocHooks(void *ptr, uptr size) { in RunMallocHooks()
421 uptr size) { in SANITIZER_INTERFACE_WEAK_DEF()
H A Dsanitizer_allocator_primary32.h140 void *MapWithCallback(uptr size) { in MapWithCallback()
146 void UnmapWithCallback(uptr beg, uptr size) { in UnmapWithCallback()
151 static bool CanAllocate(uptr size, uptr alignment) { in CanAllocate()
161 uptr size = ClassIdToSize(GetSizeClass(p)); in GetMetaData() local
210 uptr size = ClassIdToSize(GetSizeClass(p)); in GetBlockBegin() local
222 static uptr ClassID(uptr size) { return SizeClassMap::ClassID(size); } in ClassID()
350 const uptr size = ClassIdToSize(class_id); in PopulateFreeList() local
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dsubr.c54 vsnprlcat(char *str, size_t size, const char *fmt, va_list ap) in vsnprlcat()
63 snprlcat(char *str, size_t size, const char *fmt, ...) in snprlcat()
156 adist_random(unsigned char *buf, size_t size) in adist_random()
/freebsd/libexec/rbootd/
H A Drmpproto.c170 u_int8_t *size; in SendServerID() local
221 u_int8_t *size; in SendFileNo() local
389 int size = 0; in SendReadRepl() local
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher_avx512.c93 fletcher_4_avx512f_native(fletcher_4_ctx_t *ctx, const void *buf, uint64_t size) in fletcher_4_avx512f_native()
114 uint64_t size) in fletcher_4_avx512f_byteswap()
173 uint64_t size) in fletcher_4_avx512bw_byteswap()
/freebsd/contrib/libcbor/test/
H A Dtest_allocator.c45 void *instrumented_malloc(size_t size) { in instrumented_malloc() argument
68 void *instrumented_realloc(void *ptr, size_t size) { in instrumented_realloc() argument
/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry_xattr.c89 const char *name, const void *value, size_t size) in archive_entry_xattr_add_entry()
135 const char **name, const void **value, size_t *size) in archive_entry_xattr_next()
/freebsd/crypto/krb5/src/tests/fuzzing/
H A Dfuzz_aes.c
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Demutls.c38 uintptr_t size; // number of elements in the 'data' array member
65 static __inline void *emutls_memalign_alloc(size_t align, size_t size) { in emutls_memalign_alloc()
163 static __inline void *emutls_memalign_alloc(size_t align, size_t size) { in emutls_memalign_alloc()
279 gcc_word size; // size of the object in bytes member
294 size_t size = control->size; in emutls_allocate_object() local
329 uintptr_t size) { in emutls_check_array_set_size()
/freebsd/contrib/ofed/libmlx5/
H A Dqp.c71 static int copy_to_scat(struct mlx5_wqe_data_seg *scat, void *buf, int *size, in copy_to_scat()
93 int mlx5_copy_to_recv_wqe(struct mlx5_qp *qp, int idx, void *buf, int size) in mlx5_copy_to_recv_wqe()
105 int mlx5_copy_to_send_wqe(struct mlx5_qp *qp, int idx, void *buf, int size) in mlx5_copy_to_send_wqe()
423 uint32_t qpn, void **seg, int *size) in set_umr_data_seg()
443 uint32_t qpn, void **seg, int *size) in set_umr_mkey_seg()
481 uint32_t qpn, void **seg, int *size) in set_umr_control_seg()
518 uint32_t qpn, void **seg, int *size) in set_bind_wr()
563 void *qend, struct mlx5_qp *qp, int *size) in set_tso_eth_seg()
625 int size = 0; in _mlx5_post_send() local
1038 int size, uint16_t idx) in set_sig_seg()
[all …]
/freebsd/sys/ufs/ffs/
H A Dffs_subr.c49 #define UFS_MALLOC(size, type, flags) malloc(size) argument
73 #define UFS_MALLOC(size, type, flags) malloc(size, type, flags) argument
154 int (*readfunc)(void *devfd, off_t loc, void **bufp, int size)) in ffs_sbget()
159 uint64_t size, blks; in ffs_sbget() local
252 int (*readfunc)(void *devfd, off_t loc, void **bufp, int size)) in readsuper()
801 int (*readfunc)(void *devfd, off_t loc, void **bufp, int size)) in ffs_sbsearch()
955 int (*writefunc)(void *devfd, off_t loc, void *buf, int size)) in ffs_sbput()
958 int i, error, blks, size; in ffs_sbput() local
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_debugging.cpp50 uptr AsanGetStack(uptr addr, uptr *trace, u32 size, u32 *thread_id, in AsanGetStack()
132 uptr __asan_get_alloc_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { in __asan_get_alloc_stack()
137 uptr __asan_get_free_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { in __asan_get_free_stack()
/freebsd/sbin/hastd/
H A Dhast_proto.c53 uint32_t size; member
79 struct nv *nv, const void *data, size_t size) in hast_proto_send()
173 struct nv *nv, void *data, size_t size) in hast_proto_recv_data()

1...<<11121314151617181920>>...176