Home
last modified time | relevance | path

Searched refs:start_bytes (Results 1 – 4 of 4) sorted by relevance

/external/nanopb-c/generator/google/protobuf/internal/
Dencoder.py755 start_bytes = "".join([
764 write(start_bytes)
/external/squashfs-tools/squashfs-tools/
Dxattr.c493 long long start_bytes = bytes; in write_xattrs() local
536 header.xattr_table_start = start_bytes; in write_xattrs()
Dmksquashfs.c600 long long start_bytes = bytes; in write_inodes() local
627 return start_bytes; in write_inodes()
636 long long start_bytes = bytes; in write_directories() local
667 return start_bytes; in write_directories()
1673 long long *list, start_bytes; in generic_write_table() local
1705 start_bytes = bytes; in generic_write_table()
1722 return start_bytes; in generic_write_table()
/external/protobuf/python/google/protobuf/internal/
Dencoder.py773 start_bytes = "".encode("latin1").join([ ##PY25
783 write(start_bytes)