Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c484 typedef enum { noDict = 0, withPrefix64k, usingExtDict, usingDictCtx } dict_directive; enumerator
700 … if (tableType==byPtr) assert(dictDirective==noDict); /* only supported use case with byPtr */ in LZ4_compress_generic()
1017 …mpress_generic(ctx, source, dest, inputSize, NULL, 0, notLimited, byU16, noDict, noDictIssue, acce… in LZ4_compress_fast_extState()
1020 …ss_generic(ctx, source, dest, inputSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acce… in LZ4_compress_fast_extState()
1024 …ctx, source, dest, inputSize, NULL, maxOutputSize, limitedOutput, byU16, noDict, noDictIssue, acce… in LZ4_compress_fast_extState()
1027 … source, dest, inputSize, NULL, maxOutputSize, limitedOutput, tableType, noDict, noDictIssue, acce… in LZ4_compress_fast_extState()
1051 …compress_generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, dictSmall, accele… in LZ4_compress_fast_extState_fastReset()
1053 …compress_generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acce… in LZ4_compress_fast_extState_fastReset()
1058 …compress_generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acce… in LZ4_compress_fast_extState_fastReset()
1065 …ric(ctx, src, dst, srcSize, NULL, dstCapacity, limitedOutput, tableType, noDict, dictSmall, accele… in LZ4_compress_fast_extState_fastReset()
[all …]
/external/icu/icu4c/source/test/perf/dicttrieperf/
Ddicttrieperf.cpp511 : DictLookup(perfTest), trie(NULL), noDict(FALSE) { in BytesTrieDictLookup()
524 noDict=TRUE; in BytesTrieDictLookup()
529 if(!noDict) { in BytesTrieDictLookup()
544 UBool noDict; member in BytesTrieDictLookup
589 if(noDict) { in call()
618 if(noDict) { in call()
/external/u-boot/lib/
Dlz4_wrapper.c123 full, 0, noDict, out, NULL, 0); in ulz4fn()
Dlz4.c52 typedef enum { noDict = 0, withPrefix64k, usingExtDict } dict_directive; enumerator