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

  /external/skia/third_party/gif/
SkGifImageReader.cpp 227 oldcode = -1;
246 } else if (code == avail && oldcode != -1) {
250 codeLength = suffixLength[oldcode] + 1;
253 code = oldcode;
270 if (avail < SK_MAX_DICTIONARY_ENTRIES && oldcode != -1) {
271 prefix[avail] = oldcode;
273 suffixLength[avail] = suffixLength[oldcode] + 1;
284 oldcode = tempCode;
    [all...]
SkGifImageReader.h 100 , oldcode(0)
123 int oldcode; member in class:final
  /external/pcre/dist2/src/
pcre2_compile.c 5240 PCRE2_UCHAR *oldcode; local
    [all...]

Completed in 65 milliseconds