HomeSort by relevance Sort by last modified time
    Searched full:byte_size (Results 1 - 25 of 25) 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...]
show-die-info.c 90 { DW_AT_byte_size, "byte_size" },
  /frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
LowStorageTest.java 38 static final int BYTE_SIZE = 1024;
56 startSizeTextView.setText(Long.toString((totalBlocks * mBlockSize) / BYTE_SIZE));
125 freeSizeTextView.setText(Long.toString((availableBlocks * mBlockSize) / BYTE_SIZE));
  /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/docs/reference/glib/tmpl/
memory.sgml 273 Allocates @byte_size bytes of memory, and copies @byte_size bytes into it
278 @byte_size: the number of bytes to copy.
  /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/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/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...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
gdbint.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/share/info/
gdbint.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/
gdbint.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/share/info/
gdbint.info     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/
gdbint.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-readelf 
arm-eabi-gdb 
arm-eabi-gdbtui 
  /external/elfutils/src/
readelf.c     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gdb 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gdb 
arm-eabi-gdbtui 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-gdb 
i686-unknown-linux-gnu-gdbtui 

Completed in 2320 milliseconds