gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:__swap32 (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/endian.h - 9.5KB - 251 lines
121: 
122: #define __swap32(x) __statement({                                       \
123:         __uint32_t __swap32_x = (x);                                   \