Home
last modified time | relevance | path

Searched refs:noDict (Results 1 – 2 of 2) sorted by relevance

/external/lz4/lib/
Dlz4.c447 typedef enum { noDict = 0, withPrefix64k, usingExtDict } dict_directive; enumerator
533 case noDict: in LZ4_compress_generic()
720 …4_compress_generic((void*)ctx, source, dest, inputSize, 0, notLimited, byU16, noDict, noDictIssue); in LZ4_compress()
722 …d*)ctx, source, dest, inputSize, 0, notLimited, LZ4_64bits() ? byU32 : byPtr, noDict, noDictIssue); in LZ4_compress()
740 …ric((void*)ctx, source, dest, inputSize, maxOutputSize, limitedOutput, byU16, noDict, noDictIssue); in LZ4_compress_limitedOutput()
742 … dest, inputSize, maxOutputSize, limitedOutput, LZ4_64bits() ? byU32 : byPtr, noDict, noDictIssue); in LZ4_compress_limitedOutput()
1123 …rce, dest, compressedSize, maxDecompressedSize, endOnInputSize, full, 0, noDict, (BYTE*)dest, NULL… in LZ4_decompress_safe()
1128 …sedSize, maxDecompressedSize, endOnInputSize, partial, targetOutputSize, noDict, (BYTE*)dest, NULL… in LZ4_decompress_safe_partial()
1257 …ress_generic(source, dest, compressedSize, maxOutputSize, safe, full, 0, noDict, (BYTE*)dest, NULL… in LZ4_decompress_usingDict_generic()
1262 …ress_generic(source, dest, compressedSize, maxOutputSize, safe, full, 0, noDict, (BYTE*)dest-dictS… in LZ4_decompress_usingDict_generic()
[all …]
/external/icu/icu4c/source/test/perf/dicttrieperf/
Ddicttrieperf.cpp507 : DictLookup(perfTest), trie(NULL), noDict(FALSE) { in BytesTrieDictLookup()
520 noDict=TRUE; in BytesTrieDictLookup()
525 if(!noDict) { in BytesTrieDictLookup()
540 UBool noDict; member in BytesTrieDictLookup
585 if(noDict) { in call()
614 if(noDict) { in call()