Searched refs:bits (Results 151 - 152 of 152) sorted by relevance

1234567

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A DimageioJPEG.c737 /* Ignore extra elements of bits array. Only 16 elements can be
742 huff_ptr->bits[i] = (UINT8)hlensBody[i-1];
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.cpp31 * When compiling for a 64bit LP64 system (longs and pointers being 64bits),
127 byte bits;
459 // Later on we'll fix the bits.
552 // (Note only the low 12 bits of options are allowed to be non-zero.)
1619 // (Portability note: Misses the error if int is not 32 bits.)
1945 // Initialize correct predef bits, to distinguish predefs from new defs.
1956 // Clear out the redef bits, folding them back into predef.
1963 // This will set redef bits again.
2154 if (e != null) e->bits |= entry::EB_SUPER;
2213 julong indexMask = ad.flagIndexMask(); // which flag bits ar
[all...]

Completed in 44 milliseconds

1234567