/external/elfutils/backends/ |
aarch64_retval.c | 74 there were errors. In the former case, *SIZEP contains byte size 177 Dwarf_Word size, count; local 178 if ((i = member_is_fp (&member, &size, &count)) != 0) 181 if (*sizep != size) 193 pass_in_gpr (const Dwarf_Op **locp, Dwarf_Word size) 202 return size <= 8 ? 1 : 4; 215 pass_hfa (const Dwarf_Op **locp, Dwarf_Word size, Dwarf_Word count) 218 assert (size == 2 || size == 4 || size == 8 || size == 16) [all...] |
/external/elfutils/libdw/ |
cfi.c | 49 size_t size = offsetof (Dwarf_Frame, regs[original->nregs]); local 50 Dwarf_Frame *copy = malloc (size); 53 memcpy (copy, original, size); 64 the array size and offsetof calculations below. */ 73 size_t size = offsetof (Dwarf_Frame, regs[reg + 1]); local 74 Dwarf_Frame *bigger = realloc (*pfs, size);
|
fde.c | 177 const size_t size = 2 * encoded_value_size (&cache->data->d, cache->e_ident, local 180 if (unlikely (size == 0)) 203 /* Max idx * size is checked against search_table len when 205 const uint8_t *p = &cache->search_table[idx * size];
|
/external/elfutils/libelf/ |
elf_compress_gnu.c | 100 size_t hsize = 4 + 8; /* GNU "ZLIB" + 8 byte size. */ 151 size_t hsize = 4 + 8; /* GNU "ZLIB" + 8 byte size. */ 159 an 8-byte big-endian size. There is only one type and 165 /* One more sanity check, size should be bigger than original 166 data size plus some overhead (4 chars ZLIB + 8 bytes size + 6 175 size_t size = gsize; local 178 void *buf_out = __libelf_decompress (buf_in, size_in, size); 188 shdr->sh_size = size; 193 shdr->sh_size = size; [all...] |
elf_getdata.c | 126 entry size. See elf-knowledge.h for more information. */ 140 int data, size_t size, Elf_Type type) 151 scn->data_base = (char *) malloc (size); 159 memcpy (scn->data_base, scn->rawdata_base, size); 166 scn->data_base = (char *) malloc (size); 181 rawdata_source = (char *) malloc (size); 189 memcpy (rawdata_source, scn->rawdata_base, size); 199 fp (scn->data_base, rawdata_source, size, 0); 206 scn->data_list.data.d.d_size = size; 222 Elf64_Xword size; local [all...] |
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
IElement.java | 24 IElement setText (String text, boolean nbsp); // size() is 0 after this 94 public int size () method in class:IElement.Factory.ElementImpl 96 return m_contents.size ();
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
FieldCollection.java | 39 final int count = m_fields.size (); // use size() if class becomes non-final 53 public int size () method in class:FieldCollection 55 return m_fields.size (); 70 final int fields_count = m_fields.size (); // use size() if class becomes non-final 89 final int fields_count = m_fields.size (); // use size() if class becomes non-final 110 final int newoffset = m_fields.size (); // use size() if class becomes non-fina [all...] |
MethodCollection.java | 39 final int count = m_methods.size (); // use size() if class becomes non-final 53 public int size () method in class:MethodCollection 55 return m_methods.size (); 70 final int methods_count = m_methods.size (); // use size() if class becomes non-final 89 final int methods_count = m_methods.size (); // use size() if class becomes non-final 110 final int newoffset = m_methods.size (); // use size() if class becomes non-fina [all...] |
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
ExceptionHandlerTable.java | 32 public int size () method in class:ExceptionHandlerTable 34 return m_exceptions.size (); 39 return 2 + (m_exceptions.size () << 3); // use size() if class becomes non-final 54 final int exceptions_count = m_exceptions.size (); // use size() if class becomes non-final 73 int exception_table_length = m_exceptions.size (); // use size() if class becomes non-final 87 final int newoffset = m_exceptions.size (); // use size() if class becomes non-fina [all...] |
InnerClassesAttribute_info.java | 35 for (int i = 0, iLimit = size (); i < iLimit; ++ i) 53 * @param offset inner class entry offset [must be in [0, size()) range; 67 public final int size () method in class:InnerClassesAttribute_info 69 return m_classes.size (); 74 return 8 + (m_classes.size () << 3); // use size() if class becomes non-final 88 for (int l = 0; l < size (); ++ l) 109 final int class_count = classes.size (); // use size() if class becomes non-final 127 final int class_count = classes.size (); // use size() if class becomes non-fina [all...] |
LineNumberTableAttribute_info.java | 80 * @param offset line number entry offset [must be in [0, size()) range; 94 public int size () method in class:LineNumberTableAttribute_info 96 return m_lines.size (); 101 return 8 + (m_lines.size () << 2); // use size() if class becomes non-final 115 for (int l = 0; l < size (); ++ l) 134 final int lines_count = m_lines.size (); // use size() if class becomes non-final 150 final int lines_count = m_lines.size (); // use size() if class becomes non-fina [all...] |
/external/emma/core/java12/com/vladium/util/ |
ByteArrayOStream.java | 204 * @return [result.length = size()] 221 public final int size () method in class:ByteArrayOStream
|
IntVector.java | 35 throw new IndexOutOfBoundsException ("get[" + index + "] on vector of size " + m_size); 46 final int size = m_size; local 47 final int [] result = new int [size]; 49 if (size < COPY_THRESHOLD) 51 for (int i = 0; i < size; ++ i) result [i] = m_values [i]; 55 System.arraycopy (m_values, 0, result, 0, size); 62 public int size () method in class:IntVector 100 final StringBuffer s = new StringBuffer (super.toString() + ", size " + m_size + ": "); 115 throw new IndexOutOfBoundsException ("get[" + index + "] on vector of size " + m_size);
|
/external/freetype/include/freetype/internal/ |
fthash.h | 82 FT_UInt size; member in struct:FT_HashRec_
|
/external/freetype/src/sfnt/ |
ttbdf.c | 145 FT_Size size = FT_FACE(face)->size; local 168 if ( size == NULL || property_name == NULL ) 180 if ( _ppem == size->metrics.y_ppem )
|
/external/gemmlowp/internal/ |
kernel.h | 97 // DepthMajor means column-major, so the LHS cells are of size 3x4 in 113 // DepthMajor means row-major, so the RHS cells are of size 4x5 in 187 static const int size = CellFormat::kWidth; local 188 return ((size + w - d) * size + d) % (size * size);
|
/external/gemmlowp/public/ |
map.h | 91 VectorMap(Scalar* data, int size) : data_(data), size_(size) {} 94 int size() const { return size_; } function in class:gemmlowp::VectorMap 113 VectorDup(Scalar data, int size) : data_(data), size_(size) {} 116 int size() const { return size_; } function in class:gemmlowp::VectorDup
|
/external/gemmlowp/test/ |
test.h | 73 std::memcpy(data_, other.data_, size() * sizeof(Scalar)); 79 !std::memcmp(a.data_, b.data_, a.size()); 86 storage.resize(size()); 90 int size() const { return rows_ * cols_; } function in class:gemmlowp::Matrix
|
/external/google-breakpad/src/client/ |
minidump_file_writer.h | 95 // |str| is expected to be either UTF-16 or UTF-32 depending on the size 108 // Write |size| bytes starting at |src| into the current position. 110 bool WriteMemory(const void *src, size_t size, MDMemoryDescriptor *output); 112 // Copies |size| bytes from |src| to |position| 114 bool Copy(MDRVA position, const void *src, ssize_t size); 122 // Allocates an area of |size| bytes. 125 MDRVA Allocate(size_t size); 136 // Current allocated size 163 // Allocates |size| bytes. Must not call more than once. 165 bool Allocate(size_t size); 171 inline size_t size() const { return size_; } function in class:google_breakpad::UntypedMDRVA [all...] |
/external/google-breakpad/src/common/linux/ |
elf_symbols_to_module.cc | 47 // word size, and so on. Corresponds to the data in Elf32_Sym / Elf64_Sym. 60 // The current symbol's value, size, info and shndx fields. 62 uint64_t size; member in struct:google_breakpad::ELFSymbolIterator::Symbol 69 // otherwise. Assume each symbol has a 'value' field whose size is 102 .Read(4, false, &symbol_.size) 114 .Read(8, false, &symbol_.size); 119 // The size of symbols' value field, in bytes. 130 if (offset < 0 || (size_t) offset >= strings.Size()) {
|
/external/google-breakpad/src/common/ |
memory_range_unittest.cc | 71 size_t size; member in struct:__anon11374::__anon11376 176 size_t element_size = kElements[i].size; 180 << ", size=" << element_size
|
simple_string_dictionary_unittest.cc | 137 // We assume at least this size in the tests below 223 // Make sure the number of iterations matches the expected dictionary size. 265 size_t size = map.Serialize(&serialized); local 268 reinterpret_cast<SerializedNonAllocatingMap*>(malloc(size)); 270 memcpy(serialized_copy, serialized, size); 272 TestMap deserialized(serialized_copy, size);
|
/external/google-breakpad/src/processor/ |
static_contained_range_map_unittest.cc | 228 unsigned int size; local 229 serialized_data_.reset(serializer_.Serialize(&crm_map_, &size)); 230 BPLOG(INFO) << "Serialized data size: " << size << " Bytes."; 239 unsigned int size; local 241 serialized_data.reset(serializer_.Serialize(&empty_crm_map, &size)); 245 ASSERT_EQ(kCorrectSizeForEmptyMap, size); 259 unsigned int size; local 261 serialized_data.reset(serializer_.Serialize(&crm_map, &size)); 265 ASSERT_EQ(kCorrectSizeForSingleElementMap, size); [all...] |
/external/google-breakpad/src/third_party/libdisasm/ |
ia32_reg.c | 65 /* REGISTER TABLE: size, type, and name of every register in the 69 unsigned int size; member in struct:__anon11576 210 reg->size = ia32_reg_table[id].size;
|
x86_disasm.c | 19 int len, size; local 52 size = ia32_disasm_addr( bytes, len, insn); 55 if (! size ) { 61 if ( size > len ) { 68 memcpy( insn->bytes, bytes, size ); 70 return size; 77 unsigned int buf_len, size, count = 0, bytes = 0; local 83 size = x86_disasm( buf, buf_len, buf_rva, offset + bytes, 85 if ( size ) { 90 bytes += size; 135 unsigned int size, count = 0, bytes = 0, cont = 1; local [all...] |