Home
last modified time | relevance | path

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

/third_party/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()
/third_party/protobuf/python/google/protobuf/internal/
Dencoder.py788 start_bytes = b"".join([
797 write(start_bytes)
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.c2224 unsigned start_bytes = start_bits / 8; in dec_av1_Decode() local
2237 for (i = 0; i < start_bytes; ++i) in dec_av1_Decode()
2239 vl_vlc_peekbits(vlc, start_bits) >> ((start_bytes - i - 1) * 8); in dec_av1_Decode()
2262 memcpy(priv->codec_data.av1.bs_obu_seq_buf, start_buf, start_bytes); in dec_av1_Decode()
2263 memcpy(priv->codec_data.av1.bs_obu_seq_buf + start_bytes, obu_data, in dec_av1_Decode()
2264 total_obu_len - start_bytes); in dec_av1_Decode()
2302 sizes[num_buffers++] = start_bytes; in dec_av1_Decode()
2304 sizes[num_buffers++] = total_obu_len - start_bytes; in dec_av1_Decode()