Searched refs:APR_ALIGN_DEFAULT (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/apr/include/
H A Dapr_allocator.h64 #define APR_MEMNODE_T_SIZE APR_ALIGN_DEFAULT(sizeof(apr_memnode_t))
H A Dapr_general.h140 #define APR_ALIGN_DEFAULT(size) APR_ALIGN(size, 8) macro
/freebsd-11-stable/contrib/apr-util/misc/
H A Dapr_rmm.c66 #define RMM_HDR_BLOCK_SIZE (APR_ALIGN_DEFAULT(sizeof(rmm_hdr_block_t)))
67 #define RMM_BLOCK_SIZE (APR_ALIGN_DEFAULT(sizeof(rmm_block_t)))
312 size = APR_ALIGN_DEFAULT(reqsize) + RMM_BLOCK_SIZE;
335 size = APR_ALIGN_DEFAULT(reqsize) + RMM_BLOCK_SIZE;
366 size = APR_ALIGN_DEFAULT(reqsize);
453 /* overhead per block is at most APR_ALIGN_DEFAULT(1) wasted bytes
456 return RMM_HDR_BLOCK_SIZE + n * (RMM_BLOCK_SIZE + APR_ALIGN_DEFAULT(1));
/freebsd-11-stable/contrib/apr/shmem/unix/
H A Dshm.c175 APR_ALIGN_DEFAULT(sizeof(apr_size_t)); /* room for metadata */
203 new_m->usable = (char *)new_m->base + APR_ALIGN_DEFAULT(sizeof(apr_size_t));
220 new_m->usable = (char *)new_m->base + APR_ALIGN_DEFAULT(sizeof(apr_size_t));
284 APR_ALIGN_DEFAULT(sizeof(apr_size_t)); /* room for metadata */
354 new_m->usable = (char *)new_m->base + APR_ALIGN_DEFAULT(sizeof(apr_size_t));
612 new_m->usable = (char *)new_m->base + APR_ALIGN_DEFAULT(sizeof(apr_size_t));
/freebsd-11-stable/contrib/apr-util/buckets/
H A Dapr_buckets_alloc.c32 #define SIZEOF_NODE_HEADER_T APR_ALIGN_DEFAULT(sizeof(node_header_t))
105 block->first_avail += APR_ALIGN_DEFAULT(sizeof(*list));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dtemp_serializer.c88 apr_size_t aligned_len = APR_ALIGN_DEFAULT(current_len);
H A Dstring.c60 minimum_size = APR_ALIGN_DEFAULT(minimum_size);
/freebsd-11-stable/contrib/serf/buckets/
H A Dallocator.c44 #define SIZEOF_NODE_HEADER_T APR_ALIGN_DEFAULT(sizeof(node_header_t))
/freebsd-11-stable/contrib/apr/memory/unix/
H A Dapr_pools.c55 #define REDZONE APR_ALIGN_DEFAULT(8)
156 #define SIZEOF_ALLOCATOR_T APR_ALIGN_DEFAULT(sizeof(apr_allocator_t))
567 #define SIZEOF_DEBUG_NODE_T APR_ALIGN_DEFAULT(sizeof(debug_node_t))
623 #define SIZEOF_POOL_T APR_ALIGN_DEFAULT(sizeof(apr_pool_t))
826 size = APR_ALIGN_DEFAULT(in_size);
1419 size = APR_ALIGN_DEFAULT(size);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dpack.c1560 PER_ITEM_MEM = APR_ALIGN_DEFAULT(sizeof(path_order_t))
1561 + APR_ALIGN_DEFAULT(2 *sizeof(void*))
1562 + APR_ALIGN_DEFAULT(sizeof(reference_t))
1563 + APR_ALIGN_DEFAULT(sizeof(svn_fs_fs__p2l_entry_t))
H A Dtemp_serializer.c198 - APR_ALIGN_DEFAULT(initial_length));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dpack.c1931 PER_ITEM_MEM = APR_ALIGN_DEFAULT(sizeof(path_order_t))
1932 + APR_ALIGN_DEFAULT(2 *sizeof(void*))
1933 + APR_ALIGN_DEFAULT(sizeof(reference_t))
1934 + APR_ALIGN_DEFAULT(sizeof(svn_fs_x__p2l_entry_t))
H A Dtemp_serializer.c236 - APR_ALIGN_DEFAULT(initial_length));
/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_buckets.h650 #define APR_BUCKET_ALLOC_SIZE APR_ALIGN_DEFAULT(2*sizeof(apr_bucket_structs))
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dtext_delta.c626 SVN_ERR_ASSERT(APR_ALIGN_DEFAULT(*buf_size) >= *buf_size);

Completed in 137 milliseconds