Searched refs:totalsize (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.h66 GLuint totalsize; /** total size of the miptree, in bytes */ member in struct:_radeon_mipmap_tree
H A Dradeon_mipmap_tree.c178 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/
H A Dradeon_mipmap_tree.h66 GLuint totalsize; /** total size of the miptree, in bytes */ member in struct:_radeon_mipmap_tree
H A Dradeon_mipmap_tree.c178 mt->totalsize = (curOffset + RADEON_OFFSET_MASK) & ~RADEON_OFFSET_MASK;
182 __func__, rmesa, mt, mt->totalsize);
212 0, mt->totalsize, 1024,
/external/vboot_reference/utility/
H A Dchromeos-tpm-recovery-test62 totalsize=$(( $size + $space_overhead ))
65 if [ $totalsize -gt $free ]; then
75 echo $(( $free - $totalsize )) > nvram.freespace
/external/libmtp/src/
H A Dptp-pack.c985 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;
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem_tracker.c101 totalsize; member in struct:memory_tracker
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c182 u32 totalsize; (tailer)
2310 tdb_off_t totalsize; local
2313 totalsize = sizeof(*rec) + rec->rec_len;
2314 return tdb_ofs_write(tdb, offset + totalsize - sizeof(tdb_off_t),
2315 &totalsize);
2973 printf("ERROR: tailer does not match record! tailer=%u totalsize=%u\n",
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp1285 FX_DWORD totalsize = pObjStream->GetSize(); local
1286 CFX_SmartPointer<IFX_FileStream> file(FX_CreateMemoryStream((FX_LPBYTE)pData, (size_t)totalsize, FALSE));
1293 size = totalsize - (thisoff + offset);

Completed in 329 milliseconds