Home
last modified time | relevance | path

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

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

Completed in 17 milliseconds