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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtinfo.h 13 #define ALIGN_MASK (~ALIGN_SHIFT)
  /external/lzma/xz-embedded/
xz_lzma2.h 192 #define ALIGN_MASK (ALIGN_SIZE - 1)
  /external/webp/src/dec/
frame.c 18 #define ALIGN_MASK (32 - 1)
557 + cache_size + alpha_size + ALIGN_MASK;
594 mem = (uint8_t*)((uintptr_t)(mem + ALIGN_MASK) & ~ALIGN_MASK);
595 assert((yuv_size & ALIGN_MASK) == 0);
  /external/toybox/toys/pending/
xzcat.c 1173 #define ALIGN_MASK (ALIGN_SIZE - 1)
    [all...]

Completed in 95 milliseconds