Searched defs:in (Results 101 - 125 of 128) sorted by relevance

123456

/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dstreambuffer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/stream/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Dactivation.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/mailcap ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Dresolver.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/org/ com/sun/org/apache/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/bind/ javax/xml/bind/annotation/ ...
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
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
117 enum shader_in in; member in struct:shader_key
286 * by glamor_get_vbo_space(), so it can't be used in place of that.
348 * larger than this expire count in block handler.
377 * @gl_tex: The pixmap is in a gl texture originally.
384 * and box[i] store the relatively coords in this pixmap
405 * the relatively coords in the fbo of this pixmap:
467 * @box: current fbo's coords in the whole pixmap.
470 * @block_wcnt: block count in on
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Dhermon.c10 * This program is distributed in the hope that it will be useful, but
91 /* Mark bits as in-use */
154 * @v in Input parameters
160 unsigned int op_mod, const void *in,
175 DBGC2 ( hermon, "Hermon %p command %02x in %zx%s out %zx%s\n",
199 memcpy ( in_buffer, in, in_len );
613 * @v mtt MTT descriptor to fill in
647 /* Fill in MTT structure */
776 /* Copy in request packet */
1306 /* Update parameters in RT
159 hermon_cmd( struct hermon *hermon, unsigned long command, unsigned int op_mod, const void *in, unsigned int in_mod, void *out ) argument
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Druntest.c99 const char *in; /* glob to path for input files */ member in struct:testDesc
117 size_t gl_offs; /* Slots to reserve in 'gl_pathv'. */
320 /* calculate the error position in terms of the current position */
882 * The default behaviour is to NOT resolve the entities, in that case
883 * the ENTITY_REF nodes are built in the structure (and the parameter
1085 * Everything is available on the context, so this is useless in our case.
1213 * @start: the first char in the string
1647 * Returns 0 in case of success, an error code otherwise
1732 * in serialization.
1734 * Returns 0 in cas
[all...]
H A DxmlIO.c160 "Operation in progress", /* EINPROGRESS */
169 "Too many open files in system",/* ENFILE */
201 "adddress in use", /* EADDRINUSE */
202 "already in use", /* EALREADY */
489 * This function is obsolete. Please see xmlURIFromPath in uri.c for
504 * compiled-in I/O.
529 * compiled-in I/O.
531 * Returns the number of input callback registered or -1 in case of error.
556 * compiled-in I/O callbacks.
588 * @path: the path in ut
2303 xmlFreeParserInputBuffer(xmlParserInputBufferPtr in) argument
2933 xmlParserInputBufferPush(xmlParserInputBufferPtr in, int len, const char *buf) argument
3007 xmlParserInputBufferGrow(xmlParserInputBufferPtr in, int len) argument
3101 xmlParserInputBufferRead(xmlParserInputBufferPtr in, int len) argument
3229 xmlEscapeContent(unsigned char* out, int *outlen, const xmlChar* in, int *inlen) argument
[all...]
H A Dxmlreader.c110 unsigned int base; /* base of the segment in the input */
111 unsigned int cur; /* current position in the input */
141 xmlSchemaSAXPlugPtr xsdPlug; /* the schemas plug in SAX pipeline */
185 * Free a string if it is not owned by the "dict" dictionnary in the
293 * @cur: the first property in the list
311 * @cur: the first node in the list
560 * Returns 0 in case of error, the index in the stack otherwise
786 * Returns -1 in case of failure, 0 otherwise
952 * @len: lenght of the CData block in byte
5511 xmlBase64Decode(const unsigned char *in, unsigned long *inlen, unsigned char *to, unsigned long *tolen) argument
[all...]
H A DHTMLparser.c161 * Returns 0 in case of error, the index in the stack otherwise
216 * in ISO-Latin or UTF-8, and the current 16 bit value if compiled
217 * in UNICODE mode. This should be used internally by the parser
232 * in UTF-8 mode. It also pop-up unfinished entities on the fly.
296 * bytes in the input buffer. Implement the end of line normalization:
298 * If the encoding is unspecified, in the case we find an ISO-Latin-1
299 * char, then the encoding converter is plugged in automatically.
396 * input encoding didn't get properly advertized in the
425 * skip all blanks character found at that point in th
1795 UTF8ToHtml(unsigned char* out, int *outlen, const unsigned char* in, int *inlen) argument
1899 htmlEncodeEntities(unsigned char* out, int *outlen, const unsigned char* in, int *inlen, int quoteChar) argument
2261 const xmlChar *in; local
4483 htmlParserInputPtr in; local
4574 htmlParserInputPtr in; local
5334 xmlParserInputBufferPtr in = ctxt->input->buf; local
[all...]
H A Dparser.c19 * production in the XML specification. A few productions defining the
20 * different ranges of character are actually implanted either in
22 * The DOM tree build is realized from the default SAX callbacks in
24 * The routines doing the validation checks are in valid.c and called either
89 * Arbitrary limits set in the parser. *
98 * replacement over the size in byte of the input indicates that you have
160 * use the number of parsed entities in the replacement
309 errmsg = "PEReference in prolog\n";
312 errmsg = "PEReference in epilog\n";
327 errmsg = "PEReferences forbidden in interna
2779 const xmlChar *in; local
2827 register const xmlChar *in; local
3660 const xmlChar *in; local
4101 const xmlChar *in; local
7701 const xmlChar *in; local
7825 const xmlChar *in; local
7900 const xmlChar *in = NULL, *start, *end, *last; local
9697 xmlParserInputPtr in; local
10861 xmlParserInputBufferPtr in = ctxt->input->buf; local
[all...]
H A Dtrio.c9 * copyright notice and this permission notice appear in all copies.
30 * - C escapes in %#[] ?
299 /* The width of a pointer. The number of bits in a hex digit is 4 */
373 /* Maximal number of characters in class */
382 /* Maximal number of integers in grouping */
565 * Integer part grouped in thousands
567 * Number grouped in nibbles (4 bits)
633 /* An indication of which entry in the data union is used */
673 trio_instream_t in; member in union:__anon17113::__anon17114
689 * The current location in th
[all...]
H A Dxpath.c72 * xmlXPathOrderDocElems() was called in order to index the elements of
73 * a tree in document order; Libxslt does such an indexing, thus it will
81 * in a way, that it stop evaluation at the first node.
256 "?? Unknown error ??\n" /* Must be last in the list! */
412 * TODO: Since such a list-handling is used in xmlschemas.c and libxslt
452 * Returns a xsltPointerList structure or NULL in case of an error.
575 int nbStep; /* Number of steps in this expression */
578 int last; /* index of last step in expression */
618 * Returns the newly allocated xmlXPathCompExprPtr or NULL in case of error
717 * Returns -1 in cas
9013 double le=0, in; local
9760 const xmlChar *in; local
9841 const xmlChar *in; local
[all...]
H A Dtestapi.c164 printf("testapi leaked %d bytes in %d blocks\n", mem, blocks);
1283 unsigned char * in; /* a pointer to an array of UTF-8 chars */ local
1285 int * inlen; /* the length of @in */
1295 in = gen_const_unsigned_char_ptr(n_in, 2);
1298 ret_val = UTF8ToHtml(out, outlen, (const unsigned char *)in, inlen);
1303 des_const_unsigned_char_ptr(n_in, (const unsigned char *)in, 2);
1307 printf("Leak of %d blocks found in UTF8ToHtml",
1367 printf("Leak of %d blocks found in htmlAttrAllowed",
1425 printf("Leak of %d blocks found in htmlAutoCloseTag",
1468 printf("Leak of %d blocks found in htmlCreateMemoryParserCtx
1903 unsigned char * in; /* a pointer to an array of UTF-8 chars */ local
8464 unsigned char * in; /* a pointer to an array of UTF-8 chars */ local
8519 unsigned char * in; /* a pointer to an array of ISO Latin 1 chars */ local
8640 xmlBufferPtr in; /* an xmlBuffer for the input */ local
8686 xmlBufferPtr in; /* an xmlBuffer for the input */ local
8732 xmlBufferPtr in; /* an xmlBuffer for the input */ local
8844 unsigned char * in; /* a pointer to the first bytes of the XML entity, must be at least 2 bytes long (at least 4 if encoding is UTF4 variant). */ local
14280 xmlParserInputPtr in; /* an XML parser input */ local
14319 xmlParserInputPtr in; /* an XML parser input */ local
16235 xmlParserInputPtr in; /* an XML parser input */ local
28426 xmlParserInputBufferPtr in; /* a buffered parser input */ local
28465 xmlParserInputBufferPtr in; /* a buffered parser input */ local
28511 xmlParserInputBufferPtr in; /* a buffered parser input */ local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c19 * This library is distributed in the hope that it will be useful,
506 /* Some applications access the surface in via DWORDs, and do not take
676 /* else -> all should be already set in texture init,
802 * called from sampler() in state.c. This means we can't touch anything
917 /* We should never use this surface in combination with OpenGL! */
923 /* Don't use ARB_TEXTURE_RECTANGLE in case the surface format is P8
924 * and EXT_PALETTED_TEXTURE is used in combination with texture
926 * EXT_PALETTED_TEXTURE doesn't work in combination with
1023 /* Blt calls ModifyLocation on the dest surface, which in turn calls
1083 /* Make sure the PBO isn't set anymore in orde
3209 float_32_to_16(const float *in) argument
[all...]
H A Dwined3d_private.h15 * This library is distributed in the hope that it will be useful,
230 /* float_16_to_32() and float_32_to_16() (see implementation in
231 * surface_base.c) convert 16 bit floats in the FLOAT16 data type
240 static inline float float_16_to_32(const unsigned short *in) argument
242 const unsigned short s = ((*in) & 0x8000);
243 const unsigned short e = ((*in) & 0x7c00) >> 10;
244 const unsigned short m = (*in) & 0x3ff;
258 static inline float float_24_to_32(DWORD in) argument
260 const float sgn = in & 0x800000 ? -1.0f : 1.0f;
261 const unsigned short e = (in
[all...]
/vbox/src/VBox/Devices/Storage/
H A DDevBusLogic.cpp15 * Foundation, in version 2 as it comes in the "COPYING" file of the
16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
60 * Note that these should not be in the ISA range (below 400h) to avoid
61 * conflicts with ISA device probing. Addresses in the 300h-340h range should be
76 /** Command buffer size in old saved states. */
79 /** The duration of software-initiated reset (in nano seconds).
190 * in host adapter RAM and contains several
352 * seems to be 256 bytes because the offset and count field in the command request
363 /** Current position in th
660 } in; member in union:Mailbox32::__anon15824
[all...]
/vbox/include/VBox/
H A DVBoxVideo.h12 * 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
44 * 4096 bytes aligned miniport heap (value specified in the config rouded up).
49 * The Virtual Graphics Adapter information in the guest VRAM is stored by the
106 * The display number is encoded in low 16 bits.
142 /* Relative offset in VRAM */
147 /* Resides in adapte
558 } in; member in union:VBOXVHWACMD_QUERYINFO1::__anon98
597 } in; member in union:VBOXVHWACMD_SURF_CANCREATE::__anon101
625 } in; member in union:VBOXVHWACMD_SURF_DESTROY::__anon104
640 } in; member in union:VBOXVHWACMD_SURF_LOCK::__anon106
654 } in; member in union:VBOXVHWACMD_SURF_UNLOCK::__anon108
676 } in; member in union:VBOXVHWACMD_SURF_BLT::__anon110
692 } in; member in union:VBOXVHWACMD_SURF_COLORFILL::__anon112
712 } in; member in union:VBOXVHWACMD_SURF_FLIP::__anon114
727 } in; member in union:VBOXVHWACMD_SURF_COLORKEY_SET::__anon116
751 } in; member in union:VBOXVHWACMD_SURF_OVERLAY_UPDATE::__anon118
769 } in; member in union:VBOXVHWACMD_SURF_OVERLAY_SETPOSITION::__anon120
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Detherfabric.c118 /* Extended bits are in bits 8 and 9 of MII_CTRL1000 */
135 /* Extended bits are in bits 10 and 11 of MII_STAT1000 */
223 /* Bits in MMDREG_CTRL1 */
228 /* Bits in MMDREG_STAT1 */
236 /* Bits in MMDREG_DEVS0. */
247 /* Bits in MMDREG_STAT2 */
296 EFAB_ERR("Not all MMDs came out of reset in time. MMDs "
297 "still in reset: %x\n", in_reset);
1314 * have all ones in either its high or low dwords. This approach is
1341 * Marked as static inline so that it will not be compiled in i
2844 uint8_t in, cfg, out; local
2964 uint8_t in, cfg, out; local
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c115 xmlParserInputBufferPtr in; local
120 in = (xmlParserInputBufferPtr) PyinputBuffer_Get(pyobj_in);
122 xmlFreeParserInputBuffer(in);
1168 xmlParserInputBufferPtr in; local
1174 in = (xmlParserInputBufferPtr) PyinputBuffer_Get(pyobj_in);
1176 c_retval = xmlParserInputBufferRead(in, len);
9948 xmlParserInputBufferPtr in; local
9955 in = (xmlParserInputBufferPtr) PyinputBuffer_Get(pyobj_in);
9957 c_retval = xmlParserInputBufferPush(in, len, buf);
12831 xmlParserInputBufferPtr in; local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h14 * This library is distributed in the hope that it will be useful,
218 /* float_16_to_32() and float_32_to_16() (see implementation in
219 * surface_base.c) convert 16 bit floats in the FLOAT16 data type
228 static inline float float_16_to_32(const unsigned short *in) { argument
233 const unsigned short s = ((*in) & 0x8000);
234 const unsigned short e = ((*in) & 0x7C00) >> 10;
235 const unsigned short m = (*in) & 0x3FF;
249 static inline float float_24_to_32(DWORD in) argument
251 const float sgn = in & 0x800000 ? -1.0f : 1.0f;
252 const unsigned short e = (in
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_private.h14 * This library is distributed in the hope that it will be useful,
207 /* float_16_to_32() and float_32_to_16() (see implementation in
208 * surface_base.c) convert 16 bit floats in the FLOAT16 data type
217 static inline float float_16_to_32(const unsigned short *in) { argument
222 const unsigned short s = ((*in) & 0x8000);
223 const unsigned short e = ((*in) & 0x7C00) >> 10;
224 const unsigned short m = (*in) & 0x3FF;
238 static inline float float_24_to_32(DWORD in) argument
240 const float sgn = in & 0x800000 ? -1.0f : 1.0f;
241 const unsigned short e = (in
[all...]

Completed in 371 milliseconds

123456