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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEFontInstance.h477 * values in a 16.16 fixed point format to floating point.
479 * @param fixed - the fixed point value
485 static inline float fixedToFloat(le_int32 fixed);
489 * floating point values to 16.16 fixed point format.
493 * @return the fixed point value
563 inline float LEFontInstance::fixedToFloat(le_int32 fixed) argument
565 return (float) (fixed / 65536.0);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/xmlschema/
H A DFixedOrDefault.java40 public FixedOrDefault fixed(String value); method in interface:FixedOrDefault
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DAttributeUseImpl.java39 XmlString def, XmlString fixed, boolean req ) {
45 this.fixedValue = fixed;
38 AttributeUseImpl( SchemaDocumentImpl owner, AnnotationImpl ann, Locator loc, ForeignAttributesImpl fa, Ref.Attribute _decl, XmlString def, XmlString fixed, boolean req ) argument
H A DFacetImpl.java43 this.fixed = _fixed;
52 private boolean fixed; field in class:FacetImpl
53 public boolean isFixed() { return fixed; }
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinfback.c89 fixed code decoding. Normally this returns fixed tables from inffixed.h.
103 static code fixed[544]; local
105 /* build fixed huffman tables if first call (may not be thread safe) */
116 next = fixed;
323 case 1: /* fixed block */
325 Tracev((stderr, "inflate: fixed codes block%s\n",
H A Dinflate.c48 * - Correct filename to inffixed.h for fixed tables in inflate.c
221 fixed code decoding. Normally this returns fixed tables from inffixed.h.
235 static code fixed[544]; local
237 /* build fixed huffman tables if first call (may not be thread safe) */
248 next = fixed;
299 puts(" /* inffixed.h -- table for decoding fixed codes");
814 case 1: /* fixed block */
816 Tracev((stderr, "inflate: fixed codes block%s\n",
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DMain.java160 public static String getText(String key, String fixed) { argument
161 return getText(key, fixed, null);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A Dfacet.java47 private String fixed; field in class:facet
74 $runtime.createXmlString(value), $runtime.parseBoolean(fixed) );
141 if(($ai = $runtime.getAttributeIndex("","fixed"))>=0) {
212 if(($ai = $runtime.getAttributeIndex("","fixed"))>=0) {
259 if(($__uri.equals("") && $__local.equals("fixed"))) {
290 if(($__uri.equals("") && $__local.equals("fixed"))) {
343 fixed = $value;
363 if(($ai = $runtime.getAttributeIndex("","fixed"))>=0) {
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRUtils.java183 public static double XFixedToDouble(int fixed) { argument
184 return ((double) fixed) / 65536;
188 int[] fixed = new int[values.length];
191 fixed[i] = XDoubleToFixed(values[i]);
194 return fixed;
/openjdk7/hotspot/src/share/vm/oops/
H A DklassVtable.cpp1291 static int fixed; // total fixed overhead in bytes member in class:VtableStats
1314 fixed = no_klasses * oopSize; // vtable length
1327 int VtableStats::fixed = 0; member in class:VtableStats
1338 int total = VtableStats::fixed + VtableStats::filler + VtableStats::entries;
1339 tty->print_cr("%6d bytes fixed overhead (refs + vtable object header)", VtableStats::fixed);
/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.cpp150 int fixed = fixed_slots(); local
152 return OptoReg::stack2reg(round_to(fixed + preserve, Matcher::stack_alignment_in_slots()));
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java920 // check against fixed value in base
956 // check against fixed value in base
1003 // check against fixed value in base
1049 // check against fixed value in base
1390 // check fixed value for fractionDigits
1531 // step 5: mark fixed values
2175 * fixed on this type.
2177 * @return True if the facet is fixed, false otherwise.
2188 * [facets]: all defined facets for this type which are fixed.
3206 final boolean fixed; field in class:XSSimpleTypeDecl.XSFacetImpl
3209 XSFacetImpl(short kind, String value, boolean fixed, XSAnnotation annotation) argument
[all...]
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp810 // stack size; and fixed-stack mode. NPTL is always floating-stack.
931 // occupies a fixed size slot (usually 2Mbytes, but user can change
955 // Unlike fixed stack BsdThreads, thread stacks are not MAP_FIXED. When
1129 // Serialize thread creation if we are running with fixed stack BsdThreads
1626 // It's fixed in newer kernels, however clock_getres() still returns
1724 // arbitrary fixed point in the past.
3146 // If 'fixed' is true, anon_mmap() will attempt to reserve anonymous memory
3148 // location, however, they will be overwritten. If 'fixed' is false,
3152 static char* anon_mmap(char* requested_addr, size_t bytes, bool fixed) { argument
3157 if (fixed) {
[all...]
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp684 // stack size; and fixed-stack mode. NPTL is always floating-stack.
801 // occupies a fixed size slot (usually 2Mbytes, but user can change
825 // Unlike fixed stack LinuxThreads, thread stacks are not MAP_FIXED. When
954 // Serialize thread creation if we are running with fixed stack LinuxThreads
1420 // It's fixed in newer kernels, however clock_getres() still returns
1515 // arbitrary fixed point in the past.
2203 st->print("(%s stack)", os::Linux::is_floating_stack() ? "floating" : "fixed");
3074 // If 'fixed' is true, anon_mmap() will attempt to reserve anonymous memory
3076 // location, however, they will be overwritten. If 'fixed' is false,
3080 static char* anon_mmap(char* requested_addr, size_t bytes, bool fixed) { argument
[all...]
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1742 // arbitrary fixed point in the past.
3152 char* os::Solaris::anon_mmap(char* requested_addr, size_t bytes, size_t alignment_hint, bool fixed) { argument
3156 assert(!(fixed && (alignment_hint > 0)), "alignment hint meaningless with fixed mmap");
3158 if (fixed) {
3266 // This could be fixed with a new algorithm that used larger
6260 // this has already been fixed in Solaris 9 and 8 we will

Completed in 139 milliseconds