Searched defs:out (Results 51 - 75 of 136) sorted by relevance

123456

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dvertexdeclaration.c210 REFIID riid, void **out)
212 TRACE("iface %p, riid %s, out %p.\n", iface, debugstr_guid(riid), out);
218 *out = iface;
224 *out = NULL;
209 d3d9_vertex_declaration_QueryInterface(IDirect3DVertexDeclaration9 *iface, REFIID riid, void **out) argument
H A Dvolume.c41 static HRESULT WINAPI d3d9_volume_QueryInterface(IDirect3DVolume9 *iface, REFIID riid, void **out) argument
43 TRACE("iface %p, riid %s, out %p.\n", iface, debugstr_guid(riid), out);
49 *out = iface;
55 *out = NULL;
H A Dbuffer.c40 static HRESULT WINAPI d3d9_vertexbuffer_QueryInterface(IDirect3DVertexBuffer9 *iface, REFIID riid, void **out) argument
42 TRACE("iface %p, riid %s, out %p.\n", iface, debugstr_guid(riid), out);
49 *out = iface;
55 *out = NULL;
334 static HRESULT WINAPI d3d9_indexbuffer_QueryInterface(IDirect3DIndexBuffer9 *iface, REFIID riid, void **out) argument
336 TRACE("iface %p, riid %s, out %p.\n", iface, debugstr_guid(riid), out);
343 *out = iface;
349 *out
[all...]
H A Ddirectx.c41 static HRESULT WINAPI d3d9_QueryInterface(IDirect3D9Ex *iface, REFIID riid, void **out) argument
45 TRACE("iface %p, riid %s, out %p.\n", iface, debugstr_guid(riid), out);
51 *out = &d3d9->IDirect3D9Ex_iface;
60 *out = NULL;
65 *out = &d3d9->IDirect3D9Ex_iface;
71 *out = NULL;
171 /* Others than that not supported by d3d9, but reported by wined3d for ddraw. Filter them out. */
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/
H A Dt_dd_vbtmp.h490 VERTEX *out = (VERTEX *)(ddverts + (eout * size)); local
513 INTERP_UB( t, dst->ub4[4][0], out->ub4[4][0], in->ub4[4][0] );
514 INTERP_UB( t, dst->ub4[4][1], out->ub4[4][1], in->ub4[4][1] );
515 INTERP_UB( t, dst->ub4[4][2], out->ub4[4][2], in->ub4[4][2] );
516 INTERP_UB( t, dst->ub4[4][3], out->ub4[4][3], in->ub4[4][3] );
519 INTERP_UB( t, dst->v.specular.red, out->v.specular.red, in->v.specular.red );
520 INTERP_UB( t, dst->v.specular.green, out->v.specular.green, in->v.specular.green );
521 INTERP_UB( t, dst->v.specular.blue, out->v.specular.blue, in->v.specular.blue );
524 INTERP_UB( t, dst->v.specular.alpha, out->v.specular.alpha, in->v.specular.alpha );
529 INTERP_F( t, dst->pv.u0, out
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A DHTMLtree.c328 * Handle an out of memory condition
342 * Handle an out of memory condition
442 * @out: the FILE pointer
455 htmlNodeDumpFileFormat(FILE *out, xmlDocPtr doc, argument
485 buf = xmlOutputBufferCreateFile(out, handler);
496 * @out: the FILE pointer
504 htmlNodeDumpFile(FILE *out, xmlDocPtr doc, xmlNodePtr cur) { argument
505 htmlNodeDumpFileFormat(out, doc, cur, NULL, 1);
H A Dentities.c69 * Handle an out of memory condition
82 * Handle an out of memory condition
501 xmlChar *out = NULL; local
518 out = buffer;
521 size_t indx = out - buffer;
525 out = &buffer[indx];
532 *out++ = '&';
533 *out++ = 'l';
534 *out++ = 't';
535 *out
660 xmlChar *out = NULL; local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/tools/
H A Dhttpget.c161 PRStatus FetchFile(PRFileDesc *in, PRFileDesc *out) argument
167 if (PR_Write(out, buf, nBytes) != nBytes) {
177 if (PR_Write(out, buf, nBytes) != nBytes) {
189 PRStatus FastFetchFile(PRFileDesc *in, PRFileDesc *out, PRUint32 size) argument
201 outfMap = PR_CreateFileMap(out, sz64, PR_PROT_READWRITE);
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsUTF8Utils.h87 buffer_type* out = mBuffer; local
94 *out++ = buffer_type(c);
136 mBuffer = out;
153 mBuffer = out;
161 *out++ = UCS2_REPLACEMENT_CHAR;
165 *out++ = ucs4;
170 *out++ = UCS2_REPLACEMENT_CHAR;
175 *out++ = UCS2_REPLACEMENT_CHAR;
180 *out++ = UCS2_REPLACEMENT_CHAR;
184 *out
298 buffer_type *out = mBuffer; // gcc isn't smart enough to do this! local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestPipes.cpp129 TestPipe(nsIInputStream* in, nsIOutputStream* out) argument
146 rv = WriteAll(out, buf, len, &writeCount);
158 rv = out->Close();
242 TestShortWrites(nsIInputStream* in, nsIOutputStream* out) argument
260 rv = WriteAll(out, buf, len, &writeCount);
269 out->Flush();
274 rv = out->Close();
334 nsIOutputStream* out;
335 rv = NS_NewPipe(&in, &out, 18, 36, PR_TRUE, PR_TRUE);
340 nsCOMPtr<nsIObservableInputStream> observableOut(do_QueryInterface(out,
437 nsPump(nsIInputStream* in, nsIOutputStream* out) argument
524 nsIOutputStream* out = 0; /* ditto */ local
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/inflate86/
H A Dinffast.S173 #define out 60 /* unsigned char* */ define
243 * out = strm->next_out;
245 * beg = out - (start - strm->avail_out);
246 * end = out + (strm->avail_out - 257);
266 addl %ebx, %ecx /* avail_out += out */
268 movl %ebx, out(%esp)
351 movl out(%esp), out_r
426 /* while (in < last && out < end)
429 jbe .L_break_loop /* if (out >= end) */
435 /* regs: %esi = in, %ebp = hold, %bl = bits, %edi = out
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/puff/
H A Dpuff.c75 * - Break out test code to separate file
99 unsigned char *out; /* output buffer */ member in struct:state
100 unsigned long outlen; /* available space at out */
101 unsigned long outcnt; /* bytes written to out so far */
133 longjmp(s->env, 1); /* out of input */
180 /* copy len bytes from in to out */
183 if (s->out != NIL) {
187 s->out[s->outcnt++] = s->in[s->incnt++];
253 return -10; /* ran out of codes */
298 longjmp(s->env, 1); /* out o
[all...]
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgun.c113 /* structure for infback() to pass to output function out() -- it maintains the
127 On success out() returns 0. For a write failure, out() returns 1. If the
130 local int out(void *out_desc, unsigned char *buf, unsigned len) function
167 /* throw out what's left in the current bits byte buffer (this is a vestigial
234 strm->msg = (char *)"lzw bits out of range";
280 if (outcnt && out(&outd, outbuf, outcnt)) {
352 if (out(&outd, outbuf, outcnt)) {
376 The return value is a zlib error code: Z_MEM_ERROR if out of memory,
474 ret = inflateBack(strm, in, indp, out,
[all...]
H A Dgzappend.c271 if (gz.buf == NULL) bye("out of memory", "");
280 if (window == NULL) bye("out of memory", "");
285 if (ret != Z_OK) bye("out of memory", " or library mismatch");
310 if (ret == Z_MEM_ERROR) bye("out of memory", "");
367 if (ret != Z_OK) bye("out of memory", "");
390 unsigned char *in, *out; local
403 out = malloc(CHUNK);
404 if (out == NULL) bye("out of memory", "");
423 strm->next_out = out;
[all...]
/vbox/src/libs/zlib-1.2.6/
H A Dgzguts.h161 unsigned char *out; /* output buffer (double-sized when reading) */ member in struct:__anon17372
H A Dinflate.c48 * - Pull out common wnext == 0 case for speed in inflate_fast()
75 * for the in() and out() functions
96 local int updatewindow OF((z_streamp strm, unsigned out));
307 Write out the inffixed.h that is #include'd above. Defining MAKEFIXED also
322 a.out > inffixed.h
378 local int updatewindow(strm, out)
380 unsigned out;
403 copy = out - strm->avail_out;
619 unsigned in, out; /* save starting available input and output */ local
640 out
[all...]
/vbox/src/libs/zlib-1.2.6/test/
H A Dinfcover.c243 data is allocated and must eventually be freed. NULL is returned if out of
289 unsigned char *in, *out; local
301 out = malloc(len); assert(out != NULL);
303 head.extra = out;
305 head.name = out;
307 head.comment = out;
319 strm.next_out = out;
327 ret = inflateSetDictionary(&strm, out, 0);
331 ret = inflateSetDictionary(&strm, out,
511 unsigned char *in, *out, *win; local
[all...]
H A Dminigzip.c238 unsigned char out[BUFLEN]; local
246 strm->next_out = out;
249 fwrite(out, 1, BUFLEN - strm->avail_out, gz->file);
297 unsigned char out[BUFLEN]; local
306 strm->next_out = out;
309 fwrite(out, 1, BUFLEN - strm->avail_out, gz->file);
335 void gz_compress OF((FILE *in, gzFile out));
337 int gz_compress_mmap OF((FILE *in, gzFile out));
339 void gz_uncompress OF((gzFile in, FILE *out));
358 void gz_compress(in, out)
459 gzFile out; local
493 FILE *out; local
[all...]
/vbox/src/VBox/Main/src-server/
H A DUSBDeviceFilterImpl.cpp43 static void i_usbFilterFieldToString(PCUSBFILTER aFilter, USBFILTERIDX aIdx, Utf8Str &out) argument
53 out = Utf8StrFmt("%04RX16", (uint16_t)value);
57 out = USBFilterGetString(aFilter, aIdx);
60 out.setNull();
118 // there was a bug writing out "-1" values in earlier versions, which got
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_teximage.c48 FILE *out; local
53 out = fopen(fname, "w");
54 if (!out) crError("can't create %s!", fname);
68 fwrite(&header, sizeof(header), 1, out);
70 fwrite(data, w*h*4, 1, out);
72 fclose(out);
615 "glTexImage1D out of memory");
785 "glTexImage2D out of memory");
904 "glTexImage3D out of memory");
1226 "glTexImage1D out o
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Dcssp.c73 STREAM out; local
76 out = xmalloc(sizeof(struct stream));
77 memset(out, 0, sizeof(struct stream));
78 out->data = xmalloc(size);
79 out->size = size;
80 out->p = out->data;
82 ber_out_header(out, tagval, s_length(in));
83 out_uint8p(out, in->data, s_length(in));
84 s_mark_end(out);
185 cssp_gss_wrap(gss_ctx_id_t * ctx, STREAM in, STREAM out) argument
223 cssp_gss_unwrap(gss_ctx_id_t * ctx, STREAM in, STREAM out) argument
266 STREAM out, h1, h2; local
330 STREAM out; local
426 STREAM out, h1, h2; local
499 STREAM out; local
[all...]
H A Dctrl.c220 uint8 out[20], delim; local
249 rdssl_sha1_final(&sha1, out);
251 sec_hash_to_string(hash, hsize, out, sizeof(out));
H A Ddisk.c649 disk_query_information(RD_NTHANDLE handle, uint32 info_class, STREAM out) argument
661 out_uint8(out, 0);
686 out_uint32_le(out, ft_low); /* create_access_time */
687 out_uint32_le(out, ft_high);
690 out_uint32_le(out, ft_low); /* last_access_time */
691 out_uint32_le(out, ft_high);
694 out_uint32_le(out, ft_low); /* last_write_time */
695 out_uint32_le(out, ft_high);
698 out_uint32_le(out, ft_low); /* last_change_time */
699 out_uint32_le(out, ft_hig
730 disk_set_information(RD_NTHANDLE handle, uint32 info_class, STREAM in, STREAM out) argument
1119 disk_query_volume_information(RD_NTHANDLE handle, uint32 info_class, STREAM out) argument
1195 disk_query_directory(RD_NTHANDLE handle, uint32 info_class, char *pattern, STREAM out) argument
1392 disk_device_control(RD_NTHANDLE handle, uint32 request, STREAM in, STREAM out) argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecBeOS.cpp345 static int CrudeFileCopy(const char* in, const char* out) argument
355 if (!in || !out)
366 ofp = fopen (out, "w");
381 unlink(out);
391 chmod (out, in_stat.st_mode & 0777);
/vbox/src/libs/zlib-1.2.6/contrib/blast/
H A Dblast.c50 unsigned next; /* index of next write location in out[] */
52 unsigned char out[MAXWIN]; /* output buffer and sliding window */ member in struct:state
75 if (s->left == 0) longjmp(s->env, 1); /* out of input */
159 if (s->left == 0) longjmp(s->env, 1); /* out of input */
165 return -9; /* ran out of codes */
341 to = s->out + s->next;
356 if (s->outfun(s->outhow, s->out, s->next)) return 1;
365 s->out[s->next++] = symbol;
367 if (s->outfun(s->outhow, s->out, s->next)) return 1;
402 if (err != 1 && s.next && s.outfun(s.outhow, s.out,
[all...]

Completed in 85 milliseconds

123456