Searched refs:size2 (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A D7zStream.c73 size_t size2 = p->size - p->pos; local
74 if (size2 == 0 && *size > 0)
77 size2 = LookToRead_BUF_SIZE;
78 res = p->realStream->Read(p->realStream, p->buf, &size2);
79 p->size = size2;
81 if (size2 < *size)
82 *size = size2;
91 size_t size2 = p->size - p->pos; local
92 if (size2 == 0 && *size > 0)
98 size2
[all...]
H A DLzFindMt.c337 UInt32 size2 = p->hashNumAvail - lenLimit + 1; local
338 if (size2 < size)
339 size = size2;
340 size2 = p->cyclicBufferSize - cyclicBufferPos;
341 if (size2 < size)
342 size = size2;
/vbox/include/VBox/HostServices/
H A DVBoxOGLOp.h222 #define VBOX_OGL_GEN_OP2PTRPTR(op, size1, p1ptr, size2, p2ptr) \
223 OGL_CMD(op, 2, size1+size2); \
225 OGL_MEMPARAM(p2ptr, size2); \
228 #define VBOX_OGL_GEN_OP3PTRPTR(op, p1, size2, p2ptr, size3, p3ptr) \
229 OGL_CMD(op, 3, sizeof(p1)+size2+size3); \
231 OGL_MEMPARAM(p2ptr, size2); \
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiInterfaceInfoManager.cpp702 PRInt64 size2; local
709 if(NS_FAILED(pFile2->GetFileSize(&size2)))
716 int sizeDiff = int(PRInt32(nsInt64(size2) - nsInt64(size1)));
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_attrib.c268 int size2 = g->eval.eval2D[i].uorder * g->eval.eval2D[i].vorder * local
283 a->evalStack[a->evalStackDepth].eval2D[i].coeff = (GLfloat*)crCalloc(size2);
284 crMemcpy(a->evalStack[a->evalStackDepth].eval2D[i].coeff, g->eval.eval2D[i].coeff, size2);
747 int size2 = a->evalStack[a->evalStackDepth].eval2D[i].uorder * a->evalStack[a->evalStackDepth].eval2D[i].vorder * gleval_sizes[i] * sizeof (GLfloat); local
762 crMemcpy((char*)g->eval.eval2D[i].coeff, a->evalStack[a->evalStackDepth].eval2D[i].coeff, size2);
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c908 int size2
913 if (size1 != size2) return 0;
/vbox/src/VBox/Devices/Storage/
H A DDevFdc.cpp444 uint64_t size2 = drv->pDrvBlock->pfnGetSize (drv->pDrvBlock);
445 nb_sectors = size2 / FD_SECTOR_LEN;

Completed in 93 milliseconds