Searched defs:replacement (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dimage.c75 image_put ( image->replacement );
262 struct image *replacement; local
311 /* Pick up replacement image before we drop the original
312 * image's temporary reference. The replacement image must
316 replacement = image->replacement;
317 if ( replacement )
318 assert ( replacement->flags & IMAGE_REGISTERED );
330 /* Tail-recurse into replacement image, if one exists */
331 if ( replacement ) {
[all...]
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_point.c299 GLint replacement = to->coordReplacement[i]; local
304 diff_api.TexEnviv(GL_POINT_SPRITE_ARB, GL_COORD_REPLACE_ARB, &replacement);
410 /*don't set coord replacement, it will be set just before drawing points when necessary,
413 GLint replacement = to->coordReplacement[i];
418 diff_api.TexEnviv(GL_POINT_SPRITE_ARB, GL_COORD_REPLACE_ARB, &replacement);
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dimage.h50 * exec() method with the replacement image set to point to
54 * executed, it must make sure that its replacement image (if
55 * any) is registered, otherwise the replacement is likely to
58 struct image *replacement; member in struct:image
155 extern int image_replace ( struct image *replacement );
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dmyri10ge.c56 * replacement receive buffers to the NIC, and passes received frames
1174 struct io_buffer *replacement; local
1204 /* Allocate a replacement buffer. If none is available,
1211 replacement = alloc_iob ( MXGEFW_PAD + ETH_FRAME_LEN );
1212 if ( !replacement ) {
1216 iob_reserve ( replacement, MXGEFW_PAD );
1235 myri10ge_post_receive ( priv, replacement );
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/
H A Dxpt_link.c71 int num_interfaces, int replacement);
404 * and mapping it to the "replacement" element so we can
428 * and mapping it to the "replacement" element so we can
770 * to point to the "replacement" element, and moves it to the end of
775 int num_interfaces, int replacement)
789 deleted->maps_to_file_num = fix[replacement].file_num;
790 deleted->maps_to_interface_num = fix[replacement].interface_num;
774 update_fix_array(XPTArena *arena, fixElement *fix, int element_to_delete, int num_interfaces, int replacement) argument
/vbox/src/libs/libxml2-2.6.31/
H A Dparser.c98 * replacement over the size in byte of the input indicates that you have
100 * replacement per byte of input.
114 xmlEntityPtr ent, size_t replacement)
122 if (replacement != 0) {
123 if (replacement < XML_MAX_TEXT_LENGTH)
137 if (replacement < XML_PARSER_NON_LINEAR * consumed)
141 * Do the check based on the replacement size of the entity
160 * use the number of parsed entities in the replacement
3104 * value, ... a single or double quote character in the replacement
3425 * replacement tex
113 xmlParserEntityCheck(xmlParserCtxtPtr ctxt, size_t size, xmlEntityPtr ent, size_t replacement) argument
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 69 milliseconds