HomeSort by relevance Sort by last modified time
    Searched refs:noDict (Results 1 - 4 of 4) sorted by null

  /external/lz4/lib/
lz4.c 465 * - noDict : There is no preceding content.
484 typedef enum { noDict = 0, withPrefix64k, usingExtDict, usingDictCtx } dict_directive;
700 if (tableType==byPtr) assert(dictDirective==noDict); /* only supported use case with byPtr */
    [all...]
  /external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp 511 : DictLookup(perfTest), trie(NULL), noDict(FALSE) {
524 noDict=TRUE;
529 if(!noDict) {
544 UBool noDict;
589 if(noDict) {
618 if(noDict) {
  /external/u-boot/lib/
lz4_wrapper.c 123 full, 0, noDict, out, NULL, 0);
lz4.c 52 typedef enum { noDict = 0, withPrefix64k, usingExtDict } dict_directive;
76 int dict, /* noDict, withPrefix64k, usingExtDict */
77 const BYTE* const lowPrefix, /* == dest if dict == noDict */
79 const size_t dictSize /* note : = 0 if noDict */

Completed in 463 milliseconds