/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/ |
H A D | md5.h | 9 ** -- FF, GG, HH modified to add in last register done ** 22 ** Digest Algorithm" in all material mentioning or referencing this ** 27 ** Data Security, Inc. MD5 Message-Digest Algorithm" in all ** 35 ** These notices must be retained in any copies of any part of this ** 47 unsigned char in[64]; /* input buffer */ member in struct:__anon14892
|
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/ |
H A D | md5.h | 9 ** -- FF, GG, HH modified to add in last register done ** 22 ** Digest Algorithm" in all material mentioning or referencing this ** 27 ** Data Security, Inc. MD5 Message-Digest Algorithm" in all ** 35 ** These notices must be retained in any copies of any part of this ** 47 unsigned char in[64]; /* input buffer */ member in struct:__anon14927
|
/vbox/src/VBox/Devices/Audio/ |
H A D | mixeng_template.h | 8 * in the Software without restriction, including without limitation the rights 13 * The above copyright notice and this permission notice shall be included in 127 IN_T *in = (IN_T *) src; local 138 out->u64LSample = VOL (glue (conv_, ET) (*in++), vol->l); 139 out->u64RSample = VOL (glue (conv_, ET) (*in++), vol->r); 141 out->l = VOL (glue (conv_, ET) (*in++), vol->l); 142 out->r = VOL (glue (conv_, ET) (*in++), vol->r); 160 IN_T *in = (IN_T *) src; local 171 out->u64LSample = VOL (glue (conv_, ET) (in[0]), vol->l); 174 out->l = VOL (glue (conv_, ET) (in[ 186 const st_sample_t *in = src; local 198 const st_sample_t *in = src; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/ |
H A D | PBlackBox.h | 8 * Set (PCCTS) -- PCCTS is in the public domain. An individual or 17 * acknowledge this fact somewhere in the documentation, research report, 20 * addition, we ask that this header remain intact in our source code. 60 DLGFileInput *in; member in class:ParserBlackBox 70 : in(0) 86 in = new DLGFileInput(f); 87 scan = new Lexer(in); 96 : in(0) 112 in = new DLGFileInput(f); 113 scan = new Lexer(in); [all...] |
/vbox/include/iprt/ |
H A D | md5.h | 12 * Foundation, in version 2 as it comes in the "COPYING" file of the 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 18 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 19 * VirtualBox OSE distribution, in which case the provisions of the 56 uint32_t in[16]; member in struct:RTMD5CONTEXT::__anon468 74 * @param cbBuf Length of data (in bytes). 92 * @param cbBuf Length of data (in bytes).
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | addrstr.c | 6 * 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 78 const char *in, *expected_out; local 83 while ((in = *nexttestaddr++) != 0) { 85 rv = PR_StringToNetAddr(in, &addr); 87 printf("cannot convert %s to addr: %d\n", in, rv); 93 printf("cannot convert %s back to string: %d\n", in, rv); 99 printf("%s expected %s got %s\n", in, expected_out, buf); 102 while ((in = *nextbadaddr++) != 0) { 103 if (PR_StringToNetAddr(in, [all...] |
H A D | obsints.c | 6 * 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 67 intn in; local
|
/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | CvtURL.cpp | 6 * 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 78 nsIInputStream* in; local 79 ec = NS_OpenURI(&in, url); 80 if (nsnull == in) { 90 uin->Init(in, cset->get(), nsnull, PR_TRUE); 122 in->Release();
|
/vbox/src/libs/zlib-1.2.6/examples/ |
H A D | zpipe.c | 10 1.3 6 Apr 2005 Remove incorrect assertion in inf() 41 unsigned char in[CHUNK]; local 54 strm.avail_in = fread(in, 1, CHUNK, source); 60 strm.next_in = in; 63 compression if all of source has been read in */ 77 /* done when last data in file processed */ 97 unsigned char in[CHUNK]; local 112 strm.avail_in = fread(in, 1, CHUNK, source); 119 strm.next_in = in;
|
H A D | fitblk.c | 17 data in order to determine how much of that input will compress to 23 the compressed data that fit in the requested plus excess sized 28 the compression ratio for that block will be about the same as in 32 complete (see the MARGIN define below). That will result in a 42 EXCESS is chosen to be just greater than the shortfall seen in a 48 block of the second pass will be close in size to the final deflate 51 to complete in all cases. 73 local int partcompress(FILE *in, z_streamp def) argument 80 def->avail_in = fread(raw, 1, RAWLEN, in); 81 if (ferror(in)) [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bus/ |
H A D | virtio-ring.c | 12 * See the COPYING file in the top-level directory. 88 unsigned int out, unsigned int in, 94 BUG_ON(out + in == 0); 106 for ( ; in; i = vr->desc[i].next, in--) { 86 vring_add_buf(struct vring_virtqueue *vq, struct vring_list list[], unsigned int out, unsigned int in, void *opaque, int num_added) argument
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | channels.c | 12 This program is distributed in the hope that it will be useful, 44 /* FIXME: We should use the information in TAG_SRV_CHANNELS to map RDP5 98 /* first fragment sent in-place */ 153 STREAM in; local 175 in = &channel->in; 178 if (length > in->size) 180 in->data = (uint8 *) xrealloc(in->data, length); 181 in [all...] |
H A D | parallel.c | 10 This program is distributed in the hope that it will be useful, 170 parallel_device_control(RD_NTHANDLE handle, uint32 request, STREAM in, STREAM out) argument
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/imm/ |
H A D | t_dd_imm_vbtmp.h | 10 * to deal in the Software without restriction, including without limitation 16 * in all copies or substantial portions of the Software. 30 * as defined in t_dd_vertex.h. 42 /* COPY_VERTEX_FROM_CURRENT in t_dd_imm_vapi.c 138 TNL_VERTEX *in, 164 INTERP_UB( t, dst->v.ub4[4][0], out->v.ub4[4][0], in->v.ub4[4][0] ); 165 INTERP_UB( t, dst->v.ub4[4][1], out->v.ub4[4][1], in->v.ub4[4][1] ); 166 INTERP_UB( t, dst->v.ub4[4][2], out->v.ub4[4][2], in->v.ub4[4][2] ); 167 INTERP_UB( t, dst->v.ub4[4][3], out->v.ub4[4][3], in->v.ub4[4][3] ); 172 INTERP_F( t, dst->v.pv.u0, out->v.pv.u0, in 135 interp( GLcontext *ctx, GLfloat t, TNL_VERTEX *dst, TNL_VERTEX *in, TNL_VERTEX *out ) argument [all...] |
/vbox/src/libs/libxml2-2.6.31/doc/examples/ |
H A D | testWriter.c | 10 * test: testWriter ; for i in 1 2 3 4 ; do diff writer.xml writer$$i.res ; done ; rm writer*.res 27 xmlChar *ConvertInput(const char *in, const char *encoding); 103 * HAS to be in UTF-8, even if the output XML is encoded 104 * in iso-8859-1 */ 382 * HAS to be in UTF-8, even if the output XML is encoded 383 * in iso-8859-1 */ 657 * HAS to be in UTF-8, even if the output XML is encoded 658 * in iso-8859-1 */ 921 * HAS to be in UTF-8, even if the output XML is encoded 922 * in is 1144 ConvertInput(const char *in, const char *encoding) argument [all...] |
/vbox/src/libs/zlib-1.2.6/contrib/masmx64/ |
H A D | inffas8664.c | 5 * For conditions of distribution and use, see copyright notice in zlib.h 12 * inffas8664.c call function inffas8664fnc in inffasx64.asm 17 * data, it uses rep movsw, which moves data in 2-byte chunks instead of single 25 * the gcc -S output of zlib-1.2.0/inffast.c. Zlib-1.2.0 is in beta release at 49 inflate execution time is spent in this routine. 63 BAD -- error in block data 86 /* 16 8 */ unsigned char FAR *in; /* esi rsi local strm->next_in */ member in struct:inffast_ar 87 /* 24 12 */ unsigned char FAR *last; /* r9 while in < last */ 127 ar.in = strm->next_in; 128 ar.last = ar.in [all...] |
/vbox/src/libs/zlib-1.2.6/contrib/puff/ |
H A D | pufftest.c | 4 * For conditions of distribution and use, see copyright notice in puff.h 55 Reallocate to larger buffers until the entire file is read in. Return a 64 FILE *in; local 70 in = name == NULL ? stdin : fopen(name, "rb"); 71 if (in != NULL) { 73 *len += fread((char *)buf + *len, 1, size - *len, in); 83 fclose(in);
|
/vbox/src/libs/zlib-1.2.6/ |
H A D | inffast.c | 3 * For conditions of distribution and use, see copyright notice in zlib.h 38 inflate execution time is spent in this routine. 52 BAD -- error in block data 72 unsigned char FAR *in; /* local strm->next_in */ local 73 unsigned char FAR *last; /* while in < last, enough input available */ 81 unsigned whave; /* valid bytes in the window */ 99 in = strm->next_in - OFF; 100 last = in + (strm->avail_in - 5); 122 hold += (unsigned long)(PUP(in)) << bits; 124 hold += (unsigned long)(PUP(in)) << bit [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiLdrImage/ |
H A D | EfiLdrImage.c | 119 FILE *in, 127 in - input file pointer 137 fseek (in, 0, SEEK_END); 138 filesize = ftell(in); 140 fseek (in, 0, SEEK_SET); 149 fread (Buffer, length, 1, in); 307 // And in the same time update the EfiLdrHeader and EfiLdrImage array 118 FCopyFile( FILE *in, FILE *out ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/ |
H A D | select.c | 14 * Redistribution and use in source and binary forms, with or without 21 * 2. Redistributions in binary form must reproduce the above copyright 22 * notice, this list of conditions and the following disclaimer in the 80 @param[in] Microseconds Number of microseconds to sleep. 151 fd_set *in, 172 if (in != NULL) 197 getbits(in, 0); 245 putbits(in, 0); 149 select( int nd, fd_set *in, fd_set *ou, fd_set *ex, struct timeval *tv ) argument
|
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/ |
H A D | sha1extra.c | 9 * This program is distributed in the hope that it will be useful, but 34 * @v data Further data that should be included in the PRF 39 * This is the PRF variant used by 802.11, defined in IEEE 802.11-2007 48 u8 in[strlen ( label ) + 1 + data_len + 1]; /* message to HMAC */ local 49 u8 *in_blknr; /* pointer to last byte of in, block number */ 60 memcpy ( in, label, strlen ( label ) + 1 ); 61 memcpy ( in + label_len + 1, data, data_len ); 62 in_blknr = in + label_len + 1 + data_len; 68 hmac_update ( &sha1_algorithm, sha1_ctx, in, sizeof ( in ) ); 100 u8 in[salt_len + 4]; /* input buffer to first round */ local [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/ |
H A D | ibft.c | 8 * files (the "Software"), to deal in the Software without 15 * included in all copies or substantial portions of the Software. 37 #include <ipxe/in.h> 48 * The information in this file is derived from the document "iSCSI 88 * Fill in an IP address field within iBFT 91 * @v in IPv4 address 93 static void ibft_set_ipaddr ( struct ibft_ipaddr *ipaddr, struct in_addr in ) { 95 if ( in.s_addr ) { 96 ipaddr->in = in; 111 struct in_addr in[count]; local [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/net/ |
H A D | dhcppkt.c | 9 * This program is distributed in the hope that it will be useful, but 51 const struct in_addr *in = data; local 53 return ( in->s_addr ? sizeof ( *in ) : 0 ); 164 /* If this is a special field, fill it in */ 287 * @v dhcppkt DHCP packet structure to fill in
|
/vbox/src/VBox/Runtime/common/checksum/ |
H A D | alt-md5.cpp | 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the 20 * VirtualBox OSE distribution, in which case the provisions of the 29 * types - in order to fit the code in the IPRT naming style. */ 34 * written by Colin Plumb in 1993, no copyright is claimed. 35 * This code is in the public domain; do with it what you wish. 94 /* This is the central step in th 104 rtMd5Transform(uint32_t buf[4], uint32_t const in[16]) argument [all...] |
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/math/ |
H A D | m_norm_tmp.h | 10 * to deal in the Software without restriction, including without limitation 16 * in all copies or substantial portions of the Software. 37 * in - the source vector of normals 45 const GLvector4f *in, 50 const GLfloat *from = in->start; 51 const GLuint stride = in->stride; 52 const GLuint count = in->count; 105 dest->count = in->count; 112 const GLvector4f *in, 117 const GLfloat *from = in 43 transform_normalize_normals( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument 110 transform_normalize_normals_no_rot( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument 175 transform_rescale_normals_no_rot( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument 204 transform_rescale_normals( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument 236 transform_normals_no_rot( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument 266 transform_normals( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument 296 normalize_normals( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument 342 rescale_normals( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument [all...] |