Home
last modified time | relevance | path

Searched refs:SWAP32 (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sedutil/files/
H A D0001-Fix-build-on-big-endian-architectures.patch29 +#define SWAP32(x) x
36 ((uint64_t) (SWAP32((x & 0x00000000ffffffff)) << 32) | \
37 ((uint64_t) (SWAP32((x >> 32))) ) \
/openbmc/u-boot/drivers/video/
H A Dcfb_console.c207 #define SWAP32(x) ((((x) & 0x000000ff) << 24) | \ macro
219 #define SWAP32(x) (x) macro
429 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 …]
/openbmc/qemu/hw/net/
H A Dlasi_i82596.c30 #define SWAP32(x) (((uint32_t)(x) << 16) | ((((uint32_t)(x))) >> 16)) macro