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

  /external/liblzf/cs/
CLZF.cs 126 UInt32 MAX_OFF=(1 << 13);
182 if ((off = iidx - reference - 1) < MAX_OFF
  /external/liblzf/
lzf_c.c 75 #define MAX_OFF (1 << 13)
152 && (off = ip - ref - 1) < MAX_OFF
  /external/liblzf/src/org/liblzf/
CLZF.java 126 static int MAX_OFF=(1 << 13);
182 if ((off = iidx - reference - 1) < MAX_OFF
  /prebuilts/tools/common/m2/repository/com/android/tools/external/liblzf/1.0/
liblzf-1.0.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 85 milliseconds