Lines Matching defs:MFB
489 #define MFB (p->matchFinderBase)
492 #define MFB (p->matchFinderMt.MatchFinder)
570 MFB.btMode = (Byte)(props.btMode ? 1 : 0);
571 // MFB.btMode = (Byte)(props.btMode);
581 MFB.numHashBytes = numHashBytes;
582 // MFB.numHashBytes_Min = 2;
583 MFB.numHashOutBits = (Byte)props.numHashOutBits;
586 MFB.cutValue = props.mc;
610 MFB.expectedDataSize = expectedDataSiize;
2181 if (MFB.result != SZ_OK)
2324 MatchFinder_Construct(&MFB);
2327 p->matchFinderMt.MatchFinder = &MFB;
2369 MatchFinder_Free(&MFB, allocBig);
2695 p->mtMode = (p->multiThread && !p->fastMode && (MFB.btMode != 0));
2714 MFB.bigHash = (Byte)(p->dictSize > kBigHashDicLimit ? 1 : 0);
2745 MFB.bigHash = (Byte)(MFB.hashMask >= 0xFFFFFF ? 1 : 0);
2751 if (!MatchFinder_Create(&MFB, dictSize, beforeSize,
2755 p->matchFinderObj = &MFB;
2756 MatchFinder_CreateVTable(&MFB, &p->matchFinder);
2875 MatchFinder_SET_STREAM(&MFB, inStream)
2885 MatchFinder_SET_STREAM(&MFB, inStream)
2895 MatchFinder_SET_DIRECT_INPUT_BUF(&MFB, src, srcLen)
3019 if (res == SZ_OK && !Inline_MatchFinder_IsFinishedOK(&MFB))