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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm 116 extern nice_match:DWORD
119 %define nicematch nice_match
152 %define nice_match [ rcx + dsNiceMatch]
218 ;;; if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
222 ; on infozip nice_match = [nice_match]
224 mov eax, nice_match
454 ;;; if (len >= nice_match) break;
  /external/chromium_org/third_party/zlib/
deflate.c 449 s->nice_match = configuration_table[level].nice_length;
470 s->nice_match = nice_length;
1148 int nice_match = s->nice_match; \/* stop if match long enough *\/ local
    [all...]
deflate.h 193 int nice_match; /* Stop searching when current match exceeds this */ member in struct:internal_state

Completed in 49 milliseconds