Searched defs:in_high (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/bits/
H A Dbyteswap.h38 uint32_t in_high = ( x >> 32 ); local
47 : "0" ( in_high ), "1" ( in_low ) );

Completed in 70 milliseconds