HomeSort by relevance Sort by last modified time
    Searched defs: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/Java/Tukaani/src/org/tukaani/xz/lzma/
LZMACoder.java 31 static final int ALIGN_MASK = ALIGN_SIZE - 1;
  /external/xz-embedded/linux/lib/xz/
xz_lzma2.h 192 #define ALIGN_MASK (ALIGN_SIZE - 1)
  /external/toybox/toys/pending/
xzcat.c 1167 #define ALIGN_MASK (ALIGN_SIZE - 1)
    [all...]

Completed in 421 milliseconds