Searched defs:in (Results 76 - 100 of 128) sorted by relevance

123456

/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsIFileStream.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
246 // Don't propagate any errors in doing this. If any error, just use FSpCreate.
289 // Another bug in NSPR: Mac PR_Open assumes a unix style path, but Win PR_Open assumes
464 nsWriteSegmentToFile(nsIInputStream* in, argument
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/
H A Dxpt_link.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
98 /* The following globals are explained in xpt_struct.h */
140 FILE *in, *out; local
172 * and search for it in our internal list of acceptable version
214 in = fopen(name, "rb");
215 if (!in) {
227 size_t rv = fread(whole, 1, flen, in);
232 if (ferror(in) != 0 || fclose(in) !
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/untgz/
H A Duntgz.c40 /* values used in typeflag field */
386 int tar (gzFile in,int action,int arg,int argc,char **argv) argument
404 len = gzread(in, &buffer, BLOCKSIZE);
406 error(gzerror(in, &err));
511 len = gzread(in, fname, BLOCKSIZE);
513 error(gzerror(in, &err));
572 if (gzclose(in) != Z_OK)
603 int _CRT_glob = 0; /* disable argument globbing in MinGW */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dbuffer.c14 * This library is distributed in the hope that it will be useful,
148 * IWineD3DDevice::SetVertexDeclaration that decides how the vertices in the buffer
150 * to check if the rhw and color values are in the correct format.
203 * calling glBufferSubData on updates. Upload the actual data in case
290 TRACE("Byte %ld in vertex changed\n", idx);
373 /* Pre-shift the last 4 bytes in the FLOAT16_4 by 4 bytes - this makes FLOAT16_2 and FLOAT16_4 conversions
421 /* In d3d7 the vertex buffer declaration NEVER changes because it is stored in the d3d7 vertex buffer.
450 * stride of the arrays in the buffer. For each byte we have a field
459 * Will result in
463 * Where in thi
1108 const WORD *in = (WORD *)(&This->resource.allocatedMemory[i * This->stride + j]); local
[all...]
H A Dsurface_base.c20 * This library is distributed in the hope that it will be useful,
47 /* See also float_16_to_32() in wined3d_private.h */
48 static inline unsigned short float_32_to_16(const float *in) argument
51 float tmp = fabs(*in);
56 if (*in == 0.0f) return 0x0000;
57 if(_isnan(*in)) return 0x7C01;
58 if(!_finite(*in)) return (*in < 0.0f ? 0xFC00 : 0x7c00);
93 ret |= ((*in < 0.0f ? 1 : 0) << 15); /* Add the sign */
98 /* Do NOT define GLINFO_LOCATION in thi
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dmimepull.jar ... .io.OutputStream os java.io.InputStream in byte[] buf int len java.io.IOException ioe ...
H A Dsaaj-impl.jar ... .xml.messaging.saaj.util.ByteInputStream in javax.xml.soap.MimeHeaders headers String key ...
/vbox/src/VBox/Devices/USB/
H A DVUSBInternal.h5 * This subsystem implements USB devices in a host controller independent
18 * Foundation, in version 2 as it comes in the "COPYING" file of the
19 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
75 /** the control pipe is in the setup stage. */
77 /** the control pipe is in the data stage. */
79 /** the control pipe is in the status stage. */
125 PCVUSBDESCENDPOINTEX in; member in struct:vusb_pipe
168 /** Next device in the chain maintained by the roothub. */
285 * Hub and roothub drivers need to implement these functions in additio
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Dfasttrap.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
76 * to a bit of scratch space reserved in the user thread's ulwp_t structure
82 * instruction set that writing the code to emulate these in the kernel is
109 * may be taken in functions invoked by the DTrace framework, but may not be
110 * held while calling functions in the DTrace framework.
141 * FASTTRAP_MAX_DEFAULT or the value for fasttrap-max-probes in the
278 static volatile int in = 0; local
279 ASSERT(in == 0);
280 in
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Dsecure.c12 This program is distributed in the hope that it will be useful,
71 * MAC algorithm (5.2.3.1) uses only 32-bit length in place of seq_num/type/length fields
84 sec_hash_48(uint8 * out, uint8 * in, uint8 * salt1, uint8 * salt2, uint8 salt) argument
98 rdssl_sha1_update(&sha1, in, 48);
104 rdssl_md5_update(&md5, in, 48);
114 sec_hash_16(uint8 * out, uint8 * in, uint8 * salt1, uint8 * salt2) argument
119 rdssl_md5_update(&md5, in, 16);
129 sec_hash_sha1_16(uint8 * out, uint8 * in, uint8 * salt1) argument
133 rdssl_sha1_update(&sha1, in, 16);
140 sec_hash_to_string(char *out, int out_size, uint8 * in, in argument
317 sec_rsa_encrypt(uint8 * out, uint8 * in, int len, uint32 modulus_size, uint8 * modulus, uint8 * exponent) argument
[all...]
H A Dserial.c11 This program is distributed in the hope that it will be useful,
433 in ispeed while changing DTR with ospeed */
710 serial_device_control(RD_NTHANDLE handle, uint32 request, STREAM in, STREAM out) argument
731 in_uint32_le(in, pser_inf->baud_rate);
742 in_uint32_le(in, pser_inf->queue_in_size);
743 in_uint32_le(in, pser_inf->queue_out_size);
744 DEBUG_SERIAL(("serial_ioctl -> SERIAL_SET_QUEUE_SIZE in %d out %d\n",
748 in_uint8(in, pser_inf->stop_bits);
749 in_uint8(in, pser_inf->parity);
750 in_uint8(in, pser_in
[all...]
H A Dscard.c13 This program is distributed in the hope that it will be useful,
490 inRepos(STREAM in, unsigned int read) argument
495 in_uint8s(in, add);
559 inString(PMEM_HANDLE * handle, STREAM in, char **destination, SERVER_DWORD dataLength, RD_BOOL wide) argument
571 in_uint8a(in, buffer, 2 * dataLength);
580 in_uint8a(in, buffer, dataLength);
627 inReaderName(PMEM_HANDLE * handle, STREAM in, char **destination, RD_BOOL wide) argument
630 in->p += 0x08;
631 in_uint32_le(in, dataLength);
632 inRepos(in, inStrin
636 inSkipLinked(STREAM in) argument
652 SC_returnCode(MYPCSC_DWORD rc, PMEM_HANDLE * handle, STREAM in, STREAM out) argument
660 SC_returnNoMemoryError(PMEM_HANDLE * handle, STREAM in, STREAM out) argument
666 TS_SCardEstablishContext(STREAM in, STREAM out) argument
708 TS_SCardReleaseContext(STREAM in, STREAM out) argument
740 TS_SCardIsValidContext(STREAM in, STREAM out) argument
782 TS_SCardListReaders(STREAM in, STREAM out, RD_BOOL wide) argument
863 TS_SCardConnect(STREAM in, STREAM out, RD_BOOL wide) argument
946 TS_SCardReconnect(STREAM in, STREAM out) argument
987 TS_SCardDisconnect(STREAM in, STREAM out) argument
1115 TS_SCardGetStatusChange(STREAM in, STREAM out, RD_BOOL wide) argument
1232 TS_SCardCancel(STREAM in, STREAM out) argument
1260 TS_SCardLocateCardsByATR(STREAM in, STREAM out, RD_BOOL wide) argument
1403 TS_SCardBeginTransaction(STREAM in, STREAM out) argument
1429 TS_SCardEndTransaction(STREAM in, STREAM out) argument
1489 TS_SCardTransmit(STREAM in, STREAM out) argument
1673 TS_SCardStatus(STREAM in, STREAM out, RD_BOOL wide) argument
1798 TS_SCardState(STREAM in, STREAM out) argument
1965 TS_SCardGetAttrib(STREAM in, STREAM out) argument
2095 TS_SCardControl(STREAM in, STREAM out) argument
2226 TS_SCardAccessStartedEvent(STREAM in, STREAM out) argument
2235 scard_device_control(RD_NTHANDLE handle, uint32 request, STREAM in, STREAM out) argument
2457 SC_addToQueue(RD_NTHANDLE handle, uint32 request, STREAM in, STREAM out) argument
2645 thread_wrapper(RD_NTHANDLE handle, uint32 request, STREAM in, STREAM out) argument
[all...]
H A Dtypes.h12 This program is distributed in the hope that it will be useful,
100 /* this is whats in the brush cache */
164 struct stream in; member in struct:_VCHANNEL
172 /* Header for an entry in the persistent bitmap cache file */
219 RD_NTSTATUS(*device_control) (RD_NTHANDLE handle, uint32 request, STREAM in, STREAM out);
/vbox/src/libs/libxml2-2.6.31/
H A DSAX2.c480 * - override this xmlSAX2ResolveEntity() callback in the SAX block
644 "Entity(%s) already defined in the internal subset\n",
664 "Entity(%s) already defined in the external subset\n", name);
679 "SAX.xmlSAX2EntityDecl(%s) called while not in subset\n",
736 "SAX.xmlSAX2AttributeDecl(%s) called while not in subset\n",
787 "SAX.xmlSAX2ElementDecl(%s) called while not in subset\n",
838 "SAX.xmlSAX2NotationDecl(%s) called while not in subset\n",
881 "Entity(%s) already defined in the internal subset\n", name);
901 "Entity(%s) already defined in the external subset\n", name);
916 "SAX.xmlSAX2UnparsedEntityDecl(%s) called while not in subse
1860 const xmlChar *in; local
[all...]
H A Dnanohttp.c34 #include <netinet/in.h>
142 char *in; /* the receiving buffer */ member in struct:xmlNanoHTTPCtxt
151 char *location; /* the new URL in case of redirect */
164 static unsigned int timeout = 60;/* the select() timeout in seconds */
375 * Returns an HTTP context or NULL in case of error.
414 if (ctxt->in != NULL) xmlFree(ctxt->in);
497 * This is a blocking call (but it blocks in select(), not read()).
499 * Returns the number of byte read or -1 in case of error.
509 if (ctxt->in
[all...]
H A Dxmlsave.c48 * Returns 1 if true, 0 if not and -1 in case of error
125 msg = "string is not in UTF-8\n";
192 * @in: a pointer to an array of unescaped UTF-8 bytes
193 * @inlen: the length of @in
195 * Take a block of UTF-8 chars in and escape them. Used when there is no
205 const xmlChar* in, int *inlen) {
207 const unsigned char* base = in;
212 inend = in + (*inlen);
214 while ((in < inend) && (out < outend)) {
215 if (*in
204 xmlEscapeEntities(unsigned char* out, int *outlen, const xmlChar* in, int *inlen) argument
[all...]
H A Dencoding.c7 * [ISO-10646] UTF-8 and UTF-16 in Annexes
12 * described in Unicode Technical Report #4.
110 * @in: a pointer to an array of ASCII chars
111 * @inlen: the length of @in
113 * Take a block of ASCII chars in and try to convert it to an UTF-8
122 const unsigned char* in, int *inlen) {
124 const unsigned char* base = in;
125 const unsigned char* processed = in;
130 inend = in + (*inlen);
131 while ((in < inen
121 asciiToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
168 UTF8Toascii(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
252 isolat1ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
341 UTF8Toisolat1(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
439 unsigned short* in = (unsigned short*) inb; local
518 UTF8ToUTF16LE(unsigned char* outb, int *outlen, const unsigned char* in, int *inlen) argument
627 UTF8ToUTF16(unsigned char* outb, int *outlen, const unsigned char* in, int *inlen) argument
677 unsigned short* in = (unsigned short*) inb; local
760 UTF8ToUTF16BE(unsigned char* outb, int *outlen, const unsigned char* in, int *inlen) argument
871 xmlDetectCharEncoding(const unsigned char* in, int len) argument
1693 xmlIconvWrapper(iconv_t cd, unsigned char *out, int *outlen, const unsigned char *in, int *inlen) argument
1754 xmlCharEncFirstLine(xmlCharEncodingHandler *handler, xmlBufferPtr out, xmlBufferPtr in) argument
1841 xmlCharEncInFunc(xmlCharEncodingHandler * handler, xmlBufferPtr out, xmlBufferPtr in) argument
1942 xmlCharEncOutFunc(xmlCharEncodingHandler *handler, xmlBufferPtr out, xmlBufferPtr in) argument
2165 xmlParserInputPtr in; local
2244 UTF8ToISO8859x(unsigned char* out, int *outlen, const unsigned char* in, int *inlen, unsigned char const *xlattable) argument
2358 ISO8859xToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen, unsigned short const *unicodetable) argument
3147 ISO8859_2ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3151 UTF8ToISO8859_2(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3156 ISO8859_3ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3160 UTF8ToISO8859_3(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3165 ISO8859_4ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3169 UTF8ToISO8859_4(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3174 ISO8859_5ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3178 UTF8ToISO8859_5(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3183 ISO8859_6ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3187 UTF8ToISO8859_6(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3192 ISO8859_7ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3196 UTF8ToISO8859_7(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3201 ISO8859_8ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3205 UTF8ToISO8859_8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3210 ISO8859_9ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3214 UTF8ToISO8859_9(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3219 ISO8859_10ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3223 UTF8ToISO8859_10(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3228 ISO8859_11ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3232 UTF8ToISO8859_11(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3237 ISO8859_13ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3241 UTF8ToISO8859_13(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3246 ISO8859_14ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3250 UTF8ToISO8859_14(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3255 ISO8859_15ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3259 UTF8ToISO8859_15(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3264 ISO8859_16ToUTF8(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
3268 UTF8ToISO8859_16(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTextFormatter.cpp6 * 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
121 // string in allocated memory which must be freed using PR_FREE().
126 const char *in, *inend; local
134 for (in = aSrc, state = 0, ucs4 = 0; in < inend; in++) {
136 if (0 == (0x80 & (*in))) {
138 } else if (0xC0 == (0xE0 & (*in))) {
141 } else if (0xE0 == (0xF0 & (*in))) {
[all...]
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsRegistry.cpp6 * 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
39 #define FORCE_PR_LOG /* Allow logging in the release build */
81 | provided by libreg (as declared in mozilla/modules/libreg/include/NSReg.h). |
88 | It should not be necessary, but I'll leave in the code for the paranoid. |
160 char mName[MAXREGPATHLEN]; // The name of the current key which is in mNext
308 | This utility function converts the type field in the REGINFO structure to |
311 static void reginfo2DataType( const REGINFO &in, PRUint32 &out ) { argument
313 switch( in.entryType ) {
316 //out.length = in
341 reginfo2Length( const REGINFO &in, PRUint32 &out ) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglamor_priv.h6 * to deal in the Software without restriction, including without limitation
12 * paragraph) shall be included in all copies or substantial portions of the
112 enum shader_in in; member in struct:shader_key
247 * by glamor_get_vbo_space(), so it can't be used in place of that.
318 * larger than this expire count in block handler.
345 * @gl_tex: The pixmap is in a gl texture originally.
352 * and box[i] store the relatively coords in this pixmap
373 * the relatively coords in the fbo of this pixmap:
440 * @box: current fbo's coords in the whole pixmap.
443 * @block_wcnt: block count in on
[all...]
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_db.c5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
35 access data through functions provided in this file.
48 there is an incomplete connection, in which case the link
70 Fixed data type error in StartPoint().
81 control (which is now available in PPP+pktAlias through the
115 array, which kept track of which ports were in use was replaced
121 to a fragment (this bug was first recognized by E. Eklund in
199 /* Timeouts (in second
275 int in; /* State for outside -> inside */ member in struct:tcp_state
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Darbel.c4 * Based in part upon the original driver by Mellanox Technologies
12 * This program is distributed in the hope that it will be useful, but
129 * @v in Input parameters
135 unsigned int op_mod, const void *in,
150 DBGC2 ( arbel, "Arbel %p command %02x in %zx%s out %zx%s\n",
169 memcpy ( in_buffer, in, in_len );
546 /* Copy in request packet */
1162 /* Update parameters in RTS state */
1222 * Ring doorbell register in UAR
1944 /* Map blocks in descendin
134 arbel_cmd( struct arbel *arbel, unsigned long command, unsigned int op_mod, const void *in, unsigned int in_mod, void *out ) argument
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.c24 CRMessage *in, out; local
34 crNetGetMessage( render_spu.swap_conns[a], &in );
35 crNetFree( render_spu.swap_conns[a], in);
45 crNetGetMessage( render_spu.swap_conns[0], &in );
46 crNetFree( render_spu.swap_conns[0], in);
157 crWarning("the specified ctx key %d is in use", idCtx);
635 crWarning("the specified window key %d is in use", id);
706 * this set also ensures all redraw operations are done in the redraw thread
1052 * the lock is actually needed to ensure we're in synch with the redraw thread */
1088 * since the lock order used in presentatio
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dnrv2b.c48 #include <netinet/in.h>
159 unsigned int look; /* bytes in lookahead buffer */
169 const unsigned char *in; member in struct:ucl_compress
224 /* public - "built-in" */
287 if (m_off <= (unsigned int) (c->bp - c->in))
295 d_off = m_off - (unsigned int) (c->bp - c->in);
302 assert(c->in + m_len - d_off < c->ip);
303 assert(memcmp(c->bp + d_off, c->in, m_len - d_off) ==
790 const uint8_t *in = c->in;
1043 ucl_nrv2b_99_compress( const uint8_t *in, unsigned long in_len, uint8_t *out, unsigned long *out_len, unsigned int *result) argument
1248 uint8_t *in, *out; local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileWin.cpp6 * 1.1 (the "License"); you may not use this file except in compliance with
31 * in which case the provisions of the GPL or the LGPL are applicable instead
75 // _mbsstr isn't declared in w32api headers but it's there in the libs
113 nsresult Resolve(const WCHAR* in, char* out);
172 ShortcutResolver::Resolve(const WCHAR* in, char* out) argument
177 HRESULT hres = mPersistFile->Load(in, STGM_READ);
273 // as suggested in the MSDN documentation on SetFilePointer
293 // Note also that we don't resolve links in the middle of paths.
792 // work in unicod
[all...]

Completed in 210 milliseconds

123456