Searched defs:kMaxBytes (Results 1 - 1 of 1) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dvarint_bigendian.h48 // VarintBE<SignedIntegerType>::kMaxBytes is treated
56 static const int kMaxBytes = 5; member in class:open_vcdiff::VarintMaxBytes
62 static const int kMaxBytes = 9; member in class:open_vcdiff::VarintMaxBytes
84 static const int kMaxBytes = VarintMaxBytes<SignedIntegerType>::kMaxBytes; member in class:open_vcdiff::VarintBE
117 // of size kMaxBytes) and returns the length of the encoding.
118 // The result will be stored in buf[(kMaxBytes - length) : (kMaxBytes - 1)],

Completed in 73 milliseconds