Lines Matching refs:int64_t
35 int64_t Search(const BlockBuffer &newInfo,
36 const BlockBuffer &oldInfo, int64_t start, int64_t end, int64_t &pos) const;
42 int64_t MatchLength(const BlockBuffer &oldBuffer, const BlockBuffer &newBuffer) const;
63 virtual int32_t WritePatchHeader(int64_t controlSize,
64 int64_t diffDataSize, int64_t newSize, size_t &headerLen) = 0;
75 const BlockBuffer &oldInfo, int64_t &oldScore, int64_t &matchLen);
77 const BlockBuffer &oldInfo, int64_t &lengthFront, int64_t &lengthBack);
81 int64_t matchPos_ { 0 };
82 int64_t currentOffset_ { 0 };
83 int64_t lastOffset_ { 0 };
84 int64_t lastScan_ { 0 };
85 int64_t lastPos_ { 0 };
95 int32_t WritePatchHeader(int64_t controlSize,
96 int64_t diffDataSize, int64_t newSize, size_t &headerLen) override;
109 int32_t WritePatchHeader(int64_t controlSize,
110 int64_t diffDataSize, int64_t newSize, size_t &headerLen) override;