Searched refs:SWAP32 (Results 1 – 3 of 3) sorted by relevance
29 +#define SWAP32(x) x36 ((uint64_t) (SWAP32((x & 0x00000000ffffffff)) << 32) | \37 ((uint64_t) (SWAP32((x >> 32))) ) \
207 #define SWAP32(x) ((((x) & 0x000000ff) << 24) | \ macro219 #define SWAP32(x) (x) macro429 SWAP32((video_font_draw_table32 in video_drawchars()432 SWAP32((video_font_draw_table32 in video_drawchars()435 SWAP32((video_font_draw_table32 in video_drawchars()438 SWAP32((video_font_draw_table32 in video_drawchars()446 SWAP32((video_font_draw_table32 in video_drawchars()449 SWAP32((video_font_draw_table32 in video_drawchars()452 SWAP32((video_font_draw_table32 in video_drawchars()455 SWAP32((video_font_draw_table32 in video_drawchars()[all …]
30 #define SWAP32(x) (((uint32_t)(x) << 16) | ((((uint32_t)(x))) >> 16)) macro