Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/internal/
Dencoder.py782 start_bytes = b"".join([
791 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.c626 long long start_bytes = bytes; in write_inodes() local
653 return start_bytes; in write_inodes()
662 long long start_bytes = bytes; in write_directories() local
693 return start_bytes; in write_directories()
1717 long long *list, start_bytes; in generic_write_table() local
1749 start_bytes = bytes; in generic_write_table()
1766 return start_bytes; in generic_write_table()
/external/nanopb-c/generator/google/protobuf/internal/
Dencoder.py755 start_bytes = "".join([
764 write(start_bytes)