Searched refs:nout (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/ |
H A D | server_clip.c | 149 int a, side, *nout; local 193 nout = (*nnew_vert_out)+side; 198 out, nout); 216 int nin, *nout, last; local 235 &in, &nin, &out, &nout); 238 crFree (nout); 263 &in, &nin, &out, &nout); 265 crFree (nout); 286 &in, &nin, &out, &nout); 288 crFree (nout); [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/ |
H A D | prstrms.cpp | 297 PRInt32 nout; local 298 if ((nout =PR_Write(_fd, 301 if (nout > 0) { 302 // should set _pptr -= nout 303 pbump(-(int)nout); 304 memmove(pbase(), pbase()+nout, (int)(count-nout));
|
Completed in 128 milliseconds