Searched defs:out (Results 26 - 50 of 136) sorted by relevance

123456

/vbox/src/libs/zlib-1.2.6/contrib/inflate86/
H A Dinffas86.c37 Decode literal, length, and distance codes and write out the resulting
54 LEN -- ran out of enough output space or enough available input
83 /* 32 16 */ unsigned char FAR *out; /* edi rdi local strm->next_out */ member in struct:inffast_ar
85 /* 48 24 */ unsigned char FAR *end; /* r10 while out < end */
112 ar.out = strm->next_out;
113 ar.beg = ar.out - (start - strm->avail_out);
114 ar.end = ar.out + (strm->avail_out - PAD_AVAIL_OUT);
141 " movq 32(%%rsp), %%rdi\n" /* rdi = out */
282 " subq 40(%%rsp), %%rax\n" /* nbytes = out - beg */
289 " subq %%r15, %%rsi\n" /* from = out
[all...]
/vbox/src/libs/zlib-1.2.6/
H A Dcrc32.c21 DYNAMIC_CRC_TABLE and MAKECRCH can be #defined to write out crc32.h.
103 out is a one). We start with the highest power (least significant bit) of
163 /* write out CRC tables to crc32.h */
165 FILE *out; local
167 out = fopen("crc32.h", "w");
168 if (out == NULL) return;
169 fprintf(out, "/* crc32.h -- tables for rapid CRC calculation\n");
170 fprintf(out, " * Generated automatically by crc32.c\n */\n\n");
171 fprintf(out, "local const crc_table_t FAR ");
172 fprintf(out, "crc_tabl
[all...]
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzjoin.c33 gzjoin takes one or more gzip files on the command line and writes out a
243 /* write a four-byte little-endian unsigned integer to out */
244 local void put4(unsigned long val, FILE *out) argument
246 putc(val & 0xff, out);
247 putc((val >> 8) & 0xff, out);
248 putc((val >> 16) & 0xff, out);
249 putc((val >> 24) & 0xff, out);
263 /* Write header for gzip file to out and initialize trailer. */
264 local void gzinit(unsigned long *crc, unsigned long *tot, FILE *out) argument
266 fwrite("\x1f\x8b\x08\0\0\0\0\0\0\xff", 1, 10, out);
278 gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, FILE *out) argument
[all...]
H A Dzran.c63 off_t out; /* corresponding offset in uncompressed data */ member in struct:point
85 /* Add an entry to the access point list. If out of memory, deallocate the
88 off_t in, off_t out, unsigned left, unsigned char *window)
120 next->out = out;
136 returns the number of access points on success (>= 1), Z_MEM_ERROR for out
186 /* inflate until out of input, output, or at end of block --
260 while (--ret && here[1].out <= offset)
286 offset -= here->out;
374 fprintf(stderr, "zran: out o
87 addpoint(struct access *index, int bits, off_t in, off_t out, unsigned left, unsigned char *window) argument
[all...]
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dchpms.c281 * out == 64-byte string where each byte is either 1 or 0
284 static void Expand(u_char *in, u_char *out) argument
292 *out++ = (c >> j) & 01;
299 static void Collapse(u_char *in, u_char *out) argument
305 for (i = 0; i < 64; i += 8, out++) {
309 *out = c & 0xff;
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dchpms.c242 * out == 64-byte string where each byte is either 1 or 0
246 Expand(u_char *in, u_char *out) argument
254 *out++ = (c >> j) & 01;
263 Collapse(u_char *in, u_char *out) argument
269 for (i = 0; i < 64; i += 8, out++) {
274 *out = c & 0xff;
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/axtls/
H A Daes.c41 /* all commented out in skeleton mode */
272 void AES_cbc_encrypt(AES_CTX *ctx, const uint8_t *msg, uint8_t *out, int length) argument
299 memcpy(out, out_32, AES_BLOCKSIZE);
300 out += AES_BLOCKSIZE;
311 void AES_cbc_decrypt(AES_CTX *ctx, const uint8_t *msg, uint8_t *out, int length) argument
342 memcpy(out, out_32, AES_BLOCKSIZE);
343 out += AES_BLOCKSIZE;
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_clip.c152 double **out; local
194 out = (*new_vert_out)+side;
198 out, nout);
217 double *in, **out; local
235 &in, &nin, &out, &nout);
240 if (out[a])
241 crFree(out[a]);
242 crFree(out);
263 &in, &nin, &out, &nout);
267 if (out[
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dbigint_test.c49 void *out, size_t len ) {
53 bigint_done ( value, out, len );
48 bigint_done_sample( const bigint_element_t *value0, unsigned int size, void *out, size_t len ) argument
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java57 static PrintStream out = System.out; field in class:JDTrace
162 out.printf(" %3d", (Integer)value);
164 out.printf(" %5d", (Integer)value);
166 out.printf(" %8d", (Integer)value);
169 out.printf(" %16d", (Long)value);
171 out.printf(stringFormat, value.toString());
184 out.printf("%3s %-41s\n", "CPU", "FUNCTION");
187 out.printf("%3s %6s %32s\n",
231 out
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/rtl818x/
H A Drtl8185_rtl8225.c98 u16 reg80, reg82, reg84, out; local
158 out = 0;
178 out |= 1 << i;
195 return out;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvirtio-net.c116 unsigned int out = ( vq_idx == TX_INDEX ) ? 2 : 0; local
137 vring_add_buf ( vq, list, out, in, iobuf, 0 );
151 /* Try to allocate a buffer, stop for now if out of memory */
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_program.c532 dt_header_provider(dtrace_hdl_t *dtp, dt_provider_t *pvp, FILE *out) argument
550 info.dthi_out = out;
559 if (fprintf(out, "#if _DTRACE_VERSION\n\n") < 0)
564 if (fprintf(out, "\n\n") < 0)
569 if (fprintf(out, "\n#else\n\n") < 0)
577 if (fprintf(out, "\n#endif\n\n") < 0)
584 dtrace_program_header(dtrace_hdl_t *dtp, FILE *out, const char *fname) argument
595 if (fprintf(out, "#ifndef\t_%s\n#define\t_%s\n\n",
600 if (fprintf(out, "#include <unistd.h>\n\n") < 0)
603 if (fprintf(out, "#ifde
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Dbitmap.c759 process_plane(uint8 * in, int width, int height, uint8 * out, int size) argument
775 org_out = out;
780 out = (org_out + width * height * 4) - ((indexh + 1) * width * 4);
782 this_line = out;
800 *out = color;
801 out += 4;
807 *out = color;
808 out += 4;
842 *out = x;
843 out
[all...]
H A Drdpsnd_alsa.c350 STREAM out; local
370 out = &packet->s;
374 len = (out->end - out->p) / (samplewidth_out * audiochannels_out);
375 if ((len = snd_pcm_writei(out_handle, out->p, ((MAX_FRAMES < len) ? MAX_FRAMES : len))) < 0)
381 out->p += (len * samplewidth_out * audiochannels_out);
390 if ((out->p == out->end) || duration > next_tick - packet->tick + 500)
406 delay_frames = out->size / (samplewidth_out * audiochannels_out);
H A Drdpsnd_dsp.c186 rdpsnd_dsp_resample(unsigned char **out, unsigned char *in, unsigned int size, argument
292 *out = (unsigned char *) xmalloc(outsize);
293 src_float_to_short_array(outfloat, (short *) *out,
308 *out = (unsigned char *) xmalloc(outsize);
309 bzero(*out, outsize);
337 memcpy(*out + (i * resample_to_channels * samplewidth) +
355 memcpy(*out + (i * resample_to_channels * samplewidth) +
362 memcpy(*out + (i * resample_to_channels * samplewidth) + (samplewidth * j),
384 *out[i] = *out[
401 static struct stream out; local
[all...]
H A Drdpsnd_oss.c403 STREAM out; local
412 out = &packet->s;
414 len = out->end - out->p;
416 len = write(dsp_fd, out->p, (len > MAX_LEN) ? MAX_LEN : len);
431 out->p += len;
433 if (out->p == out->end)
443 delay_bytes = out->size;
460 delay_bytes = out
[all...]
H A Drdpsnd_sgi.c266 STREAM out; local
275 out = &packet->s;
277 len = out->end - out->p;
279 alWriteFrames(output_port, out->p, len / combinedFrameSize);
281 out->p += len;
282 if (out->p == out->end)
H A Drdpsnd_sun.c419 STREAM out; local
426 out = &packet->s;
428 len = out->end - out->p;
430 len = write(dsp_fd, out->p, (len > MAX_LEN) ? MAX_LEN : len);
447 out->p += len;
449 if (out->p == out->end)
458 delay_samples = out->size / (samplewidth * (stereo ? 2 : 1));
H A Dssl.c96 rdssl_rsa_encrypt(uint8 * out, uint8 * in, int len, uint32 modulus_size, uint8 * modulus, argument
119 outlen = BN_bn2bin(&y, out);
120 reverse(out, outlen);
122 memset(out + outlen, 0, modulus_size - outlen);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddirectx.c54 static HRESULT WINAPI d3d8_QueryInterface(IDirect3D8 *iface, REFIID riid, void **out) argument
56 TRACE("iface %p, riid %s, out %p.\n", iface, debugstr_guid(riid), out);
62 *out = iface;
68 *out = NULL;
H A Dsurface.c40 static HRESULT WINAPI d3d8_surface_QueryInterface(IDirect3DSurface8 *iface, REFIID riid, void **out) argument
42 TRACE("iface %p, riid %s, object %p.\n", iface, debugstr_guid(riid), out);
49 *out = iface;
55 *out = NULL;
H A Dvolume.c40 static HRESULT WINAPI d3d8_volume_QueryInterface(IDirect3DVolume8 *iface, REFIID riid, void **out) argument
42 TRACE("iface %p, riid %s, object %p.\n", iface, debugstr_guid(riid), out);
48 *out = iface;
54 *out = NULL;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dsurface.c41 static HRESULT WINAPI d3d9_surface_QueryInterface(IDirect3DSurface9 *iface, REFIID riid, void **out) argument
43 TRACE("iface %p, riid %s, out %p.\n", iface, debugstr_guid(riid), out);
50 *out = iface;
56 *out = NULL;
H A Dswapchain.c42 static HRESULT WINAPI d3d9_swapchain_QueryInterface(IDirect3DSwapChain9Ex *iface, REFIID riid, void **out) argument
44 TRACE("iface %p, riid %s, out %p.\n", iface, debugstr_guid(riid), out);
50 *out = iface;
59 /* Find out if the creating d3d9 interface was created with Direct3DCreate9Ex.
64 *out = NULL;
69 *out = iface;
75 *out = NULL;

Completed in 173 milliseconds

123456