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

  /external/freetype/src/gzip/
infutil.h 78 #define WAVAIL (uInt)(q<s->read?s->read-q-1:s->end-q)
79 #define LOADOUT {q=s->write;m=(uInt)WAVAIL;}
80 #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=(uInt)WAVAIL;}}
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
infutil.h 78 #define WAVAIL (uInt)(q<s->read?s->read-q-1:s->end-q)
79 #define LOADOUT {q=s->write;m=(uInt)WAVAIL;}
80 #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=(uInt)WAVAIL;}}

Completed in 95 milliseconds