Home
last modified time | relevance | path

Searched refs:entry_bytes (Results 1 – 6 of 6) sorted by relevance

/external/pigweed/pw_ring_buffer/
Dprefixed_entry_ring_buffer.cc301 size_t entry_bytes = info.preamble_bytes + info.data_bytes; in InternalPopFront() local
303 reader.read_idx = IncrementIndex(prev_read_idx, entry_bytes); in InternalPopFront()
343 uint64_t entry_bytes; in FrontEntryInfo() local
344 size_t length_bytes = varint::Decode(varint_buf, &entry_bytes); in FrontEntryInfo()
350 info.data_bytes = entry_bytes; in FrontEntryInfo()
/external/mesa3d/src/gallium/frontends/xvmc/tests/
Dtest_subpicture.c172 assert(subpicture.num_palette_entries == 0 && subpicture.entry_bytes == 0); in main()
175 assert(subpicture.num_palette_entries == 16 && subpicture.entry_bytes == 4); in main()
/external/mesa3d/src/gallium/frontends/xvmc/
Dsubpicture.c337 subpicture->entry_bytes = PipeToComponentOrder( in XvMCCreateSubpicture()
/external/mesa3d/src/gallium/frontends/va/
Dimage.c268 img->entry_bytes = 0; in vlVaDeriveImage()
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dgrpc_tpu_driver.cc647 const int64_t entry_bytes = e->ByteSizeLong(); in StreamWriterFn() local
648 if (reqs.empty() || request_bytes + entry_bytes > kMaxStreamWriteSize) { in StreamWriterFn()
/external/avb/
Daftltool_test.py779 entry_bytes = self.test_entry_1.encode()
780 self.assertEqual(entry_bytes, self.test_entry_1_bytes)