equal
deleted
inserted
replaced
312 _fm1fsize = _calcsize(_fm1fixed) |
312 _fm1fsize = _calcsize(_fm1fixed) |
313 _fm1parentnone = 3 |
313 _fm1parentnone = 3 |
314 _fm1parentshift = 14 |
314 _fm1parentshift = 14 |
315 _fm1parentmask = (_fm1parentnone << _fm1parentshift) |
315 _fm1parentmask = (_fm1parentnone << _fm1parentshift) |
316 _fm1metapair = 'BB' |
316 _fm1metapair = 'BB' |
317 _fm1metapairsize = _calcsize('BB') |
317 _fm1metapairsize = _calcsize(_fm1metapair) |
318 |
318 |
319 def _fm1purereadmarkers(data, off, stop): |
319 def _fm1purereadmarkers(data, off, stop): |
320 # make some global constants local for performance |
320 # make some global constants local for performance |
321 noneflag = _fm1parentnone |
321 noneflag = _fm1parentnone |
322 sha2flag = usingsha256 |
322 sha2flag = usingsha256 |