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

  /external/lz4/lib/
lz4.c 447 typedef enum { noDict = 0, withPrefix64k, usingExtDict } dict_directive;
533 case noDict:
720 result = LZ4_compress_generic((void*)ctx, source, dest, inputSize, 0, notLimited, byU16, noDict, noDictIssue);
722 result = LZ4_compress_generic((void*)ctx, source, dest, inputSize, 0, notLimited, LZ4_64bits() ? byU32 : byPtr, noDict, noDictIssue);
740 result = LZ4_compress_generic((void*)ctx, source, dest, inputSize, maxOutputSize, limitedOutput, byU16, noDict, noDictIssue);
742 result = LZ4_compress_generic((void*)ctx, source, dest, inputSize, maxOutputSize, limitedOutput, LZ4_64bits() ? byU32 : byPtr, noDict, noDictIssue);
    [all...]
  /external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp 507 : DictLookup(perfTest), trie(NULL), noDict(FALSE) {
520 noDict=TRUE;
525 if(!noDict) {
540 UBool noDict;
585 if(noDict) {
614 if(noDict) {

Completed in 55 milliseconds