Home
last modified time | relevance | path

Searched defs:CONV_LE_TO_BE (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libmpeg2/common/riscv/
H A Dimpeg2_platform_macros.h24 #define CONV_LE_TO_BE(u4_temp2,u4_temp1) u4_temp2 = __builtin_bswap32(u4_temp1); macro
/aosp_15_r20/external/libmpeg2/common/x86/
H A Dimpeg2_platform_macros.h24 #define CONV_LE_TO_BE(u4_temp2,u4_temp1) u4_temp2 = __builtin_bswap32(u4_temp1); macro
/aosp_15_r20/external/libmpeg2/common/arm/
H A Dimpeg2_platform_macros.h24 #define CONV_LE_TO_BE(u4_temp2,u4_temp1) u4_temp2 = __builtin_bswap32(u4_temp1); macro
/aosp_15_r20/external/libmpeg2/common/armv8/
H A Dimpeg2_platform_macros.h23 #define CONV_LE_TO_BE(u4_temp2,u4_temp1) u4_temp2 = __builtin_bswap32(u4_temp1); macro