HomeSort by: relevance | last modified time | path
    Searched refs:totalSize (Results 1 - 25 of 26) sorted by relevancy

1 2

  /xsrc/external/mit/freetype/dist/src/psaux/
psarrst.c 70 arrstack->totalSize = 0;
85 arrstack->totalSize = 0;
113 if ( !FT_REALLOC( arrstack->ptr, arrstack->totalSize, newSize ) )
116 arrstack->totalSize = newSize;
psarrst.h 60 size_t totalSize; /* total bytes allocated */
  /xsrc/external/mit/xorg-server/dist/dix/
property.c 209 uint64_t totalSize;
230 totalSize = len * sizeInBytes;
231 REQUEST_FIXED_SIZE(xChangePropertyReq, totalSize);
261 int sizeInBytes, totalSize, rc;
266 totalSize = len * sizeInBytes;
278 data = malloc(totalSize);
279 if (totalSize) {
284 memcpy(data, value, totalSize);
317 data = malloc(totalSize);
318 if (totalSize) {
    [all...]
privates.c 473 unsigned totalSize;
484 totalSize = baseSize + global_keys[type].offset;
485 object = malloc(totalSize);
696 unsigned totalSize;
712 totalSize = baseSize + privates_size;
713 object = malloc(totalSize);
  /xsrc/external/mit/xorg-server.old/dist/dix/
property.c 203 uint64_t totalSize;
225 totalSize = len * sizeInBytes;
226 REQUEST_FIXED_SIZE(xChangePropertyReq, totalSize);
258 int sizeInBytes, totalSize, rc;
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...]
privates.c 306 unsigned totalSize;
315 totalSize = baseSize + keys[type].offset;
316 object = malloc(totalSize);
  /xsrc/external/mit/xf86-video-sis/dist/src/
sis6326_video.c 361 CARD32 totalSize;
1153 overlay.YUVEnd = (pPriv->bufAddr[pPriv->currentBuf] + pPriv->totalSize) >> 14;
1238 int totalSize=0;
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 << 1))
    [all...]
sis_video.c 3525 int totalSize = 0;
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/16); i++)
    [all...]
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_video.c 1092 int totalSize=0;
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 < 16))
    [all...]
  /xsrc/external/mit/xorg-server/dist/Xi/
xiproperty.c 893 uint64_t totalSize;
912 totalSize = len * (stuff->format / 8);
913 REQUEST_FIXED_SIZE(xChangeDevicePropertyReq, totalSize);
1133 uint64_t totalSize;
1153 totalSize = len * (stuff->format / 8);
1154 REQUEST_FIXED_SIZE(xXIChangePropertyReq, totalSize);
  /xsrc/external/mit/xf86-video-ast/dist/src/
ast_driver.c 2115 int totalSize=0;
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 < 16
    [all...]
  /xsrc/external/mit/xorg-server/dist/Xext/
xvdisp.c 325 int totalSize, na, nf, rc;
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;
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/
rrproviderproperty.c 502 uint64_t totalSize;
522 totalSize = len * sizeInBytes;
523 REQUEST_FIXED_SIZE(xRRChangeProviderPropertyReq, totalSize);
rrproperty.c 533 uint64_t totalSize;
553 totalSize = len * sizeInBytes;
554 REQUEST_FIXED_SIZE(xRRChangeOutputPropertyReq, totalSize);
  /xsrc/external/mit/xorg-server.old/dist/Xi/
xiproperty.c 918 uint64_t totalSize;
935 totalSize = len * (stuff->format/8);
936 REQUEST_FIXED_SIZE(xChangeDevicePropertyReq, totalSize);
1160 uint64_t totalSize;
1177 totalSize = len * (stuff->format/8);
1178 REQUEST_FIXED_SIZE(xXIChangePropertyReq, totalSize);
  /xsrc/external/mit/xorg-server.old/dist/Xext/
xvdisp.c 379 int totalSize, na, nf, rc;
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;
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/
svga_cmd_vgpu10.c 1070 unsigned totalSize = 2 * sizeof(*header) +
1074 header = swc->reserve(swc, totalSize, 2);
1575 unsigned totalSize = 2 * sizeof(*header) +
1579 header = swc->reserve(swc, totalSize, 2);
svga_pipe_query.c 110 sq->queryResult->totalSize = sizeof *sq->queryResult;
  /xsrc/external/mit/xorg-server.old/dist/randr/
rrproperty.c 503 uint64_t totalSize;
525 totalSize = len * sizeInBytes;
526 REQUEST_FIXED_SIZE(xRRChangeOutputPropertyReq, totalSize);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
threads.cpp 1200 size_t totalSize = perWorkerSize * pPool->numThreads;
1201 if (totalSize)
1203 pPool->pWorkerPrivateDataArray = AlignedMalloc(totalSize, 64);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
svga3d_cmd.h 1136 uint32 totalSize; /* Set by guest before query is ended. */
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
svga3d_cmd.h 1102 uint32 totalSize; /* Set by guest before query is ended. */
  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
svga3d_reg.h 1629 uint32 totalSize; /* Set by guest before query is ended. */
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_cmd_vgpu10.c 1070 unsigned totalSize = 2 * sizeof(*header) +
1074 header = swc->reserve(swc, totalSize, 2);
  /xsrc/external/mit/xkbcomp/dist/
geometry.c 3279 size_t totalSize =
3281 totalSize += strlen(setWidth) + strlen(variant) + strlen(encoding);
3282 rtrn = calloc(totalSize, 1);
3285 snprintf(rtrn, totalSize, FONT_TEMPLATE, font, weight, slant,

Completed in 88 milliseconds

1 2