Searched refs:APR_ALIGN (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/apr/include/
H A Dapr_general.h135 /* APR_ALIGN() is only to be used to align on a power of 2 boundary */
136 #define APR_ALIGN(size, boundary) \ macro
140 #define APR_ALIGN_DEFAULT(size) APR_ALIGN(size, 8)
/freebsd-11-stable/contrib/apr-util/buckets/
H A Dapr_buckets_alloc.c145 size = APR_ALIGN(size, 4096);
/freebsd-11-stable/contrib/apr/memory/unix/
H A Dapr_pools.c240 max_free_index = APR_ALIGN(size, BOUNDARY_SIZE) >> BOUNDARY_INDEX;
261 size = APR_ALIGN(size + APR_MEMNODE_T_SIZE, BOUNDARY_SIZE);
870 free_index = (APR_ALIGN(active->endp - active->first_avail + 1,
1286 free_index = (APR_ALIGN(active->endp - active->first_avail + 1,
1442 free_index = (APR_ALIGN(active->endp - active->first_avail + 1,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dindex.c1576 = APR_ALIGN(info_baton.entry.offset + info_baton.entry.size,
2028 entry.size = APR_ALIGN(entry.offset, page_size) - entry.offset;
2763 = APR_ALIGN(page_info.next_offset, ffd->block_size);
2765 = APR_ALIGN(page_info.start_offset, ffd->block_size) - ffd->block_size;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dindex.c1810 = APR_ALIGN(info_baton.entry.offset + info_baton.entry.size,
2245 entry.size = APR_ALIGN(entry.offset, page_size) - entry.offset;
3001 = APR_ALIGN(page_info.next_offset, ffd->block_size);
3003 = APR_ALIGN(page_info.start_offset, ffd->block_size) - ffd->block_size;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dmarshal.c195 conn = (void*)APR_ALIGN((apr_uintptr_t)mem, SVN_RA_SVN__PAGE_SIZE);

Completed in 204 milliseconds