Searched refs:noDict (Results 1 – 3 of 3) 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 | 721 typedef enum { noDict = 0, withPrefix64k, usingExtDict, usingDictCtx } dict_directive; enumerator 964 … if (tableType==byPtr) assert(dictDirective==noDict); /* only supported use case with byPtr */ in LZ4_compress_generic_validated() 1354 …mpress_generic(ctx, source, dest, inputSize, NULL, 0, notLimited, byU16, noDict, noDictIssue, acce… in LZ4_compress_fast_extState() 1357 …ss_generic(ctx, source, dest, inputSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acce… in LZ4_compress_fast_extState() 1361 …ctx, source, dest, inputSize, NULL, maxOutputSize, limitedOutput, byU16, noDict, noDictIssue, acce… in LZ4_compress_fast_extState() 1364 … source, dest, inputSize, NULL, maxOutputSize, limitedOutput, tableType, noDict, noDictIssue, acce… in LZ4_compress_fast_extState() 1389 …compress_generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, dictSmall, accele… in LZ4_compress_fast_extState_fastReset() 1391 …compress_generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acce… in LZ4_compress_fast_extState_fastReset() 1396 …compress_generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acce… in LZ4_compress_fast_extState_fastReset() 1403 …ric(ctx, src, dst, srcSize, NULL, dstCapacity, limitedOutput, tableType, noDict, dictSmall, accele… in LZ4_compress_fast_extState_fastReset() [all …]
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 58469 noDict = 0, enumerator
|