Searched refs:Width (Results 1 - 24 of 24) sorted by relevance

/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/utils/
H A DStructOffsetResolverBigBang.java34 import com.apple.jobjc.JObjCRuntime.Width;
46 for(final Width arch : Width.values()){
66 protected String generateFileForFrameworks(final Collection<Framework> fws, final Width arch) throws Exception{
H A DStructOffsetResolver.java48 import com.apple.jobjc.JObjCRuntime.Width;
66 for(final Width width : Width.values()){
87 static Map<Width,Set<String>> alwaysHeaders = Fp.litMap(
88 Width.W32, alwaysHeaders_shared,
89 Width.W64, alwaysHeaders_shared);
93 static Map<Width,Set<String>> bannedHeaders = Fp.litMap(
94 Width.W32, bannedHeaders_shared,
95 Width.W64, Fp.appendSet(bannedHeaders_shared,
113 protected void processLine(String ln, Collection<Framework> fws, Width arc
[all...]
H A DNTypeMerger.java50 import com.apple.jobjc.JObjCRuntime.Width;
122 public Map<Width,Integer> mergeSizeOf(Map<Width,Integer> a, Map<Width,Integer> b) throws MergeFailed{
126 public Map<Width,Integer> mergeOffset(Map<Width,Integer> a, Map<Width,Integer> b) throws MergeFailed{
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/types/
H A DNType.java38 import com.apple.jobjc.JObjCRuntime.Width;
65 public final Map<Width, Integer> sizeof;
67 public NType(Map<Width, Integer> sizeof) {
72 this(new HashMap<Width, Integer>());
77 this.sizeof.put(Width.W32, sz32);
78 this.sizeof.put(Width.W64, sz32);
81 public int sizeof32(){ return sizeof.get(Width.W32); }
82 public int sizeof64(){ return sizeof.get(Width.W64); }
117 super(PrimitiveCoderDescriptor.createCoderDescriptorFor(c).getCoder().sizeof(Width.W32),
118 PrimitiveCoderDescriptor.createCoderDescriptorFor(c).getCoder().sizeof(Width
[all...]
/openjdk7/jdk/src/macosx/native/jobjc/src/core/java/com/apple/jobjc/
H A DJObjCRuntime.java38 public static enum Width{ W32, W64 }; enum in class:JObjCRuntime
41 public static final Width WIDTH = getWidth();
53 private static Width getWidth(){
55 if("32".equals(width)) return Width.W32;
56 if("64".equals(width)) return Width.W64;
H A DCoder.java30 import com.apple.jobjc.JObjCRuntime.Width;
82 public abstract int sizeof(Width w);
148 @Override public int sizeof(Width w) { return -1; }
156 @Override public int sizeof(Width w) { return -1; }
164 @Override public int sizeof(Width w) { return JObjCRuntime.PTR_LEN; }
193 @Override public int sizeof(Width w) { return PrimitivePointerCoder.INST.sizeof(w); }
206 @Override public int sizeof(Width w) { return PrimitivePointerCoder.INST.sizeof(w); }
226 @Override public int sizeof(Width w) { return sizeof; }
260 @Override public int sizeof(Width w) { return PrimitivePointerCoder.INST.sizeof(w); }
278 @Override public int sizeof(Width
[all...]
H A DPrimitiveCoder.java26 import com.apple.jobjc.JObjCRuntime.Width;
141 @Override public int sizeof(Width w){
184 @Override public int sizeof(Width w){
227 @Override public int sizeof(Width w){
270 @Override public int sizeof(Width w){
313 @Override public int sizeof(Width w){
356 @Override public int sizeof(Width w){
399 @Override public int sizeof(Width w){
442 @Override public int sizeof(Width w){
491 @Override public int sizeof(Width
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DGraphicsDevice.cpp185 newParams.BackBufferWidth = dm.Width;
302 if (mode.Width == width && mode.Height == height &&
375 mode.Width, mode.Height, bitDepth, mode.RefreshRate);
376 ret = CreateDisplayMode(env, mode.Width, mode.Height, bitDepth,
422 mode.Width, mode.Height, bitDepth,mode.RefreshRate);
423 addDisplayMode(env, arrayList, mode.Width, mode.Height,
H A DD3DResourceManager.cpp626 if ((width <= pDesc->Width && height <= pDesc->Height) &&
660 if (width == pDesc->Width && height == pDesc->Height &&
690 if (width <= pDesc->Width && height <= pDesc->Height &&
H A DD3DContext.cpp805 pTargetDesc->Width <= descStencil.Width &&
839 pTargetDesc->Width, pTargetDesc->Height,
892 (float)descNew.Width,
1009 (UINT)x2 >= desc.Width && (UINT)y2 >= desc.Height)
1020 if ((UINT)x2 > desc.Width) x2 = desc.Width;
1466 mt._31 = (1.0f / (2.0f * texDesc.Width * tx._11));
H A DD3DBufImgOps.cpp71 texW = srcOps->pResource->GetDesc()->Width;
H A DD3DSurfaceData.cpp50 width = d3dsdo->pResource->GetDesc()->Width;
598 GetBlitOSPSurface(pSrcRes->GetDesc()->Width,
H A DD3DBlitLoops.cpp526 tw = (float)srcOps->pResource->GetDesc()->Width;
601 tw = pDesc->Width;
949 UINT srcw = srcOps->pResource->GetDesc()->Width;
1123 float tx2 = (float)dw/(float)pBlitTextureRes->GetDesc()->Width;
H A DD3DPaints.cpp288 jdouble tx = (1 / (2.0f * srcOps->pResource->GetDesc()->Width));
/openjdk7/jdk/src/macosx/native/jobjc/src/core/
H A DPrimitiveCoder.hs39 data Width = W32 | W64
57 widths = [minBound..maxBound] :: [Width]
63 -- What's the FFIType for a given Width and NType? For example: W32 NBOOL -> SINT8
64 ffitype :: Width -> NType -> FFIType
124 -- Given an Width and NType, return the Java code for reading said NType from memory.
125 popAddr :: Width -> NType -> String
133 -- Given an Width and NType, return the Java code for writing said NType to memory.
134 pushAddr :: Width -> NType -> String
210 "\t@Override public int sizeof(Width w){",
248 putStrLn "import com.apple.jobjc.JObjCRuntime.Width;"
[all...]
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gif.c148 cw = FIX_LENGTH(desc->Left, desc->Width, gif->SWidth);
242 initRect(&srcRect, 0, 0, desc->Width, numLines, 1,
243 desc->Width, pSrc, &srcFormat);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp1003 static int fd( FloatRegister r, FloatRegisterImpl::Width fwa) { return u_field(r->encoding(fwa), 29, 25); };
1004 static int fs1(FloatRegister r, FloatRegisterImpl::Width fwa) { return u_field(r->encoding(fwa), 18, 14); };
1005 static int fs2(FloatRegister r, FloatRegisterImpl::Width fwa) { return u_field(r->encoding(fwa), 4, 0); };
1008 static int alt_op3(int op, FloatRegisterImpl::Width w) {
1127 static void v8_s_only(FloatRegisterImpl::Width w) { if (w != FloatRegisterImpl::S) v9_only(); }
1317 void fadd( FloatRegisterImpl::Width w, FloatRegister s1, FloatRegister s2, FloatRegister d ) { emit_long( op(arith_op) | fd(d, w) | op3(fpop1_op3) | fs1(s1, w) | opf(0x40 + w) | fs2(s2, w)); }
1318 void fsub( FloatRegisterImpl::Width w, FloatRegister s1, FloatRegister s2, FloatRegister d ) { emit_long( op(arith_op) | fd(d, w) | op3(fpop1_op3) | fs1(s1, w) | opf(0x44 + w) | fs2(s2, w)); }
1322 void fcmp( FloatRegisterImpl::Width w, CC cc, FloatRegister s1, FloatRegister s2) { v8_no_cc(cc); emit_long( op(arith_op) | cmpcc(cc) | op3(fpop2_op3) | fs1(s1, w) | opf(0x50 + w) | fs2(s2, w)); }
1323 void fcmpe( FloatRegisterImpl::Width w, CC cc, FloatRegister s1, FloatRegister s2) { v8_no_cc(cc); emit_long( op(arith_op) | cmpcc(cc) | op3(fpop2_op3) | fs1(s1, w) | opf(0x54 + w) | fs2(s2, w)); }
1327 void ftox( FloatRegisterImpl::Width
[all...]
H A Dregister_sparc.hpp232 enum Width { enum in class:FloatRegisterImpl
243 int encoding(Width w) const {
H A Dassembler_sparc.inline.hpp114 inline void Assembler::ldf(FloatRegisterImpl::Width w, Register s1, RegisterOrConstant s2, FloatRegister d) {
119 inline void Assembler::ldf(FloatRegisterImpl::Width w, Register s1, Register s2, FloatRegister d) { emit_long( op(ldst_op) | fd(d, w) | alt_op3(ldf_op3, w) | rs1(s1) | rs2(s2) ); }
120 inline void Assembler::ldf(FloatRegisterImpl::Width w, Register s1, int simm13a, FloatRegister d, RelocationHolder const& rspec) { emit_data( op(ldst_op) | fd(d, w) | alt_op3(ldf_op3, w) | rs1(s1) | immed(true) | simm(simm13a, 13), rspec); }
122 inline void Assembler::ldf(FloatRegisterImpl::Width w, const Address& a, FloatRegister d, int offset) { relocate(a.rspec(offset)); ldf( w, a.base(), a.disp() + offset, d); }
254 inline void Assembler::stf( FloatRegisterImpl::Width w, FloatRegister d, Register s1, RegisterOrConstant s2) {
259 inline void Assembler::stf( FloatRegisterImpl::Width w, FloatRegister d, Register s1, Register s2) { emit_long( op(ldst_op) | fd(d, w) | alt_op3(stf_op3, w) | rs1(s1) | rs2(s2) ); }
260 inline void Assembler::stf( FloatRegisterImpl::Width w, FloatRegister d, Register s1, int simm13a) { emit_data( op(ldst_op) | fd(d, w) | alt_op3(stf_op3, w) | rs1(s1) | immed(true) | simm(simm13a, 13)); }
262 inline void Assembler::stf( FloatRegisterImpl::Width w, FloatRegister d, const Address& a, int offset) {
H A Dc1_LIRAssembler_sparc.cpp687 FloatRegisterImpl::Width w = is_double ? FloatRegisterImpl::D : FloatRegisterImpl::S;
730 FloatRegisterImpl::Width vw = is_double ? FloatRegisterImpl::S : FloatRegisterImpl::D;
731 FloatRegisterImpl::Width dw = is_double ? FloatRegisterImpl::D : FloatRegisterImpl::S;
1793 FloatRegisterImpl::Width w;
H A Dassembler_sparc.cpp2543 void MacroAssembler::fneg( FloatRegisterImpl::Width w, FloatRegister s, FloatRegister d)
2572 void MacroAssembler::fmov( FloatRegisterImpl::Width w, FloatRegister s, FloatRegister d)
2601 void MacroAssembler::fabs( FloatRegisterImpl::Width w, FloatRegister s, FloatRegister d)
/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Dgifalloc.c291 CopyFrom->ImageDesc.Width);
298 CopyFrom->ImageDesc.Width);
H A Dgif_lib.h98 int Left, Top, Width, Height, /* Current image dimensions. */ member in struct:GifImageDesc
H A Ddgif_lib.c365 DGifGetWord(GifFile, &GifFile->Image.Width) == GIF_ERROR ||
435 Private->PixelCount = (long)GifFile->Image.Width *
461 LineLen = GifFile->Image.Width;
1041 ImageSize = sp->ImageDesc.Width * sp->ImageDesc.Height;

Completed in 113 milliseconds