Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.cc113 inline uint32_t section_length() const { in section_length() function in v8::internal::wasm::__anon96a422e80111::WasmSectionIterator
133 msg, section_length(), in advance()
156 uint32_t section_length = decoder_.consume_u32v("section length"); in next() local
159 if (decoder_.checkAvailable(section_length)) { in next()
161 section_end_ = section_start_ + section_length; in next()
1326 uint32_t section_length = decoder.consume_u32v("section length"); in DecodeCustomSections() local
1330 decoder.consume_bytes(section_length, "section bytes"); in DecodeCustomSections()
1337 uint32_t payload_length = section_length - (payload_offset - section_start); in DecodeCustomSections()
1340 payload_length, section_length}); in DecodeCustomSections()
Dmodule-decoder.h93 uint32_t section_length; member
/external/google-breakpad/src/common/
Ddwarf_cu_to_module.cc818 uint64 section_length = map_entry->second.second; in ReadSourceLines() local
819 if (offset >= section_length) { in ReadSourceLines()
823 line_reader_->ReadProgram(section_start + offset, section_length - offset, in ReadSourceLines()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2056 int section_length) { in calculate_section_intra_ratio() argument
2062 while (s < end && i < section_length) { in calculate_section_intra_ratio()
3118 const double section_length = twopass->total_left_stats.count; in vp9_rc_get_second_pass_params() local
3120 twopass->total_left_stats.coded_error / section_length; in vp9_rc_get_second_pass_params()
3122 twopass->total_left_stats.intra_skip_pct / section_length; in vp9_rc_get_second_pass_params()
3125 ((double)cm->mb_rows * section_length); in vp9_rc_get_second_pass_params()
3127 twopass->total_left_stats.frame_noise_energy / section_length; in vp9_rc_get_second_pass_params()
/external/libpcap/
Dsf-pcap-ng.c110 u_int64_t section_length; member