Home
last modified time | relevance | path

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

/third_party/alsa-utils/axfer/
Dcontainer-au.c51 struct container_header { struct
77 struct container_header header; in au_parser_pre_process() argument
94 if (be32toh(header.hdr_size) != sizeof(struct container_header)) in au_parser_pre_process()
125 struct container_header *header, in build_container_header()
130 header->hdr_size = htobe32(sizeof(struct container_header)); in build_container_header()
141 struct container_header header; in write_container_header()
Dcontainer-voc.c62 struct container_header { struct
318 struct container_header *header) in parse_container_header()
434 struct container_header header = {0}; in detect_container_version()
601 struct container_header *header) in write_container_header()
685 struct container_header header; in write_data_blocks()
782 offset = sizeof(struct container_header) + sizeof(uint8_t); in write_data_size()
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-snapshot.cc600 const auto& container_header = in VisitWeakContainer() local
603 graph_builder_.VisitWeakContainerForVisibility(container_header); in VisitWeakContainer()
622 container_header.Trace(this); in VisitWeakContainer()
833 const HeapObjectHeader& container_header) { in VisitWeakContainerForVisibility() argument
836 states_.GetOrCreateState(container_header).MarkAsWeakContainer(); in VisitWeakContainerForVisibility()