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

  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 98 typedef ChunkType chunk_type; typedef in class:mcld::LinearAllocatorBase
134 { chunk_type::construct(pPtr, pValue); }
142 { chunk_type::construct(pPtr); }
147 { chunk_type::destroy(pPtr); }
155 if (0 == N || N > chunk_type::size())
161 size_type rest_num_elem = chunk_type::size() - m_pCurrent->bound;
176 if (chunk_type::size() == m_pCurrent->bound)
188 N > chunk_type::size() ||
211 pPtr <= &(m_pCurrent->data[chunk_type::size()-1]))
219 pPtr <= &(m_pCurrent->data[chunk_type::size()-1])
    [all...]
GCFactory.h 115 typedef DataIterator<typename Alloc::chunk_type,
118 typedef DataIterator<typename Alloc::chunk_type,
  /external/qemu/distrib/libsparse/src/
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 43 __le16 chunk_type; /* 0xCAC1 -> raw; 0xCAC2 -> fill; 0xCAC3 -> don't care */ member in struct:chunk_header
output_file.c 352 chunk_header.chunk_type = CHUNK_TYPE_DONT_CARE;
377 chunk_header.chunk_type = CHUNK_TYPE_FILL;
413 chunk_header.chunk_type = CHUNK_TYPE_RAW;
448 chunk_header.chunk_type = CHUNK_TYPE_CRC32;
sparse_read.c 231 switch (chunk_header->chunk_type) {
268 chunk_header->chunk_type, offset);
  /system/core/libsparse/
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 43 __le16 chunk_type; /* 0xCAC1 -> raw; 0xCAC2 -> fill; 0xCAC3 -> don't care */ member in struct:chunk_header
output_file.c 352 chunk_header.chunk_type = CHUNK_TYPE_DONT_CARE;
377 chunk_header.chunk_type = CHUNK_TYPE_FILL;
413 chunk_header.chunk_type = CHUNK_TYPE_RAW;
448 chunk_header.chunk_type = CHUNK_TYPE_CRC32;
sparse_read.c 231 switch (chunk_header->chunk_type) {
268 chunk_header->chunk_type, offset);
  /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...]
  /build/tools/releasetools/
sparse_img.py 66 chunk_type = header[0]
72 if chunk_type == 0xCAC1:
84 elif chunk_type == 0xCAC2:
91 elif chunk_type == 0xCAC3:
98 elif chunk_type == 0xCAC4:
103 (chunk_type,))
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_util.cc 64 if (chunk->chunk_type() != safe_browsing::ChunkData::ADD &&
65 chunk->chunk_type() != safe_browsing::ChunkData::SUB) {
82 if (chunk->chunk_type() == safe_browsing::ChunkData::SUB &&
96 return chunk_data_->chunk_type() == safe_browsing::ChunkData::ADD;
100 return chunk_data_->chunk_type() == safe_browsing::ChunkData::SUB;
safe_browsing_database_unittest.cc 66 safe_browsing::ChunkData::ChunkType chunk_type,
72 raw_data->set_chunk_type(chunk_type);
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_input.c     [all...]
sctp_constants.h 390 #define IS_SCTP_CONTROL(a) ((a)->chunk_type != SCTP_DATA)
391 #define IS_SCTP_DATA(a) ((a)->chunk_type == SCTP_DATA)
    [all...]
sctp.h 70 uint8_t chunk_type; /* chunk type */ member in struct:sctp_chunkhdr
sctp_header.h 454 uint8_t chunk_type; member in struct:sctp_chunk_desc
sctp_output.c     [all...]
sctp_indata.c     [all...]
sctp_pcb.c     [all...]
sctp_asconf.c 671 ack_cp->ch.chunk_type = SCTP_ASCONF_ACK;
    [all...]
sctputil.c     [all...]
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 511 uint32_t chunk_type = ntohl(hdr[1]); local
512 if (chunk_type == FOURCC('m', 'o', 'o', 'f')) {
515 } else if (chunk_type != FOURCC('m', 'd', 'a', 't')) {
769 uint32_t chunk_type = ntohl(hdr[1]); local
806 MakeFourCCString(chunk_type, chunk);
827 PathAdder autoAdder(&mPath, chunk_type);
831 if (chunk_type != FOURCC('c', 'p', 'r', 't')
832 && chunk_type != FOURCC('c', 'o', 'v', 'r')
850 switch(chunk_type) {
867 if (chunk_type == FOURCC('s', 't', 'b', 'l'))
3105 uint32_t chunk_type = ntohl(hdr[1]); local
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 1552 png_uint_32 chunk_type; \/* From header *\/ member in struct:chunk
    [all...]

Completed in 1478 milliseconds