Home
last modified time | relevance | path

Searched refs:SET_ALIGNED (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/standard/
H A Dstring.c121 # define SET_ALIGNED(alignment, decl) __declspec(align(alignment)) decl macro
123 # define SET_ALIGNED(alignment, decl) decl __attribute__ ((__aligned__ (alignment))) macro
125 # define SET_ALIGNED(alignment, decl) decl macro
129 SET_ALIGNED(16, static char hexconvtab[]) = "0123456789abcdef";

Completed in 16 milliseconds