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

  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
s_infinity.c 13 #define ALIGN8 __declspec(align(8))
20 #define ALIGN8
24 ALIGN8 char __infinity[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x7f };
26 ALIGN8 char __infinity[] = { 0x7f, 0xf0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
  /external/libmpeg2/common/
icv_macros.h 64 #define ALIGN8(x) ((((x) + 7) >> 3) << 3)
impeg2_macros.h 50 #define ALIGN8(x) ((((x) + 7) >> 3) << 3)
  /external/libavc/common/
ih264_macros.h 49 #define ALIGN8(x) ((((x) + 7) >> 3) << 3)
  /external/libhevc/common/
ihevc_macros.h 51 #define ALIGN8(x) ((((x) + 7) >> 3) << 3)
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 66 ALIGN8
69 AlignVariant = ALIGN8;
  /external/libavc/test/decoder/
main.c 71 #define ALIGN8(x) ((((x) + 7) >> 3) << 3)
    [all...]
  /external/libhevc/test/decoder/
main.c 65 #define ALIGN8(x) ((((x) + 7) >> 3) << 3)
    [all...]
  /external/libmpeg2/test/decoder/
main.c 67 #define ALIGN8(x) ((((x) + 7) >> 3) << 3)
    [all...]

Completed in 341 milliseconds