Searched refs:noDict (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/perf/dicttrieperf/ |
D | dicttrieperf.cpp | 511 : 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/lz4/lib/ |
D | lz4.c | 598 typedef enum { noDict = 0, withPrefix64k, usingExtDict, usingDictCtx } dict_directive; enumerator 842 … if (tableType==byPtr) assert(dictDirective==noDict); /* only supported use case with byPtr */ in LZ4_compress_generic() 1187 …mpress_generic(ctx, source, dest, inputSize, NULL, 0, notLimited, byU16, noDict, noDictIssue, acce… in LZ4_compress_fast_extState() 1190 …ss_generic(ctx, source, dest, inputSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acce… in LZ4_compress_fast_extState() 1194 …ctx, source, dest, inputSize, NULL, maxOutputSize, limitedOutput, byU16, noDict, noDictIssue, acce… in LZ4_compress_fast_extState() 1197 … source, dest, inputSize, NULL, maxOutputSize, limitedOutput, tableType, noDict, noDictIssue, acce… in LZ4_compress_fast_extState() 1221 …compress_generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, dictSmall, accele… in LZ4_compress_fast_extState_fastReset() 1223 …compress_generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acce… in LZ4_compress_fast_extState_fastReset() 1228 …compress_generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acce… in LZ4_compress_fast_extState_fastReset() 1235 …ric(ctx, src, dst, srcSize, NULL, dstCapacity, limitedOutput, tableType, noDict, dictSmall, accele… in LZ4_compress_fast_extState_fastReset() [all …]
|