HomeSort by relevance Sort by last modified time
    Searched refs:section_length (Results 1 - 9 of 9) sorted by null

  /external/v8/src/wasm/
module-decoder.cc 129 uint32_t section_length = consume_u32v("section length"); local
130 if (!checkAvailable(section_length)) {
135 const byte* expected_section_end = pc_ + section_length;
394 consume_bytes(section_length);
400 size_t expected_length = static_cast<size_t>(section_length);
764 uint32_t section_length = decoder.consume_u32v("section length"); local
767 decoder.consume_bytes(section_length);
769 return Vector<const uint8_t>(section_start, section_length);
  /external/libnfc-nxp/src/
phDnldNfc.c 334 uint32_t section_length; member in struct:section_hdr
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 373 unsigned section_length = br->getBits(12); local
374 ALOGV(" section_length = %u", section_length);
399 size_t infoBytesRemaining = section_length - 9 - program_info_length - 4;
1263 unsigned section_length = br->getBits(12); local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
mmo.c 982 bfd_vma section_length; local
    [all...]
  /external/google-breakpad/src/common/
dwarf_cu_to_module.cc 818 uint64 section_length = map_entry->second.second; local
819 if (offset >= section_length) {
823 line_reader_->ReadProgram(section_start + offset, section_length - offset,
    [all...]
  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 708 // section_length = 0x00d
760 // section_length = 0x???
796 size_t section_length = 5 * mSources.size() + 4 + 9; local
797 buffer->data()[6] |= section_length >> 8;
798 buffer->data()[7] = section_length & 0xff;
  /frameworks/av/media/libstagefright/wifi-display/source/
TSPacketizer.cpp 661 // section_length = 0x00d
724 // section_length = 0x???
758 *ptr++ = 0x00; // section_length to be filled in below.
810 size_t section_length = ptr - (crcDataStart + 3) + 4 /* CRC */; local
812 crcDataStart[1] = 0xb0 | (section_length >> 8);
813 crcDataStart[2] = section_length & 0xff;
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 2647 const double section_length = twopass->total_left_stats.count; local
    [all...]
  /external/libpcap/
sf-pcap-ng.c 110 u_int64_t section_length; member in struct:section_header_block

Completed in 1041 milliseconds