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

1 2

  /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/vboot_reference/utility/
chromeos-tpm-recovery-test 62 totalsize=$(( $size + $space_overhead ))
65 if [ $totalsize -gt $free ]; then
75 echo $(( $free - $totalsize )) > nvram.freespace
  /frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
LowStorageTest.java 55 TextView startSizeTextView = (TextView) findViewById(R.id.totalsize);
  /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
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm/
processor_32.h 256 unsigned int totalsize; member in struct:microcode_header
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/
processor_32.h 256 unsigned int totalsize; member in struct:microcode_header
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
processor_32.h 256 unsigned int totalsize; member in struct:microcode_header
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
processor_32.h 256 unsigned int totalsize; member in struct:microcode_header
  /prebuilts/ndk/9/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...]

Completed in 2338 milliseconds

1 2