Searched refs:end_bytes (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/sync/internal_api/public/base/
H A Dordinal.h469 const std::string& end_bytes = end.ToInternalValue(); local
470 DCHECK_LT(start_bytes, end_bytes);
472 std::string midpoint = ComputeMidpoint(start_bytes, end_bytes);
477 DCHECK_LT(midpoint, end_bytes);
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dencoder.py760 end_bytes = TagBytes(1, wire_format.WIRETYPE_END_GROUP)
767 return write(end_bytes)
/external/protobuf/python/google/protobuf/internal/
H A Dencoder.py677 end_bytes = TagBytes(1, wire_format.WIRETYPE_END_GROUP)
684 return write(end_bytes)
/external/e2fsprogs/lib/ext2fs/
H A Dcrc32c.c81 size_t end_bytes; local
90 * 'end_bytes' odd bytes at the end */
95 end_bytes = (len - init_bytes) & 3;
130 for (i = 0; i < end_bytes; i++) {
151 size_t end_bytes; local
162 end_bytes = (len - init_bytes) & 3;
196 for (i = 0; i < end_bytes; i++) {
218 size_t end_bytes; local
229 end_bytes = (len - init_bytes) & 7;
277 for (i = 0; i < end_bytes;
298 size_t end_bytes; local
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_crc32.c539 uint32_t end_bytes; local
542 end_bytes = length - init_bytes - running_length;
581 for (li = 0; li < end_bytes; li++)

Completed in 313 milliseconds