gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:CH4toW (0.01 seconds)
tkernel_2
driver/tef_em1d/sysdsk/src/sdisk.h - 14.3KB - 348 lines
34: #if     BIGENDIAN
35: #define CH4toW(c1, c2, c3, c4)  ( ((c1)<<24)|((c2)<<16)|((c3)<<8)|(c4) )
36: #else
37: #define CH4toW(c1, c2, c3, c4)  ( ((c4)<<24)|((c3)<<16)|((c2)<<8)|(c1) )
38: #endif