Home
last modified time | relevance | path

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

/external/rust/crates/aho-corasick/src/
Dprefilter.rs276 start_bytes: StartBytesBuilder, field
290 start_bytes: StartBytesBuilder::new(), in new()
300 self.start_bytes = self.start_bytes.ascii_case_insensitive(yes); in ascii_case_insensitive()
311 match (self.start_bytes.build(), self.rare_bytes.build()) { in build()
321 self.start_bytes.count < self.rare_bytes.count; in build()
330 self.start_bytes.rank_sum <= self.rare_bytes.rank_sum + 50; in build()
351 self.start_bytes.add(bytes); in add()
/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.c639 long long start_bytes = bytes; in write_inodes() local
666 return start_bytes; in write_inodes()
675 long long start_bytes = bytes; in write_directories() local
706 return start_bytes; in write_directories()
1758 long long *list, start_bytes; in generic_write_table() local
1790 start_bytes = bytes; in generic_write_table()
1807 return start_bytes; in generic_write_table()
/external/protobuf/python/google/protobuf/internal/
Dencoder.py786 start_bytes = b"".join([
795 write(start_bytes)