Home
last modified time | relevance | path

Searched refs:section_length (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhapenc.c74 int section_length, in hap_write_section_header() argument
81 bytestream2_put_le24(pbc, header_length == HAP_HDR_LONG ? 0 : section_length); in hap_write_section_header()
85 bytestream2_put_le32(pbc, section_length); in hap_write_section_header()
/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc188 uint32_t section_length() const { in section_length() function in v8::internal::wasm::__anond2c9f3f70211::WasmSectionIterator
216 msg, section_length(), in advance()
239 uint32_t section_length = decoder_->consume_u32v("section length"); in next() local
242 if (decoder_->checkAvailable(section_length)) { in next()
244 section_end_ = payload_start_ + section_length; in next()
2435 uint32_t section_length = decoder.consume_u32v("section length"); in DecodeCustomSections() local
2439 decoder.consume_bytes(section_length, "section bytes"); in DecodeCustomSections()
2446 if (section_length < (payload_offset - section_start)) { in DecodeCustomSections()
2450 uint32_t payload_length = section_length - (payload_offset - section_start); in DecodeCustomSections()
2453 result.push_back({{section_start, section_length}, in DecodeCustomSections()
/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/
Dcper.h132 __u32 section_length; member
Derst-inject.c112 sec_hdr->section_length = sizeof(*mem_err); in inject()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h75491 u32 section_length; member