HomeSort by relevance Sort by last modified time
    Searched defs:CONV_LE_TO_BE (Results 1 - 4 of 4) sorted by null

  /external/libmpeg2/common/arm/
impeg2_platform_macros.h 24 #define CONV_LE_TO_BE(u4_temp2,u4_temp1) u4_temp2 = \
  /external/libmpeg2/common/armv8/
impeg2_platform_macros.h 23 #define CONV_LE_TO_BE(u4_temp2,u4_temp1) u4_temp2 = \
  /external/libmpeg2/common/mips/
impeg2_platform_macros.h 24 #define CONV_LE_TO_BE(u4_temp2,u4_temp1) u4_temp2 = (u4_temp1 << 24) | \
  /external/libmpeg2/common/x86/
impeg2_platform_macros.h 24 #define CONV_LE_TO_BE(u4_temp2,u4_temp1) u4_temp2 = (u4_temp1 << 24) | \

Completed in 2672 milliseconds