HomeSort by relevance Sort by last modified time
    Searched full:last_cached (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
Cache.java 122 private int last_cached = 0; field in class:Cache
243 if (last_cached == cache_size) {
247 last_cached = 0;
251 int index = last_cached++;
  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 696 TYPE* last_cached = data; \
732 while (last_cached < src) { \
733 VP8LColorCacheInsert(color_cache, *last_cached++); \
765 while (last_cached < src) { \
766 VP8LColorCacheInsert(color_cache, *last_cached++); \
773 while (last_cached < src) { \
774 VP8LColorCacheInsert(color_cache, *last_cached++); \
    [all...]
  /external/webp/src/dec/
vp8l.c 695 TYPE* last_cached = data; \
731 while (last_cached < src) { \
732 VP8LColorCacheInsert(color_cache, *last_cached++); \
764 while (last_cached < src) { \
765 VP8LColorCacheInsert(color_cache, *last_cached++); \
772 while (last_cached < src) { \
773 VP8LColorCacheInsert(color_cache, *last_cached++); \
    [all...]

Completed in 1191 milliseconds