Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/
H A Dlibgfortran.h517 #define GFC_UNALIGNED_16(x) (((uintptr_t)(x)) & \ macro
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A Dlibgfortran.h559 #define GFC_UNALIGNED_16(x) (((uintptr_t)(x)) & \ macro