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

  /system/extras/ext4_utils/
simg_dump.py 99 chunk_type = header[0]
108 if chunk_type == 0xCAC1:
116 elif chunk_type == 0xCAC2:
125 elif chunk_type == 0xCAC3:
131 elif chunk_type == 0xCAC4:
141 print("Unknown chunk type 0x%04X" % (chunk_type), end="")
sparse_format.h 39 __le16 chunk_type; /* 0xCAC1 -> raw; 0xCAC2 -> fill; 0xCAC3 -> don't care */ member in struct:chunk_header
output_file.c 172 chunk_header.chunk_type = CHUNK_TYPE_DONT_CARE;
228 chunk_header.chunk_type = CHUNK_TYPE_FILL;
300 chunk_header.chunk_type = CHUNK_TYPE_RAW;
336 chunk_header.chunk_type = CHUNK_TYPE_CRC32;
simg2img.c 258 switch (chunk_header.chunk_type) {
288 fprintf(stderr, "Unknown chunk type 0x%4.4x\n", chunk_header.chunk_type);
img2simg.c 279 file_hdr.dont_care_hdr.chunk_type = my_htole16(CHUNK_TYPE_DONT_CARE);
284 file_hdr.raw_hdr.chunk_type = my_htole16(CHUNK_TYPE_RAW);
  /external/iptables/extensions/
libxt_sctp.c 93 unsigned int chunk_type; member in struct:sctp_chunk_names
99 = { { .name = "DATA", .chunk_type = 0, .valid_flags = "----IUBE"},
100 { .name = "INIT", .chunk_type = 1, .valid_flags = "--------"},
101 { .name = "INIT_ACK", .chunk_type = 2, .valid_flags = "--------"},
102 { .name = "SACK", .chunk_type = 3, .valid_flags = "--------"},
103 { .name = "HEARTBEAT", .chunk_type = 4, .valid_flags = "--------"},
104 { .name = "HEARTBEAT_ACK", .chunk_type = 5, .valid_flags = "--------"},
105 { .name = "ABORT", .chunk_type = 6, .valid_flags = "-------T"},
106 { .name = "SHUTDOWN", .chunk_type = 7, .valid_flags = "--------"},
107 { .name = "SHUTDOWN_ACK", .chunk_type = 8, .valid_flags = "--------"}
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 85 typedef ChunkType chunk_type; typedef in class:mcld::LinearAllocatorBase
142 if (0 == N || N > chunk_type::size())
148 size_type rest_num_elem = chunk_type::size() - m_pCurrent->bound;
163 if (chunk_type::size() == m_pCurrent->bound)
175 N > chunk_type::size() ||
198 pPtr <= &(m_pCurrent->data[chunk_type::size()-1]))
206 pPtr <= &(m_pCurrent->data[chunk_type::size()-1]))
219 chunk_type *cur = m_pRoot, *prev;
243 m_pRoot = new chunk_type();
245 m_AllocatedNum += chunk_type::size()
    [all...]
GCFactory.h 118 typedef DataIterator<typename Alloc::chunk_type,
121 typedef DataIterator<typename Alloc::chunk_type,
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 610 uint32_t chunk_type = ntohl(hdr[1]); local
630 MakeFourCCString(chunk_type, chunk);
651 PathAdder autoAdder(&mPath, chunk_type);
655 if (chunk_type != FOURCC('c', 'p', 'r', 't')
656 && chunk_type != FOURCC('c', 'o', 'v', 'r')
674 switch(chunk_type) {
688 if (chunk_type == FOURCC('s', 't', 'b', 'l')) {
706 if (chunk_type == FOURCC('t', 'r', 'a', 'k')) {
762 } else if (chunk_type == FOURCC('m', 'o', 'o', 'v')) {
942 FourCC2MIME(chunk_type))) {
    [all...]

Completed in 272 milliseconds