Searched refs:__align (Results 1 - 25 of 66) sorted by relevance

123

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dgmm_malloc.h33 _mm_malloc (size_t __size, size_t __align) argument
39 if (__align & (__align - 1))
54 if (__align < 2 * sizeof (void *))
55 __align = 2 * sizeof (void *);
57 __malloc_ptr = malloc (__size + __align);
62 __aligned_ptr = (void *) (((size_t) __malloc_ptr + __align)
63 & ~((size_t) (__align) - 1));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dgmm_malloc.h33 _mm_malloc (size_t __size, size_t __align) argument
39 if (__align & (__align - 1))
54 if (__align < 2 * sizeof (void *))
55 __align = 2 * sizeof (void *);
57 __malloc_ptr = malloc (__size + __align);
62 __aligned_ptr = (void *) (((size_t) __malloc_ptr + __align)
63 & ~((size_t) (__align) - 1));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dmm_malloc.h32 _mm_malloc(size_t __size, size_t __align) argument
34 if (__align == 1) {
38 if (!(__align & (__align - 1)) && __align < sizeof(void *))
39 __align = sizeof(void *);
43 __mallocedMemory = __mingw_aligned_malloc(__size, __align);
45 __mallocedMemory = _aligned_malloc(__size, __align);
47 if (posix_memalign(&__mallocedMemory, __align, __size))
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dalign.h47 * @a __align into the buffer @a __ptr of size @a __space bytes. If such
53 * @param __align A fundamental or extended alignment value.
62 align(size_t __align, size_t __size, void*& __ptr, size_t& __space) noexcept
67 const auto __aligned = (__intptr - 1u + __align) & -__align;
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dtypes.d632 c_long __align;
648 long __align;
654 int __align;
662 c_long __align;
668 int __align;
676 c_long __align;
682 c_long __align;
1176 c_long __align;
1193 long __align;
1199 c_long __align;
[all...]
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/malloc/
H A Dscratch_buffer.h69 union { max_align_t __align; char __c[1024]; } __space; member in union:scratch_buffer::__anon1146
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/x86_64/gnulib/import/malloc/
H A Dscratch_buffer.gl.h74 union { max_align_t __align; char __c[1024]; } __space; member in union:scratch_buffer::__anon2684
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/malloc/
H A Dscratch_buffer.gl.h74 union { max_align_t __align; char __c[1024]; } __space; member in union:scratch_buffer::__anon123
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/malloc/
H A Dscratch_buffer.gl.h74 union { max_align_t __align; char __c[1024]; } __space; member in union:scratch_buffer::__anon125
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/sh3el/gnulib/import/malloc/
H A Dscratch_buffer.gl.h74 union { max_align_t __align; char __c[1024]; } __space; member in union:scratch_buffer::__anon141
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/malloc/
H A Dscratch_buffer.gl.h74 union { max_align_t __align; char __c[1024]; } __space; member in union:scratch_buffer::__anon131
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/malloc/
H A Dscratch_buffer.gl.h74 union { max_align_t __align; char __c[1024]; } __space; member in union:scratch_buffer::__anon135
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/malloc/
H A Dscratch_buffer.gl.h74 union { max_align_t __align; char __c[1024]; } __space; member in union:scratch_buffer::__anon137
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/malloc/
H A Dscratch_buffer.gl.h74 union { max_align_t __align; char __c[1024]; } __space; member in union:scratch_buffer::__anon127
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/powerpc64/gnulib/import/malloc/
H A Dscratch_buffer.gl.h74 union { max_align_t __align; char __c[1024]; } __space; member in union:scratch_buffer::__anon139
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/malloc/
H A Dscratch_buffer.gl.h74 union { max_align_t __align; char __c[1024]; } __space; member in union:scratch_buffer::__anon129
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/malloc/
H A Dscratch_buffer.gl.h74 union { max_align_t __align; char __c[1024]; } __space; member in union:scratch_buffer::__anon133
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/malloc/
H A Dscratch_buffer.gl.h74 union { max_align_t __align; char __c[1024]; } __space; member in union:scratch_buffer::__anon183
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/malloc/
H A Dscratch_buffer.gl.h74 union { max_align_t __align; char __c[1024]; } __space; member in union:scratch_buffer::__anon179
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/riscv64/gnulib/import/malloc/
H A Dscratch_buffer.gl.h74 union { max_align_t __align; char __c[1024]; } __space; member in union:scratch_buffer::__anon193
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/malloc/
H A Dscratch_buffer.gl.h74 union { max_align_t __align; char __c[1024]; } __space; member in union:scratch_buffer::__anon187
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/malloc/
H A Dscratch_buffer.gl.h74 union { max_align_t __align; char __c[1024]; } __space; member in union:scratch_buffer::__anon181
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/vax/gnulib/import/malloc/
H A Dscratch_buffer.gl.h74 union { max_align_t __align; char __c[1024]; } __space; member in union:scratch_buffer::__anon201
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/malloc/
H A Dscratch_buffer.gl.h74 union { max_align_t __align; char __c[1024]; } __space; member in union:scratch_buffer::__anon175
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/malloc/
H A Dscratch_buffer.gl.h74 union { max_align_t __align; char __c[1024]; } __space; member in union:scratch_buffer::__anon189

Completed in 287 milliseconds

123