gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:word0 (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdlib/gdtoaimp.h - 21.6KB - 672 lines
280: #if defined(IEEE_8087) && _BYTE_ORDER != _BIG_ENDIAN
281: #define word0(x) (x)->L[1]
282: #define word1(x) (x)->L[0]
283: #else
284: #define word0(x) (x)->L[0]
285: #define word1(x) (x)->L[1]