Searched refs:size1 (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiInterfaceInfoManager.cpp701 PRInt64 size1;
704 if(NS_FAILED(pFile1->GetFileSize(&size1)))
716 int sizeDiff = int(PRInt32(nsInt64(size2) - nsInt64(size1)));
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_attrib.c266 int size1 = g->eval.eval1D[i].order * gleval_sizes[i] * local
275 a->evalStack[a->evalStackDepth].eval1D[i].coeff = (GLfloat*)crCalloc(size1);
276 crMemcpy(a->evalStack[a->evalStackDepth].eval1D[i].coeff, g->eval.eval1D[i].coeff, size1);
746 int size1 = a->evalStack[a->evalStackDepth].eval1D[i].order * gleval_sizes[i] * sizeof(GLfloat); local
753 crMemcpy((char*)g->eval.eval1D[i].coeff, a->evalStack[a->evalStackDepth].eval1D[i].coeff, size1);
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c906 int size1,
913 if (size1 != size2) return 0;
914 for (i=1; i<=size1; i++) {
904 memeq( char *p1, int size1, char *p2, int size2 ) argument
/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); \
224 OGL_MEMPARAM(p1ptr, size1); \

Completed in 120 milliseconds