Searched defs:AARCH64_STACK_ALIGN (Results 1 - 3 of 3) sorted by relevance

/external/libffi/src/aarch64/
H A Dffi.c31 #define AARCH64_STACK_ALIGN 1 macro
33 #define AARCH64_STACK_ALIGN 16 macro
762 (cif->bytes + (AARCH64_STACK_ALIGN - 1)) & ~ (AARCH64_STACK_ALIGN - 1);
/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
H A Dffi.c31 #define AARCH64_STACK_ALIGN 1 macro
33 #define AARCH64_STACK_ALIGN 16 macro
759 (cif->bytes + (AARCH64_STACK_ALIGN - 1)) & ~ (AARCH64_STACK_ALIGN - 1);
/external/python/cpython3/Modules/_ctypes/libffi/src/aarch64/
H A Dffi.c31 #define AARCH64_STACK_ALIGN 1 macro
33 #define AARCH64_STACK_ALIGN 16 macro
759 (cif->bytes + (AARCH64_STACK_ALIGN - 1)) & ~ (AARCH64_STACK_ALIGN - 1);

Completed in 76 milliseconds