Searched refs:fixed (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Installer/linux/
H A DVBox.sh45 You will not be able to start VMs until this problem is fixed.
55 You will not be able to start VMs until this problem is fixed.
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dint13.h297 /** An ISO9660 Primary Volume Descriptor (fixed portion) */
308 struct iso9660_primary_descriptor_fixed fixed; member in struct:iso9660_primary_descriptor
320 /** An El Torito Boot Record Volume Descriptor (fixed portion) */
335 struct eltorito_descriptor_fixed fixed; member in struct:eltorito_descriptor
/vbox/src/VBox/ValidationKit/testmanager/htdocs/css/
H A Dcommon.css105 position: fixed;
120 position: fixed;
139 position: fixed;
149 position: fixed;
160 position: fixed;
/vbox/src/libs/zlib-1.2.6/contrib/puff/
H A Dpuff.c49 * - Fix fixed codes table error
88 * they are fixed by the deflate format.
94 #define FIXLCODES 288 /* number of fixed literal/length codes */
231 * in the deflate format. See the format notes for fixed() and dynamic().
328 * fixed() and is not verified by construct().
332 * - Permitted and expected examples of incomplete codes are one of the fixed
334 * bit instead of zero bits. See the format notes for fixed() and dynamic().
385 * - Compressed data that is after the block type if fixed or after the code
475 return -10; /* invalid fixed code */
507 /* done with a valid fixed o
535 local int fixed(struct state *s) function
[all...]
/vbox/src/VBox/Devices/PC/BIOS/
H A Dorgs.asm73 ;; Set a fixed BIOS location, with a marker for verification
189 ;; NOTE: The last 8K of the ROM BIOS are peppered with fixed locations which
200 ;; Start of fixed code - eoi_jmp_post is kept near here to allow short jumps.
653 ;; BIOSORG 0E401h - fixed wrt preceding
670 ;; BIOSORG 0E6F5h - fixed wrt preceding
1360 ;; BIOSORG 0EFD2h - fixed WRT preceding code
1541 ;; Don't touch - fixed size!
1554 ;; BIOSORG 0F84Dh - fixed wrt preceding code
1556 ;; Don't touch - fixed size!
1569 ;; BIOSORG 0F859h - fixed wr
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/infback9/
H A Dinfback9.c48 Build and output length and distance decoding tables for fixed code
59 code fixed[544]; local
67 next = fixed;
80 puts(" /* inffix9.h -- table for decoding deflate64 fixed codes");
293 case 1: /* fixed block */
298 Tracev((stderr, "inflate: fixed codes block%s\n",
/vbox/src/libs/zlib-1.2.6/
H A Dinfback.c74 fixed code decoding. Normally this returns fixed tables from inffixed.h.
88 static code fixed[544]; local
90 /* build fixed huffman tables if first call (may not be thread safe) */
101 next = fixed;
308 case 1: /* fixed block */
310 Tracev((stderr, "inflate: fixed codes block%s\n",
H A Dinflate.c24 * - Correct filename to inffixed.h for fixed tables in inflate.c
252 fixed code decoding. Normally this returns fixed tables from inffixed.h.
266 static code fixed[544]; local
268 /* build fixed huffman tables if first call (may not be thread safe) */
279 next = fixed;
330 puts(" /* inffixed.h -- table for decoding fixed codes");
847 case 1: /* fixed block */
849 Tracev((stderr, "inflate: fixed codes block%s\n",
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DschemasInternals.h237 * the attribute has a fixed value
665 * the element has a fixed value
830 int fixed; /* XML_SCHEMAS_FACET_PRESERVE, etc. */ member in struct:_xmlSchemaFacet
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DTpm12.h659 UINT8 fixed[4]; member in struct:tdTPM_SIGN_INFO
1165 UINT8 fixed[4]; member in struct:tdTPM_QUOTE_INFO
1175 UINT8 fixed[4]; member in struct:tdTPM_QUOTE_INFO2
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
H A DAsmFuncs.asm166 ; copied and fixed up once for each IDT entry that is hooked.
173 dd 0 ; fixed up to relative address of CommonIdtEntry
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/X64/
H A DAsmFuncs.asm165 ; copied and fixed up once for each IDT entry that is hooked.
170 dd 0 ; fixed up to relative address of CommonIdtEntry
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c324 * Since we put the default/fixed values into the dict, we can
578 need to be fixed. */
4192 fprintf(output, "[fixed] ");
4202 * Default/fixed value.
5517 * need not to be fixed up (i.e. the reference to be resolved).
6670 const xmlChar *fixed; local
6672 fixed = xmlSchemaGetProp(ctxt, node, "fixed");
6673 if (fixed != NULL) {
6674 if (xmlStrEqual(fixed, BAD_CAS
8574 const xmlChar *ns = NULL, *fixed, *name, *attrValue; local
13932 xmlSchemaGetEffectiveValueConstraint(xmlSchemaAttributeUsePtr attruse, int *fixed, const xmlChar **value, xmlSchemaValPtr *val) argument
25100 int xpathRes = 0, res, wildIDs = 0, fixed; local
[all...]
H A Dtree.c4804 const xmlChar* fixed; local
4848 fixed = xmlPathToURI(uri);
4849 if (fixed != NULL) {
4850 xmlSetNsProp(cur, ns, BAD_CAST "base", fixed);
4851 xmlFree((xmlChar *)fixed);
6095 * Check if there is a default/fixed attribute declaration in
6159 * Only default/fixed attrs are relevant.
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 412 milliseconds