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

/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/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/oprofile/libopagent/
H A Djitdump.h44 u32 totalsize; member in struct:jitheader
H A Dopagent.c164 header.totalsize = sizeof(header) + strlen(_bfd_target_name) + 1;
166 pad_cnt = PADDING_8ALIGNED(header.totalsize);
167 header.totalsize += pad_cnt;
/external/oprofile/opjitconv/
H A Dparse_dump.c169 * totalsize > 0.
218 if (*ptr + header->totalsize > end) {
230 *ptr = *ptr + header->totalsize;
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlstring.c101 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;
/external/chromium_org/tools/
H A Dbisect-builds.py528 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)
/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/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
H A Dvpx_mem_tracker.c101 totalsize; member in struct:memory_tracker
/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.cpp1261 FX_DWORD totalsize = pObjStream->GetSize(); local
1262 CFX_SmartPointer<IFX_FileStream> file(FX_CreateMemoryStream((FX_LPBYTE)pData, (size_t)totalsize, FALSE));
1269 size = totalsize - (thisoff + offset);

Completed in 459 milliseconds