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

  /external/libavc/common/
ih264_macros.h 50 #define ALIGN4(x) ((((x) + 3) >> 2) << 2)
  /external/libhevc/common/
ihevc_macros.h 52 #define ALIGN4(x) ((((x) + 3) >> 2) << 2)
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 65 ALIGN4,
71 AlignVariant = ALIGN4;
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
arm_math.h 345 #define ALIGN4
348 #define ALIGN4 __attribute__((aligned(4)))
350 #define ALIGN4 __align(4)
    [all...]

Completed in 212 milliseconds