Searched refs:noDict (Results 1 – 2 of 2) sorted by relevance
/third_party/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()
|
/third_party/lz4/lib/ |
D | lz4.c | 665 typedef enum { noDict = 0, withPrefix64k, usingExtDict, usingDictCtx } dict_directive; enumerator 904 … if (tableType==byPtr) assert(dictDirective==noDict); /* only supported use case with byPtr */ in LZ4_compress_generic_validated() 1292 …mpress_generic(ctx, source, dest, inputSize, NULL, 0, notLimited, byU16, noDict, noDictIssue, acce… in LZ4_compress_fast_extState() 1295 …ss_generic(ctx, source, dest, inputSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acce… in LZ4_compress_fast_extState() 1299 …ctx, source, dest, inputSize, NULL, maxOutputSize, limitedOutput, byU16, noDict, noDictIssue, acce… in LZ4_compress_fast_extState() 1302 … source, dest, inputSize, NULL, maxOutputSize, limitedOutput, tableType, noDict, noDictIssue, acce… in LZ4_compress_fast_extState() 1327 …compress_generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, dictSmall, accele… in LZ4_compress_fast_extState_fastReset() 1329 …compress_generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acce… in LZ4_compress_fast_extState_fastReset() 1334 …compress_generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acce… in LZ4_compress_fast_extState_fastReset() 1341 …ric(ctx, src, dst, srcSize, NULL, dstCapacity, limitedOutput, tableType, noDict, dictSmall, accele… in LZ4_compress_fast_extState_fastReset() [all …]
|