Search | Google it | Results 1 - 1 of 1 for funcall:swapH from tkernel_2/driver/tef_em1d/sysdsk/src/ata.h (0.00 seconds) |
31: { 32: return (UW)swapH((UH)x) << 16 | swapH((UH)(x >> 16)); 33: } 35: #if BIGENDIAN 36: #define CnvLeH(x) ((UH)swapH((UH)(x))) 37: #define CnvLeW(x) ((UW)swapW((UW)(x))) 42: #define CnvLeW(x) (x) 43: #define CnvBeH(x) ((UH)swapH((UH)(x))) 44: #define CnvBeW(x) ((UW)swapW((UW)(x)))