Home
last modified time | relevance | path

Searched defs:boundary (Results 1 – 25 of 54) sorted by path

123

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp95 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { in INTERCEPTOR()
100 INTERCEPTOR(void*, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR()
109 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp189 UNUSED static uptr RoundUpTo(uptr size, uptr boundary) { in RoundUpTo()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp86 INTERCEPTOR(void *, memalign, uptr boundary, uptr size) { in INTERCEPTOR()
91 INTERCEPTOR(void *, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR()
100 INTERCEPTOR(void *, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.h77 static inline size_t lprofRoundUpTo(size_t x, size_t boundary) { in lprofRoundUpTo()
81 static inline size_t lprofRoundDownTo(size_t x, size_t boundary) { in lprofRoundDownTo()
/freebsd/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack_util.h31 inline size_t RoundUpTo(size_t size, size_t boundary) { in RoundUpTo()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h460 inline constexpr uptr RoundUpTo(uptr size, uptr boundary) { in RoundUpTo()
465 inline constexpr uptr RoundDownTo(uptr x, uptr boundary) { in RoundDownTo()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp688 APFloatBase::integerPart part, boundary; in ulpsFromBoundary() local
/freebsd/contrib/lua/src/
H A Dltable.c936 unsigned int boundary = binsearch(t->array, 0, limit); in luaH_getn() local
955 unsigned int boundary = binsearch(t->array, t->alimit, limit); in luaH_getn() local
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_extent.c63 u_long alignment, u_long boundary, int expret, u_long expres) in h_alloc_subregion()
/freebsd/contrib/tzcode/
H A Dzdump.c896 time_t t, boundary = hunt(tz, lo, hi, true); in showextrema() local
/freebsd/crypto/openssl/crypto/asn1/
H A Dbio_ndef.c40 unsigned char **boundary; member
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_io.c18 int CMS_stream(unsigned char ***boundary, CMS_ContentInfo *cms) in CMS_stream()
/freebsd/crypto/openssl/crypto/pkcs7/
H A Dpk7_lib.c712 int PKCS7_stream(unsigned char ***boundary, PKCS7 *p7) in PKCS7_stream()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1t.h726 unsigned char **boundary; member
H A Dasn1t.h.in727 unsigned char **boundary; member
/freebsd/stand/kshim/
H A Dbsd_kernel.c42 bus_size_t boundary, bus_addr_t lowaddr, in bus_dma_tag_create()
/freebsd/sys/arm/arm/
H A Dbus_space_generic.c84 bus_size_t alignment, bus_size_t boundary, int flags, bus_addr_t *bpap, in generic_bs_alloc()
H A Dbusdma_machdep.c81 bus_addr_t boundary; member
362 bus_addr_t boundary, bus_addr_t lowaddr, bus_addr_t highaddr, in bus_dma_tag_create()
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_bo.c98 vm_paddr_t low, high, boundary; in tegra_bo_alloc_contig() local
/freebsd/sys/arm64/arm64/
H A Dbusdma_bounce.c248 bus_addr_t boundary, bus_addr_t lowaddr, bus_addr_t highaddr, in bounce_bus_dma_tag_create()
H A Dbusdma_machdep.c54 bus_size_t alignment, bus_addr_t boundary, bus_addr_t lowaddr, in common_bus_dma_tag_create()
122 bus_addr_t boundary, bus_addr_t lowaddr, bus_addr_t highaddr, in bus_dma_tag_create()
/freebsd/sys/arm64/include/
H A Dbus_dma_impl.h35 bus_addr_t boundary; member
/freebsd/sys/cam/scsi/
H A Dscsi_all.h1328 uint8_t boundary[2]; member
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Ddmapool.h50 size_t align, size_t boundary) in dma_pool_create()
58 size_t align, size_t boundary) in dmam_pool_create()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c1788 size_t align, size_t boundary) in linux_dma_pool_create()

123