/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/tools/ |
bisect-builds.py | 328 def ReportHook(blocknum, blocksize, totalsize): 333 if totalsize == -1: # Total size not known. 336 size = min(totalsize, size) 338 size, totalsize, 100.0 * size / totalsize) [all...] |
/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/ |
LowStorageTest.java | 55 TextView startSizeTextView = (TextView) findViewById(R.id.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)
|
/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
|
/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-18/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...] |
/external/kernel-headers/original/asm-x86/ |
processor_32.h | 467 unsigned int totalsize; member in struct:microcode_header
|