Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dxattr.c458 long long start_bytes = bytes; in write_xattrs() local
501 header.xattr_table_start = start_bytes; in write_xattrs()
Dmksquashfs.c591 long long start_bytes = bytes; in write_inodes() local
618 return start_bytes; in write_inodes()
627 long long start_bytes = bytes; in write_directories() local
658 return start_bytes; in write_directories()
1612 long long *list, start_bytes; in generic_write_table() local
1644 start_bytes = bytes; in generic_write_table()
1661 return start_bytes; in generic_write_table()
/external/nanopb-c/generator/google/protobuf/internal/
Dencoder.py755 start_bytes = "".join([
764 write(start_bytes)
/external/protobuf/python/google/protobuf/internal/
Dencoder.py773 start_bytes = "".encode("latin1").join([ ##PY25
783 write(start_bytes)