Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/
H A Dlibgfortran.h514 #define GFC_UNALIGNED_8(x) (((uintptr_t)(x)) & \ macro
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A Dlibgfortran.h556 #define GFC_UNALIGNED_8(x) (((uintptr_t)(x)) & \ macro