Home
last modified time | relevance | path

Searched refs:align (Results 1 – 25 of 37) sorted by relevance

12

/TaskScheduler/ThirdParty/Boost.Context/asm/
H A Dmake_ppc64_sysv_elf_gas.S94 .align 2
101 .align 3
107 .align 2
116 .align 2
H A Dmake_x86_64_sysv_macho_gas.S36 .align 8
H A Dmake_x86_64_sysv_elf_gas.S37 .align 16
H A Dmake_i386_sysv_macho_gas.S22 .align 2
H A Djump_x86_64_sysv_macho_gas.S36 .align 8
H A Dmake_i386_sysv_elf_gas.S22 .align 2
H A Djump_i386_sysv_macho_gas.S22 .align 2
H A Djump_ppc64_sysv_elf_gas.S94 .align 2
101 .align 3
107 .align 2
116 .align 2
H A Djump_x86_64_sysv_elf_gas.S37 .align 16
H A Djump_i386_sysv_elf_gas.S22 .align 2
H A Dmake_arm_aapcs_macho_gas.S43 .align 2
H A Dmake_arm_aapcs_elf_gas.S43 .align 2
H A Dmake_arm64_aapcs_elf_gas.S56 .align 2
H A Dmake_sparc_sysv_elf_gas.S43 .align 4
H A Dmake_sparc64_sysv_elf_gas.S49 .align 4
H A Djump_arm_aapcs_elf_gas.S43 .align 2
H A Dmake_ppc64_sysv_xcoff_gas.S3 .align 2
H A Dmake_ppc32_sysv_xcoff_gas.S3 .align 2
H A Djump_arm_aapcs_macho_gas.S43 .align 2
H A Dmake_ppc32_sysv_elf_gas.S71 .align 2
H A Dmake_ppc32_sysv_macho_gas.S71 .align 2
H A Dmake_mips32_o32_elf_gas.S36 .align 2
/TaskScheduler/Scheduler/Include/Platform/Common/
H A DMTAtomic.h38 inline bool IsPointerAligned( const volatile void* p, const uint32 align ) in IsPointerAligned() argument
40 return !((uintptr_t)p & (align - 1)); in IsPointerAligned()
/TaskScheduler/Scheduler/Source/
H A DMTDefaultAppInterop.cpp71 void* Memory::Alloc(size_t size, size_t align) in Alloc() argument
75 p = _mm_malloc(size, align); in Alloc()
77 if (posix_memalign(&p, size, align) != 0) in Alloc()
/TaskScheduler/Scheduler/Include/
H A DMTAppInterop.h78 static void* Alloc(size_t size, size_t align = MT_DEFAULT_ALIGN);

12