Searched refs:ALIGN8 (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/LibC/Math/ |
D | s_infinity.c | 13 #define ALIGN8 __declspec(align(8)) macro 20 #define ALIGN8 macro 24 ALIGN8 char __infinity[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x7f }; 26 ALIGN8 char __infinity[] = { 0x7f, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|