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

  /external/oprofile/libopagent/
jitdump.h 44 u32 totalsize; member in struct:jitheader
opagent.c 164 header.totalsize = sizeof(header) + strlen(_bfd_target_name) + 1;
166 pad_cnt = PADDING_8ALIGNED(header.totalsize);
167 header.totalsize += pad_cnt;
  /external/oprofile/opjitconv/
parse_dump.c 169 * totalsize > 0.
218 if (*ptr + header->totalsize > end) {
230 *ptr = *ptr + header->totalsize;
  /frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
LowStorageTest.java 55 TextView startSizeTextView = (TextView) findViewById(R.id.totalsize);
  /bionic/libc/kernel/arch-x86/asm/
processor_32.h 256 unsigned int totalsize; member in struct:microcode_header
  /development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h 256 unsigned int totalsize; member in struct:microcode_header
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h 244 unsigned int totalsize; member in struct:microcode_header
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h 244 unsigned int totalsize; member in struct:microcode_header
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 244 unsigned int totalsize; member in struct:microcode_header
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 244 unsigned int totalsize; member in struct:microcode_header
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 244 unsigned int totalsize; member in struct:microcode_header
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 256 unsigned int totalsize; member in struct:microcode_header
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 256 unsigned int totalsize; member in struct:microcode_header
  /external/libmtp/src/
ptp-pack.c 985 uint32_t totalsize = 0; local
990 totalsize = sizeof(uint32_t); /* 4 bytes to store the number of elements */
995 totalsize += sizeof(uint32_t); /* Object ID */
998 totalsize += sizeof(uint16_t);
1001 totalsize += sizeof(uint16_t);
1004 totalsize += packedpropslens[noitems];
1010 opldata = malloc(totalsize);
1030 return totalsize;
    [all...]
  /external/kernel-headers/original/asm-x86/
processor_32.h 467 unsigned int totalsize; member in struct:microcode_header
  /external/libvpx/vpx_mem/
vpx_mem_tracker.c 105 totalsize; member in struct:memory_tracker
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 1027 unsigned totalsize = 0; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 184 u32 totalsize; (tailer)
2312 tdb_off_t totalsize; local
    [all...]

Completed in 1318 milliseconds