Searched defs:in (Results 26 - 50 of 128) sorted by relevance

123456

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsInputStreamTee.cpp6 * 1.1 (the "License"); you may not use this file except in compliance with
28 * in which case the provisions of the GPL or the LGPL are applicable instead
97 nsInputStreamTee::WriteSegmentFun(nsIInputStream *in, void *closure, const char *fromSegment, argument
102 nsresult rv = tee->mWriter(in, tee->mClosure, fromSegment, offset, count, writeCount);
/vbox/src/libs/zlib-1.2.6/contrib/inflate86/
H A Dinffas86.c5 * For conditions of distribution and use, see copyright notice in zlib.h
12 * data, it uses rep movsw, which moves data in 2-byte chunks instead of single
20 * the gcc -S output of zlib-1.2.0/inffast.c. Zlib-1.2.0 is in beta release at
42 inflate execution time is spent in this routine.
56 BAD -- error in block data
81 /* 16 8 */ unsigned char FAR *in; /* esi rsi local strm->next_in */ member in struct:inffast_ar
82 /* 24 12 */ unsigned char FAR *last; /* r9 while in < last */
110 ar.in = strm->next_in;
111 ar.last = ar.in + (strm->avail_in - PAD_AVAIL_IN);
128 /* align in o
[all...]
H A Dinffast.S6 * For conditions of distribution and use, see copyright notice in zlib.h
16 * (8K-32K worked best for my 256K cpu cache) and how much overhead there is in
20 * I am confident that this version will work in the general case, but I have
30 * ID bit on eflags and then use the cpuid instruction) is used in many
41 * MMX mode because many of it's x86 ALU instructions execute in .5 cycles and
43 * the input stream since the MMX code grabs bits in chunks of 32, which
51 * structure offsets which are hard coded in this file. This was last tested
52 * with zlib-1.2.0 which is currently in beta testing, newer versions of this
140 * struct z_stream offsets, in zlib.h
150 * struct inflate_state offsets, in inflat
177 #define in 44 /* unsigned char* */ define
[all...]
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzjoin.c16 in a product, an acknowledgment in the product documentation would be
38 decompress all of the input data in order to find the bits in the compressed
47 compressed data in order to connect the streams. The output gzip file
64 /* exit with an error (return a value to allow use in an expression) */
74 #define CHUNK 32768 /* must be a power of two and fit in unsigned */
86 local void bclose(bin *in) argument
88 if (in != NULL) {
89 if (in
101 bin *in; local
120 bload(bin *in) argument
144 bget4(bin *in) argument
156 bskip(bin *in, unsigned skip) argument
203 gzhead(bin *in) argument
253 zpull(z_streamp strm, bin *in) argument
284 bin *in; /* buffered input file */ local
[all...]
H A Dzran.c3 * For conditions of distribution and use, see copyright notice in zlib.h
8 stream is provided on the command line. The compressed stream is decoded in
10 in the uncompressed output. The compressed file is left open, and can then
18 point in the uncompressed stream. build_index() works by decompressing the
21 a new access point. If so, that point is saved in a data structure that
24 To use the index, an offset in the uncompressed data is provided, for which
25 the latest accees point at or preceding that offset is located in the index.
26 The input file is positioned to the specified location in the index, and if
29 the decompression then proceeds until the desired offset in the file is
46 use of pointers in th
64 off_t in; /* offset in input file of first full byte */ member in struct:point
87 addpoint(struct access *index, int bits, off_t in, off_t out, unsigned left, unsigned char *window) argument
139 build_index(FILE *in, off_t span, struct access **built) argument
244 extract(FILE *in, struct access *index, off_t offset, unsigned char *buf, int len) argument
353 FILE *in; local
[all...]
H A Dgun.c3 * For conditions of distribution and use, see copyright notice in zlib.h
10 Fix return value for in()
19 1.5 9 Feb 2008 Avoid warning in latest version of gcc
26 decompresses the data in the named gzip files. If no arguments are given,
27 gun will decompress from stdin to stdout. The names must end in .gz, -gz,
46 encountered in an input file, it is the last stream in that file.
49 file are maintained in the final uncompressed file, to the extent that the
78 /* structure for infback() to pass to input function in() -- it maintains the
88 local unsigned in(voi function
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DDLexerBase.cpp6 * Set (PCCTS) -- PCCTS is in the public domain. An individual or
15 * acknowledge this fact somewhere in the documentation, research report,
18 * addition, we ask that this header remain intact in our source code.
57 DLGLexerBase(DLGInputStream *in, argument
72 this->input = in;
99 setInputStream( DLGInputStream *in )
101 this->input = in;
155 /* erase what is currently in the buffer, and get a new reg. expr */
162 /* don't erase what is in the lextext buffer, add on to it */
169 /* substitute c for the reg. expr last matched and is in th
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgetnetbydns.c9 * Redistribution and use in source and binary forms, with or without
16 * 2. Redistributions in binary form must reproduce the above copyright
17 * notice, this list of conditions and the following disclaimer in the
46 * copyright notice and this permission notice appear in all copies, and that
47 * the name of Digital Equipment Corporation not be used in advertising or
67 * copyright notice and this permission notice appear in all copies.
77 #include <netinet/in.h>
127 char *in, *st, *pauxt, *bp, **ap; local
148 ancount = ntohs(hp->ancount); /* #/records in the answer section */
149 qdcount = ntohs(hp->qdcount); /* #/entries in th
[all...]
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dchpms.c10 * that existing copyright notices are retained in all copies and that this
11 * notice and the following disclaimer are included verbatim in any
42 * Redistribution and use in source and binary forms are permitted
44 * duplicated in all such forms and that any documentation,
64 * You should also use DOMAIN\\USERNAME as described in README.MSCHAP80
97 in case this struct gets padded. */
280 /* in == 8-byte string (expanded version of the 56-bit key)
284 static void Expand(u_char *in, u_char *out) argument
289 for(i = 0; i < 64; in++){
290 c = *in;
299 Collapse(u_char *in, u_char *out) argument
[all...]
H A Dmd5.c16 ** Digest Algorithm" in all material mentioning or referencing this **
21 ** Data Security, Inc. MD5 Message-Digest Algorithm" in all **
29 ** These notices must be retained in any copies of any part of this **
47 ** The message digest is now in mdContext->digest[0...15] **
52 static void Transform (u32_t *buf, u32_t *in);
124 in the message whose digest is being computed.
128 u32_t in[16]; local
148 mdContext->in[mdi++] = *inBuf++;
153 in[i] = (((u32_t)mdContext->in[i
168 u32_t in[16]; local
207 Transform(u32_t *buf, u32_t *in) argument
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dchpms.c2 /*** The original PPPD code is written in a way to require either the UNIX DES
4 Since both is not included in lwIP, MSCHAP currently does not work! */
13 * that existing copyright notices are retained in all copies and that this
14 * notice and the following disclaimer are included verbatim in any
45 * Redistribution and use in source and binary forms are permitted
47 * duplicated in all such forms and that any documentation,
67 * You should also use DOMAIN\\USERNAME as described in README.MSCHAP80
74 #if PPP_SUPPORT /* don't build if not configured for use in lwipopts.h */
76 #if MSCHAP_SUPPORT /* don't build if not configured for use in lwipopts.h */
105 in cas
246 Expand(u_char *in, u_char *out) argument
263 Collapse(u_char *in, u_char *out) argument
[all...]
H A Dmd5.c16 ** Digest Algorithm" in all material mentioning or referencing this **
21 ** Data Security, Inc. MD5 Message-Digest Algorithm" in all **
29 ** These notices must be retained in any copies of any part of this **
36 #if PPP_SUPPORT /* don't build if not configured for use in lwipopts.h */
54 ** The message digest is now in mdContext->digest[0...15] **
59 static void Transform (u32_t *buf, u32_t *in);
131 in the message whose digest is being computed.
136 u32_t in[16]; local
157 mdContext->in[mdi++] = *inBuf++;
162 in[
179 u32_t in[16]; local
220 Transform(u32_t *buf, u32_t *in) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Drsa.c9 * This program is distributed in the hope that it will be useful, but
39 * RSA is documented in RFC 3447.
205 * @v integer Integer to fill in
338 * @v in Input buffer
342 const void *in, void *out ) {
350 bigint_init ( input, in, context->max_len );
341 rsa_cipher( struct rsa_context *context, const void *in, void *out ) argument
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_clip.c217 double *in, **out; local
235 &in, &nin, &out, &nout);
248 intr->points = in;
263 &in, &nin, &out, &nout);
274 intr->points = in;
286 &in, &nin, &out, &nout);
300 intr->points = in;
326 &in, &nin, &out, &nout);
328 crFree(in);
353 /* subtract mask[a] from everything in int
[all...]
/vbox/src/VBox/Devices/USB/win/
H A DUSBProxyDevice-win.cpp13 * Foundation, in version 2 as it comes in the "COPYING" file of the
14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
61 /** The number of URBs in the array. */
63 /** Array of pointers to the in-flight URB structures. */
144 USBSUP_CLAIMDEV in; local
145 in.bInterfaceNumber = 0;
148 if (DeviceIoControl(pPriv->hDev, SUPUSB_IOCTL_USB_CLAIM_DEVICE, &in, sizeof(in), &in, sizeo
224 USBSUP_RELEASEDEV in; local
287 USBSUP_SET_CONFIG in; local
334 USBSUP_SELECT_INTERFACE in; local
357 USBSUP_CLEAR_ENDPOINT in; local
378 USBSUP_CLEAR_ENDPOINT in; local
707 USBSUP_CLEAR_ENDPOINT in; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvirtio-net.c20 * See the COPYING file in the top-level directory.
60 * rings in the open() function of the driver and not in probe().
64 * raise an interrupt. Nevertheless, this driver disables callbacks in the
94 /** RX packets handed to the NIC waiting to be filled in */
117 unsigned int in = ( vq_idx == TX_INDEX ) ? 0 : 2; local
137 vring_add_buf ( vq, list, out, in, iobuf, 0 );
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_dis.c6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
39 dt_dis_log(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
42 DIF_INSTR_R1(in), DIF_INSTR_R2(in), DIF_INSTR_RD(in));
48 dif_instr_t in, FILE *fp)
50 (void) fprintf(fp, "%-4s %u", name, DIF_INSTR_LABEL(in));
55 dt_dis_load(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
58 DIF_INSTR_R1(in), DIF_INSTR_R
47 dt_dis_branch(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
63 dt_dis_store(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
72 dt_dis_str(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
79 dt_dis_r1rd(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
87 dt_dis_cmp(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
95 dt_dis_tst(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
129 dt_dis_lda(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
142 dt_dis_ldv(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
155 dt_dis_stv(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
168 dt_dis_setx(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
182 dt_dis_sets(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
195 dt_dis_ret(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
202 dt_dis_call(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
212 dt_dis_pushts(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
226 dt_dis_xlate(const dtrace_difo_t *dp, const char *name, dif_instr_t in, FILE *fp) argument
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Dbitmap.c11 This program is distributed in the hope that it will be useful,
30 when modifing one function make the change in the others
759 process_plane(uint8 * in, int width, int height, uint8 * out, int size) argument
774 org_in = in;
788 code = CVAL(in);
799 color = CVAL(in);
818 code = CVAL(in);
829 x = CVAL(in);
860 return (int) (in - org_in);
H A Drdpsnd_dsp.c11 This program is distributed in the hope that it will be useful,
186 rdpsnd_dsp_resample(unsigned char **out, unsigned char *in, unsigned int size, argument
209 rdpsnd_dsp_swapbytes(in, size, format);
221 in +
226 in +
232 in = tmpdata;
249 tmpdata[i * 2] = in[i];
252 in = tmpdata;
276 src_short_to_float_array((short *) in, infloat, innum);
329 in
[all...]
H A Dssl.c12 This program is distributed in the hope that it will be useful,
96 rdssl_rsa_encrypt(uint8 * out, uint8 * in, int len, uint32 modulus_size, uint8 * modulus, argument
106 memcpy(inr, in, len);
161 DEBUG_RDP5(("Re-setting algorithm type to RSA in server certificate\n"));
188 when we connect the next time, in order to prevent
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/
H A Dt_dd_vbtmp.h10 * to deal in the Software without restriction, including without limitation
16 * in all copies or substantial portions of the Software.
65 * VERTEX_COLOR: hw color struct type in VERTEX
70 * DO_FOG: Emit fog coordinate in specular alpha.
77 * HAVE_RGBA_COLOR: Hardware takes color in rgba order (else bgra).
89 * already in this file.
92 * only TEX0 is enabled, in order to maintain a vertex size which is
366 /* Pack what's left into a 4-dword vertex. Color is in a different
489 VERTEX *in = (VERTEX *)(ddverts + (ein * size)); local
513 INTERP_UB( t, dst->ub4[4][0], out->ub4[4][0], in
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/tools/
H A Dhttpget.c6 * 1.1 (the "License"); you may not use this file except in compliance with
27 * in which case the provisions of the GPL or the LGPL are applicable instead
44 * saved in an output file.
69 * The data in the buffer starts from (including) the element pointed to
87 * Read in a line of text, terminated by CRLF or LF, from fd into buf.
89 * in buf is terminated by a null byte. The excess bytes are stored in
90 * inputBuf for use in the next ReadLine call or FetchFile call.
91 * Returns the number of bytes in buf. 0 means end of stream. Returns
161 PRStatus FetchFile(PRFileDesc *in, PRFileDes argument
189 FastFetchFile(PRFileDesc *in, PRFileDesc *out, PRUint32 size) argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestPipes.cpp6 * 1.1 (the "License"); you may not use this file except in compliance with
28 * in which case the provisions of the GPL or the LGPL are applicable instead
110 nsReceiver(nsIInputStream* in) : mIn(in), mCount(0) { argument
111 NS_ADDREF(in);
129 TestPipe(nsIInputStream* in, nsIOutputStream* out) argument
133 nsReceiver* receiver = new nsReceiver(in);
207 nsShortReader(nsIInputStream* in) : mIn(in), mReceived(0) { argument
208 NS_ADDREF(in);
242 TestShortWrites(nsIInputStream* in, nsIOutputStream* out) argument
437 nsPump(nsIInputStream* in, nsIOutputStream* out) argument
523 nsIInputStream* in = 0; /* bird: initialize to quiet gcc. */ local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/
H A Dxpt_dump.c6 * 1.1 (the "License"); you may not use this file except in compliance with
27 * in which case the provisions of the GPL or the LGPL are applicable instead
177 FILE *in; local
188 in = fopen(name, "rb");
198 in = fopen(name, "rb");
205 if (!in) {
225 size_t rv = fread(whole, 1, flen, in);
230 if (ferror(in) != 0 || fclose(in) != 0)
252 "bad in/ou
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/puff/
H A Dpuff.c4 * For conditions of distribution and use, see copyright notice in puff.h
20 * assumed to be 16 bits, for arrays in order to to conserve memory. The code
39 * - Simplify offs[] index in construct()
54 * - Add braces in puff() for else do [Gailly]
67 * - Add option in TEST code for puff to write the data
68 * - Add option in TEST code to skip input bytes
72 * 2.2 25 Apr 2010 - Fix bug in variable initializations [Oberhumer]
90 #define MAXBITS 15 /* maximum bits in a code */
104 const unsigned char *in; /* input buffer */ member in struct:state
105 unsigned long inlen; /* available input at in */
[all...]

Completed in 87 milliseconds

123456