Searched defs:fixed (Results 1 - 11 of 11) sorted by relevance

/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/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/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/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/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/libs/libxml2-2.6.31/
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.
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...]
/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/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 596 milliseconds