Searched refs:section_length (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | hapenc.c | 71 /* section_length does not include the header */ 74 int section_length, in hap_write_section_header() 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() 72 hap_write_section_header(PutByteContext *pbc, enum HapHeaderLength header_length, int section_length, enum HapSectionType section_type) hap_write_section_header() argument
|
/third_party/node/deps/v8/src/wasm/ |
H A D | module-decoder.cc | 188 uint32_t section_length() const { in section_length() function in v8::internal::wasm::__anon15186::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() [all...] |
/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/ |
H A D | erst-inject.c | 112 sec_hdr->section_length = sizeof(*mem_err); in inject()
|
H A D | cper.h | 132 __u32 section_length; member
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/erst-inj/ |
H A D | erst-inject.c | 112 sec_hdr->section_length = sizeof(*mem_err); in inject()
|
H A D | cper.h | 132 __u32 section_length; member
|
Completed in 12 milliseconds