Searched defs:totalsize (Results 1 - 11 of 11) 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
/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
/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
/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
/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/oprofile/libopagent/
H A Djitdump.h44 u32 totalsize; member in struct:jitheader
/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/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/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 2391 milliseconds