Searched defs:use (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv4/lwip/
H A Digmp.h5 * Redistribution and use in source and binary forms, with or without
43 #if LWIP_IGMP /* don't build if not configured for use in lwipopts.h */
86 u8_t use; member in struct:igmp_group
/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv6/lwip/
H A Dmld6.h12 * Redistribution and use in source and binary forms, with or without modification,
48 #if LWIP_IPV6_MLD && LWIP_IPV6 /* don't build if not configured for use in lwipopts.h */
72 u8_t use; member in struct:mld_group
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Ddebug.c36 /* Mark console as in use for debugging messages */
146 static unsigned long use; local
152 use++;
157 acs[i].last_used = use;
164 oldest_last_used = use;
172 acs[oldest].last_used = use;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglamor_program.h4 * Permission to use, copy, modify, distribute, and sell this software and its
52 glamor_use use; member in struct:__anon6795
/vbox/src/libs/zlib-1.2.6/examples/
H A Denough.c36 properties are: we cannot use more bit patterns than are available; and when
204 int least; /* least number of syms to use at this juncture */
205 int most; /* most number of syms to use at this juncture */
206 int use; /* number of bit patterns to use in next call */ local
222 /* we need to use at least this many bit patterns so that the code won't be
228 /* we can use at most this many bit patterns, lest there not be enough
236 for (use = least; use <= most; use
323 int use; /* number of bit patterns to use in next call */ local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglamor_program.h4 * Permission to use, copy, modify, distribute, and sell this software and its
54 glamor_use use; member in struct:__anon7114
/vbox/src/libs/libxml2-2.6.31/
H A DHTMLtree.c392 unsigned int use; local
415 use = buf->use;
418 ret = buf->use - use;
580 *size = buf->conv->use;
583 *size = buf->buffer->use;
H A DparserInternals.c253 if (in->cur > in->base + in->buf->buffer->use) {
255 "xmlParserInput: cur > base + use problem\n");
257 xmlGenericError(xmlGenericErrorContext,"buffer %x : content %x, cur %d, use %d, size %d\n",
259 in->buf->buffer->use, in->buf->buffer->size);
311 in->end = &in->buf->buffer->content[in->buf->buffer->use];
346 if (in->buf->buffer->use > (unsigned int) indx + INPUT_CHUNK) {
359 * block, but we use it really as an integer to do some
371 in->end = &in->buf->buffer->content[in->buf->buffer->use];
412 in->end = &in->buf->buffer->content[in->buf->buffer->use];
417 if (in->buf->buffer->use > INPUT_CHUN
1145 unsigned int use; local
[all...]
H A Dxmlsave.c1413 /* (We cannot use xhtmlNodeDumpOutput() here because
1418 /* We must use a CDATA section. Unfortunately,
1492 * @encoding: the encoding name to use or NULL
1518 * @encoding: the encoding name to use or NULL
1547 * @encoding: the encoding name to use or NULL
1590 * @encoding: the encoding name to use or NULL
1881 unsigned int use; local
1914 use = buf->use;
1917 ret = buf->use
[all...]
H A DxmlIO.c201 "adddress in use", /* EADDRINUSE */
202 "already in use", /* EALREADY */
1370 *@compression: Compression value to use
1870 content_lgth = dctxt->buffer->use;
2196 * Calling this method changes the HTTP output method to use the "POST"
2434 * If filename is "-' then we use stdin as the input.
2580 * If filename is "-' then we use stdout as the output.
2941 unsigned int use; local
2956 use = in->raw->use;
3052 unsigned int use; local
[all...]
H A Dxmlschemas.c15 * - if we don't intend to use the schema for schemas, we
325 * use pointer comparison for those values.
519 xmlSchemaAttributeUsePtr next; /* The next attr. use. */
602 xmlSchemaPtr schema; /* The main schema in use */
950 xmlSchemaAttributeUsePtr use; /* the attribute use */ member in struct:_xmlSchemaAttrInfo
971 xmlSchemaPtr schema; /* The schema in use */
1124 return(BAD_CAST "attribute use");
1155 return(BAD_CAST "[helper component] attribute use prohibition");
1639 *buf = xmlStrdup(BAD_CAST "attribute use ");
3734 xmlSchemaFreeAttributeUse(xmlSchemaAttributeUsePtr use) argument
4340 xmlSchemaAttributeUsePtr use; local
7090 xmlSchemaAttributeUsePtr use = NULL; local
14321 xmlSchemaAttributeUsePtr use; local
15825 xmlSchemaAttributeUsePtr use, tmp; local
19063 xmlSchemaAttributeUsePtr use; local
19267 xmlSchemaAttributeUsePtr use, tmp; local
20104 xmlSchemaCheckAttrUsePropsCorrect(xmlSchemaParserCtxtPtr ctxt, xmlSchemaAttributeUsePtr use) argument
[all...]
/vbox/src/libs/libpng-1.2.8/
H A Dpnggccrd.c10 * For conditions of distribution and use, see copyright notice in png.h
93 * renaming global variables for djgpp--i.e., always use prefixes in
106 * mmx_supported_local variable and just use eax). Possibly the CPUID
112 * ifdef'd with __PIC__ macro: if defined, use a global for unmask
126 * - when compiling with gcc, be sure to use -fomit-frame-pointer
202 * - "_ShiftBpp.use = 24;" should have been "_ShiftBpp.use = 16;"
203 * - "_ShiftRem.use = 40;" should have been "_ShiftRem.use = 48;"
224 * - eliminated incorrect use o
2757 long long use; member in union:uAll
[all...]
H A Dpngvcrd.c6 * For conditions of distribution and use, see copyright notice in png.h
383 else /* mmx not supported - use modified C routine */
499 else /* mmx not supported - use modified C routine */
634 else /* mmx not supported - use modified C routine */
1216 // use MMX routine if machine supports it
1811 else /* MMX not supported: use modified C code - takes advantage
1919 __int64 use; member in union:uAll
1995 ActiveMask.use = 0x0000000000ffffff;
1996 ShiftBpp.use = 24; // == 3 * 8
1997 ShiftRem.use
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djsr181-api.jar ... public abstract javax.jws.soap.SOAPBinding$Use use () public abstract javax.jws.soap.SOAPBinding ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DXInput.h7 Permission to use, copy, modify, distribute, and sell this software and its
24 used in advertising or otherwise to promote the sale, use or other dealings
31 Permission to use, copy, modify, and distribute this software and its
664 int use; member in struct:_XDeviceInfo
H A DXIproto.h7 Permission to use, copy, modify, distribute, and sell this software and its
24 used in advertising or otherwise to promote the sale, use or other dealings
31 Permission to use, copy, modify, and distribute this software and its
233 CARD8 use; member in struct:_xDeviceInfo
/vbox/src/VBox/Additions/x11/x11include/inputproto-1.9.99.902/X11/extensions/
H A DXI2proto.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
36 * Window), use stdint types specifying the size of the datatype.
52 * This file should not be included by clients that merely use XI2, but do not
125 uint16_t use; /**< ::XIMasterPointer, ::XIMasterKeyboard, member in struct:__anon3424
781 * Generic XI2 event header. All XI2 events use the same header.
801 uint8_t use; /**< ::XIMasterKeyboard, member in struct:__anon3470
H A DXIproto.h5 Permission to use, copy, modify, distribute, and sell this software and its
22 used in advertising or otherwise to promote the sale, use or other dealings
29 Permission to use, copy, modify, and distribute this software and its
241 CARD8 use; /* IsXPointer | IsXKeyboard | IsXExtension... */ member in struct:_xDeviceInfo
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h88 unsigned int use; /* The buffer size used */ member in struct:_xmlBuffer
116 * be deprecated to use an XML_DTD_NODE.
1046 * Internal, don't use.

Completed in 1034 milliseconds