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

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.h 66 GLuint totalsize; /** total size of the miptree, in bytes */ member in struct:_radeon_mipmap_tree
radeon_mipmap_tree.c 178 mt->totalsize = (curOffset + RADEON_OFFSET_MASK) & ~RADEON_OFFSET_MASK;
182 __func__, rmesa, mt, mt->totalsize);
212 0, mt->totalsize, 1024,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.h 66 GLuint totalsize; /** total size of the miptree, in bytes */ member in struct:_radeon_mipmap_tree
radeon_mipmap_tree.c 178 mt->totalsize = (curOffset + RADEON_OFFSET_MASK) & ~RADEON_OFFSET_MASK;
182 __func__, rmesa, mt, mt->totalsize);
212 0, mt->totalsize, 1024,
  /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;
  /external/chromium_org/third_party/skia/third_party/lua/src/
lstring.c 101 size_t totalsize; /* total size of TString object */ local
102 totalsize = sizeof(TString) + ((l + 1) * sizeof(char));
103 ts = &luaC_newobj(L, tag, totalsize, list, 0)->ts;
  /frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
LowStorageTest.java 55 TextView startSizeTextView = (TextView) findViewById(R.id.totalsize);
  /external/chromium_org/tools/
bisect-builds.py 528 def ReportHook(blocknum, blocksize, totalsize):
533 if totalsize == -1: # Total size not known.
536 size = min(totalsize, size)
538 size, totalsize, 100.0 * size / totalsize)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
NativeDecoderTest.java 329 int totalsize = 0; local
331 totalsize += trackdata[i].size();
333 int[] trackbytes = new int[totalsize];
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_struct.py 558 totalsize = support.calcobjsize('5P')
560 totalsize += struct.calcsize('3P') * (number_of_codes + 1)
561 support.check_sizeof(self, struct.Struct(format_str), totalsize)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_struct.py 558 totalsize = support.calcobjsize('5P')
560 totalsize += struct.calcsize('3P') * (number_of_codes + 1)
561 support.check_sizeof(self, struct.Struct(format_str), totalsize)
  /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
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/asm/
processor_32.h 256 unsigned int totalsize; member in struct:microcode_header
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/asm/
processor_32.h 256 unsigned int totalsize; member in struct:microcode_header
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 256 unsigned int totalsize; member in struct:microcode_header
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/asm/
processor_32.h 256 unsigned int totalsize; member in struct:microcode_header

Completed in 642 milliseconds

1 2