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

1234567

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDLSSoundbank.java528 int id = chunk.read() & 127; // Read only first 7 bits
769 int bits = chunk.readUnsignedShort();
772 if (bits == 8) {
774 Encoding.PCM_UNSIGNED, samplerate, bits,
778 Encoding.PCM_SIGNED, samplerate, bits,
784 Encoding.PCM_FLOAT, samplerate, bits,
H A DSoftSynthesizer.java966 int bits = 16;
982 bits = Integer.parseInt(prevToken);
987 item2.value = new AudioFormat(sampleRate, bits,
/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp207 // Normalizes all empty values to TOP. Does not kill _widen bits.
436 // Do not kill _widen bits.
492 // Do not kill _widen bits.
721 TypeRawPtr( PTR ptr, address bits ) : TypePtr(RawPtr,ptr,0), _bits(bits){}
729 static const TypeRawPtr *make( address bits );
1305 // Things that need to be 64-bits in the 64-bit build but
1306 // 32-bits in the 32-bit build. Done this way to get full
H A Dtype.cpp1198 // Try to widen to an unsigned range type of 31 bits:
1259 // The widen bits must be allowed to run freely through the graph.
1454 // Try to widen to an unsigned range type of 32/63 bits:
1518 // The widen bits must be allowed to run freely through the graph.
2244 const TypeRawPtr *TypeRawPtr::make( address bits ) {
2245 assert( bits, "Use TypePtr for NULL" );
2246 return (TypeRawPtr*)(new TypeRawPtr(Constant,bits))->hashcons();
2333 address bits = _bits+offset; local
2334 if ( bits == 0 ) return TypePtr::NULL_PTR;
2335 return make( bits );
[all...]
H A Dloopnode.cpp1172 // Set loop tree nesting depth. Accumulate _has_call bits.
1175 int bits = _has_call; local
1176 if( _child ) bits |= _child->set_nest(depth+1);
1177 if( bits ) _has_call = 1;
1178 if( _next ) bits |= _next ->set_nest(depth );
1179 return bits;
2293 // Cleanup any modified bits
2402 // Cleanup any modified bits
2740 // bits. The _nodes[] array is mapped by Node index and holds a NULL for
3345 // Tag could be a node's integer index, 32bits instea
[all...]
H A Dlibrary_call.cpp2864 Node* bits = intcon(instanceKlass::fully_initialized); local
2865 Node* test = _gvn.transform(new (C) SubINode(inst, bits));
2887 Node* bits = longcon(~0x03l); // ignore bit 0 & 1 local
2888 Node* andl = _gvn.transform(new (C) AndLNode(tvalue, bits));
3089 // Fall through if (mods & mask) == bits, take the guard otherwise.
3096 Node* bits = intcon(modifier_bits); local
3098 Node* cmp = _gvn.transform( new (C) CmpINode(mbit, bits) );
3776 // We depend on hash_mask being at most 32 bits and avoid the use of
3777 // hash_mask_in_place because it could be larger than 32 bits in a 64-bit
3782 // This hack lets the hash bits liv
[all...]
H A Dmacro.cpp103 Node* PhaseMacroExpand::opt_bits_test(Node* ctrl, Node* region, int edge, Node* word, int mask, int bits, bool return_fast_path) { argument
107 cmp = transform_later(new (C) CmpXNode(and_node, MakeConX(bits)));
1552 // Store the klass & mark bits
2164 // Second, check epoch bits.
2169 // Get slow path - mark word does NOT match epoch bits.
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp484 JvmtiEnvBase::is_thread_fully_suspended(JavaThread* thr, bool wait_for_suspend, uint32_t *bits) { argument
491 SuspendRetryDelay, bits)) {
499 else if (!thr->is_ext_suspend_completed_with_lock(bits)) {
1207 // get most state bits
1211 if (thr != NULL) { // add more state bits if there is a JavaThead to query
H A DjvmtiEnvBase.hpp284 uint32_t *bits);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DX11Color.c987 jint bits[1]; local
998 bits[0] = 8;
1004 (*env)->SetIntArrayRegion(env, bitsArray, 0, 1, bits);
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Ddeflate.c257 * output size for (length,distance) codes is <= 24 bits.
428 int ZEXPORT deflatePrime (strm, bits, value)
430 int bits;
434 strm->state->bi_valid = bits;
435 strm->state->bi_buf = (ush)(value & ((1 << bits) - 1));
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DDirectAudioDevice.c62 /* 16 bit signed sample, native endianness, stored in 32-bits */
176 * for sign conversion of a 24-bit sample stored in 32bits, 4 should be passed
303 #define FORMAT2CODE(channels, bits, inSigned, outSigned, inBigEndian, outBigEndian) \
305 | (bits << 4) \
415 "bits=%d, inSigned=%d outSigned=%d, ",
456 TRACE4("AddAudioFormat with sigBits=%d bits, frameSize=%d bytes, channels=%d, sampleRate=%d ",
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp185 __ andl(rax, MXCSR_MASK); // Only check control and mask bits
869 // clean upper bits of YMM registers
1614 const Register bits = rsi; local
1615 __ mov(bits, from);
1616 __ orptr(bits, to);
1617 __ orptr(bits, count);
1619 __ testl(bits, BytesPerLong-1);
1622 __ testl(bits, BytesPerInt-1);
1625 __ testl(bits, BytesPerShort-1);
1794 // Load layout helper (32-bits)
[all...]
H A DstubGenerator_x86_64.cpp292 __ andl(rax, MXCSR_MASK); // Only check control and mask bits
747 __ andl(rax, MXCSR_MASK); // Only check control and mask bits
1103 // Verify that a register contains clean 32-bits positive value
1104 // (high 32-bits are 0) so it could be used in 64-bits shifts.
1107 // Rint - 32-bits value
1117 __ stop("high 32-bits of int value are not 0");
1310 // qword_count - 64-bits element count, negative
1358 // clean upper bits of YMM registers
1386 // qword_count - 64-bits elemen
2452 const Register bits = rax; // test copy of low bits local
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DArrays.java3106 long bits = Double.doubleToLongBits(element);
3107 result = 31 * result + (int)(bits ^ (bits >>> 32));
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGMetadata.java1835 int bits = Integer.parseInt(t.nextToken());
1836 if (bits > maxBits) {
1837 maxBits = bits;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/
H A DDecoder.java860 // Remove top 4 bits of restricted alphabet or encoding algorithm integer
886 // Remove top 6 bits of restricted alphabet or encoding algorithm integer
1381 private int readBits(int bits) throws IOException { argument
1383 while (bits > 0) {
1389 value |= (bit << --bits);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Frame.cpp769 UINT bits = 1; local
771 for (int iCandType = 0; iCandType < 32; iCandType++, bits<<=1) {
772 if (candType & bits) {
H A Dawt_Component.cpp960 // if the component size is changing , don't copy window bits
2569 // First 8 bits of flags is the scancode
3473 // Shift state bits returned by ::VkKeyScan in HIBYTE
3754 UINT bits = 1; local
3758 for (int iCandType=0; iCandType<32; iCandType++, bits<<=1) {
3759 if ( m_bitsCandType & bits )
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djpeglib.h106 UINT8 bits[17]; /* bits[k] = # of symbols with codes of */ member in struct:__anon728
107 /* length k bits; bits[0] is unused */
298 int data_precision; /* bits of precision in image data */
537 int data_precision; /* bits of precision in image data */
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DWalkerFactory.java136 public static boolean isSet(int analysis, int bits) argument
138 return (0 != (analysis & bits));
238 // bits: 1001000000001010000000000000011
297 * @return 32 bits as an integer that give information about the location
553 * @return 32 bits as an integer that give information about the location
652 * Analyze the location path and return 32 bits that give information about
654 * each of the bits.
661 * @return 32 bits as an integer that give information about the location
673 int analysisResult = 0x00000000; // 32 bits of analysis
967 * @param analysis 32 bits o
[all...]
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES270 Added checks for rowbytes overflow, in case png_size_t is less than 32 bits.
758 Increased precision of rgb_to_gray calculations from 8 to 15 bits and
1923 Only use the valid bits of tRNS value in png_do_expand() (Brian Cartier)
1934 Fixed png_handle_tRNS() to only use the valid bits of tRNS value.
3281 Implemented expansion to 16 bits.
3432 transform list. This simple fix reduces the supplied colour to 8-bits,
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c1146 /* Loop over bits of each non-maximal digit */
1529 /* Loop over the bits of the lower-order digits */
2655 int bits; local
2660 bits = USED(mp) * DIGIT_BIT - 1;
2662 return s_mp_outlen(bits, radix);
2992 Multiply the integer by 2^d, where d is a number of bits. This
3005 /* bits to be shifted out of the top word */
3124 Remainder the integer by 2^d, where d is a number of bits. This
3137 /* Flush all the bits above 2^d in its digit */
3154 Divide the integer by 2^d, where d is a number of bits
4663 s_mp_outlen(int bits, int r) argument
[all...]
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp66 void set_bits(uint bits) { _bits = bits;} argument
/openjdk7/jdk/src/solaris/native/java/net/
H A DNetworkInterface.c50 #include <bits/ioctls.h>

Completed in 227 milliseconds

1234567