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

  /external/elfutils/tests/
run-show-die-info.sh 48 Attrs : name byte_size encoding
72 Attrs : name byte_size encoding
116 Attrs : name byte_size encoding
146 Attrs : name byte_size encoding
157 Attrs : name byte_size encoding
178 Attrs : name byte_size encoding
184 Attrs : sibling name byte_size decl_file decl_line
210 Attrs : name byte_size encoding
216 Attrs : byte_size
232 Attrs : name byte_size encodin
    [all...]
  /external/v8/src/
heap-inl.h 224 void Heap::CopyBlock(Object** dst, Object** src, int byte_size) {
225 ASSERT(IsAligned(byte_size, kPointerSize));
231 if (byte_size >= kBlockCopyLimit) {
232 memcpy(dst, src, byte_size);
234 int remaining = byte_size / kPointerSize;
heap.h     [all...]
  /external/bluetooth/glib/glib/
gstrfuncs.h 221 guint byte_size) G_GNUC_MALLOC G_GNUC_ALLOC_SIZE(2);
gstrfuncs.c 113 guint byte_size)
119 new_mem = g_malloc (byte_size);
120 memcpy (new_mem, mem, byte_size);
    [all...]
  /external/v8/src/x64/
disasm-x64.cc 194 void SetTableRange(InstructionType type, byte start, byte end, bool byte_size,
245 bool byte_size,
252 id->byte_size_operation = byte_size;
323 BYTE_SIZE = 0,
359 if (byte_size_operand_) return BYTE_SIZE;
550 case BYTE_SIZE:
667 OperandSize immediate_size = byte_size_immediate ? BYTE_SIZE : operand_size();
    [all...]
  /external/libxml2/
parserInternals.c 1943 unsigned int byte_size; local
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 392 long byte_size )
395 ras.buffer_size = byte_size;
    [all...]

Completed in 210 milliseconds