Home
last modified time | relevance | path

Searched defs:ALIGN (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/hash/sha3/generic32lc/
H A Dalign.h25 #define ALIGN(x) __attribute__ ((aligned(x))) macro
27 #define ALIGN(x) __declspec(align(x)) macro
29 #define ALIGN(x) __align(x) macro
31 #define ALIGN(x) macro
/PHP-7.4/ext/hash/sha3/generic64lc/
H A Dalign.h25 #define ALIGN(x) __attribute__ ((aligned(x))) macro
27 #define ALIGN(x) __declspec(align(x)) macro
29 #define ALIGN(x) __align(x) macro
31 #define ALIGN(x) macro

Completed in 4 milliseconds