Searched refs:totalSize (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/freetype/dist/src/psaux/
H A Dpsarrst.c70 arrstack->totalSize = 0;
85 arrstack->totalSize = 0;
113 if ( !FT_REALLOC( arrstack->ptr, arrstack->totalSize, newSize ) )
116 arrstack->totalSize = newSize;
H A Dpsarrst.h60 size_t totalSize; /* total bytes allocated */ member in struct:CF2_ArrStackRec_
/xsrc/external/mit/xorg-server/dist/dix/
H A Dproperty.c209 uint64_t totalSize; local in function:ProcChangeProperty
230 totalSize = len * sizeInBytes;
231 REQUEST_FIXED_SIZE(xChangePropertyReq, totalSize);
261 int sizeInBytes, totalSize, rc; local in function:dixChangeWindowProperty
266 totalSize = len * sizeInBytes;
278 data = malloc(totalSize);
279 if (totalSize) {
284 memcpy(data, value, totalSize);
317 data = malloc(totalSize);
318 if (totalSize) {
[all...]
H A Dprivates.c473 unsigned totalSize; local in function:_dixAllocateObjectWithPrivates
484 totalSize = baseSize + global_keys[type].offset;
485 object = malloc(totalSize);
696 unsigned totalSize; local in function:_dixAllocateScreenObjectWithPrivates
712 totalSize = baseSize + privates_size;
713 object = malloc(totalSize);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dproperty.c203 uint64_t totalSize; local in function:ProcChangeProperty
225 totalSize = len * sizeInBytes;
226 REQUEST_FIXED_SIZE(xChangePropertyReq, totalSize);
258 int sizeInBytes, totalSize, rc; local in function:dixChangeWindowProperty
263 totalSize = len * sizeInBytes;
276 data = malloc(totalSize);
282 memcpy(data, value, totalSize);
316 data = malloc(totalSize);
319 memcpy(data, value, totalSize);
335 memcpy(data + pProp->size * sizeInBytes, value, totalSize);
[all...]
H A Dprivates.c306 unsigned totalSize; local in function:_dixAllocateObjectWithPrivates
315 totalSize = baseSize + keys[type].offset;
316 object = malloc(totalSize);
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis6326_video.c361 CARD32 totalSize; member in struct:__anon49751ab20208
1153 overlay.YUVEnd = (pPriv->bufAddr[pPriv->currentBuf] + pPriv->totalSize) >> 14;
1238 int totalSize=0; local in function:SIS6326PutImage
1285 totalSize = (pPriv->srcPitch * height * 3) >> 1;
1294 totalSize = pPriv->srcPitch * height;
1298 totalSize += 15;
1299 totalSize &= ~15; /* in bytes */
1301 pPriv->totalSize = totalSize;
1304 if(!(pPriv->bufAddr[0] = SISAllocateFBMemory(pScrn, &pPriv->handle, totalSize <<
[all...]
H A Dsis_video.c3525 int totalSize = 0; local in function:SISPutImage
3589 totalSize = (pPriv->srcPitch * height * 3) >> 1; /* Verified */
3599 totalSize = pPriv->srcPitch * height;
3603 totalSize += 15;
3604 totalSize &= ~15; /* in bytes */
3607 if(!(pPriv->bufAddr[0] = SISAllocateFBMemory(pScrn, &pPriv->handle, totalSize << 1)))
3627 pPriv->bufAddr[1] = pPriv->bufAddr[0] + totalSize;
3630 if((pSiS->XvUseMemcpy) || (totalSize < 16)) {
3631 SiSMemCopyToVideoRam(pSiS, pSiS->FbBase + pPriv->bufAddr[pPriv->currentBuf], buf, totalSize);
3636 for(i = 0; i < (totalSize/1
4209 int totalSize, bytesize=0, h, w, wb, srcPitch; local in function:SISPutImageBlit
[all...]
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_video.c1092 int totalSize=0; local in function:XGIPutImage
1136 totalSize = (pPriv->srcPitch * height * 3) >> 1; /* Verified */
1145 totalSize = pPriv->srcPitch * height;
1149 totalSize += 15;
1150 totalSize &= ~15;
1157 if(totalSize == pPriv->fbSize)
1160 pPriv->fbSize = totalSize;
1170 lines = ((totalSize * 2) / pitch) + 1;
1185 pPriv->bufAddr[1] = pPriv->bufAddr[0] + totalSize;
1190 if((pXGI->XvUseMemcpy) || (totalSize < 1
[all...]
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dxiproperty.c893 uint64_t totalSize; local in function:ProcXChangeDeviceProperty
912 totalSize = len * (stuff->format / 8);
913 REQUEST_FIXED_SIZE(xChangeDevicePropertyReq, totalSize);
1133 uint64_t totalSize; local in function:ProcXIChangeProperty
1153 totalSize = len * (stuff->format / 8);
1154 REQUEST_FIXED_SIZE(xXIChangePropertyReq, totalSize);
/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_driver.c2115 int totalSize=0; local in function:ASTPutImage
2137 totalSize = (pPriv->srcPitch * height * 3) >> 1; /* Verified */
2146 totalSize = pPriv->srcPitch * height;
2149 totalSize += 15;
2150 totalSize &= ~15;
2153 if(totalSize == pPriv->fbSize)
2162 pPriv->fbSize = totalSize;
2171 lines = ((totalSize * 2) / pitch) + 1;
2187 pPriv->bufAddr[1] = pPriv->bufAddr[0] + totalSize;
2193 if(totalSize < 1
[all...]
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxvdisp.c325 int totalSize, na, nf, rc; local in function:ProcXvQueryAdaptors
364 totalSize = pxvs->nAdaptors * sz_xvAdaptorInfo;
371 totalSize += pad_to_int32(strlen(pa->name));
372 totalSize += pa->nFormats * sz_xvFormat;
376 rep.length = bytes_to_int32(totalSize);
415 int totalSize; local in function:ProcXvQueryEncodings
436 totalSize = ne * sz_xvEncodingInfo;
438 totalSize += pad_to_int32(strlen(pe->name));
442 rep.length = bytes_to_int32(totalSize);
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrproviderproperty.c502 uint64_t totalSize; local in function:ProcRRChangeProviderProperty
522 totalSize = len * sizeInBytes;
523 REQUEST_FIXED_SIZE(xRRChangeProviderPropertyReq, totalSize);
H A Drrproperty.c533 uint64_t totalSize; local in function:ProcRRChangeOutputProperty
553 totalSize = len * sizeInBytes;
554 REQUEST_FIXED_SIZE(xRRChangeOutputPropertyReq, totalSize);
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dxiproperty.c918 uint64_t totalSize; local in function:ProcXChangeDeviceProperty
935 totalSize = len * (stuff->format/8);
936 REQUEST_FIXED_SIZE(xChangeDevicePropertyReq, totalSize);
1160 uint64_t totalSize; local in function:ProcXIChangeProperty
1177 totalSize = len * (stuff->format/8);
1178 REQUEST_FIXED_SIZE(xXIChangePropertyReq, totalSize);
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxvdisp.c379 int totalSize, na, nf, rc; local in function:ProcXvQueryAdaptors
417 totalSize = pxvs->nAdaptors * sz_xvAdaptorInfo;
425 totalSize += pad_to_int32(strlen(pa->name));
426 totalSize += pa->nFormats * sz_xvFormat;
430 rep.length = bytes_to_int32(totalSize);
471 int totalSize; local in function:ProcXvQueryEncodings
497 totalSize = ne * sz_xvEncodingInfo;
500 totalSize += pad_to_int32(strlen(pe->name));
504 rep.length = bytes_to_int32(totalSize);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c1070 unsigned totalSize = 2 * sizeof(*header) + local in function:SVGA3D_vgpu10_DefineAndBindShader
1074 header = swc->reserve(swc, totalSize, 2);
1575 unsigned totalSize = 2 * sizeof(*header) + local in function:SVGA3D_sm5_DefineAndBindStreamOutput
1579 header = swc->reserve(swc, totalSize, 2);
H A Dsvga_pipe_query.c110 sq->queryResult->totalSize = sizeof *sq->queryResult;
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrproperty.c503 uint64_t totalSize; local in function:ProcRRChangeOutputProperty
525 totalSize = len * sizeInBytes;
526 REQUEST_FIXED_SIZE(xRRChangeOutputPropertyReq, totalSize);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dthreads.cpp1200 size_t totalSize = perWorkerSize * pPool->numThreads; local in function:CreateThreadPool
1201 if (totalSize)
1203 pPool->pWorkerPrivateDataArray = AlignedMalloc(totalSize, 64);
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dsvga3d_reg.h1629 uint32 totalSize; /* Set by guest before query is ended. */ member in struct:__anon70b0d8606908
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h1102 uint32 totalSize; /* Set by guest before query is ended. */ member in struct:__anonc6e2a0b53508
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h1136 uint32 totalSize; /* Set by guest before query is ended. */ member in struct:__anon2dcb6c683508
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c1070 unsigned totalSize = 2 * sizeof(*header) + local in function:SVGA3D_vgpu10_DefineAndBindShader
1074 header = swc->reserve(swc, totalSize, 2);
/xsrc/external/mit/xkbcomp/dist/
H A Dgeometry.c3279 size_t totalSize = local in function:FontFromParts
3281 totalSize += strlen(setWidth) + strlen(variant) + strlen(encoding);
3282 rtrn = calloc(totalSize, 1);
3285 snprintf(rtrn, totalSize, FONT_TEMPLATE, font, weight, slant,

Completed in 99 milliseconds

12