Searched refs:unsigned (Results 26 - 32 of 32) sorted by relevance

12

/openjdk7/jdk/src/share/classes/java/util/jar/
H A DJarVerifier.java310 // ignore and treat as unsigned
313 // ignore and treat as unsigned
316 // ignore and treat as unsigned
319 // ignore and treat as unsigned
527 private CodeSource[] mapSignersToCodeSources(URL url, List signers, boolean unsigned) { argument
533 if (unsigned) {
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCRobot.m392 static const unsigned char javaToMacKeyCode[] = {
H A DImageSurfaceData.m167 fprintf(stderr, "\t lutDataSize=%u\n", (unsigned)isdo->lutDataSize);
169 fprintf(stderr, "\t nrOfPixelsOwners=%u\n", (unsigned)isdo->nrOfPixelsOwners);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgCDebugInfoBuilder.java700 boolean unsigned = (primType == RESERVED_TYPE_UNSIGNED_INT);
710 type = new BasicIntType(name, size, unsigned);
/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLGraphicsConfig.m321 const unsigned char *versionstr = j2d_glGetString(GL_VERSION);
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES621 Changed png_get_oFFs() and png_set_oFFs() to use signed rather than unsigned
1189 the limit for PNG unsigned 32-bit integers when encoded.
1865 Added some (unsigned long) typecasts in pngtest.c to avoid printing errors.
2004 Added "(unsigned long)" typecast on png_uint_32 variables in printf lists.
2993 warnings are unavoidable. Fixes include signed/unsigned fixes in
3021 signed/unsigned and shortening problems on assignment but also a few
3076 Added some "(unsigned long)" typecasts in printf statements in pngvalid.c.
3113 smaller than (int) or (unsigned int)) and -Wcast-qual is not possible
/openjdk7/jdk/src/macosx/native/sun/font/
H A DCGGlyphImages.m165 linewidth, linecap, linejoin, miterlimit, (unsigned long)dashcount);

Completed in 49 milliseconds

12