Searched refs:low (Results 76 - 100 of 155) sorted by relevance

1234567

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DDESCrypt.java650 int low, high, temp;
655 low = permLeft1[temp & 0x0000000f];
659 low |= permLeft3[temp & 0x0000000f];
663 low |= permLeft5[temp & 0x0000000f];
667 low |= permLeft7[temp & 0x0000000f];
672 low |= permLeft9[temp & 0x0000000f];
676 low |= permLeftB[temp & 0x0000000f];
680 low |= permLeftD[temp & 0x0000000f];
684 low |= permLeftF[temp & 0x0000000f];
687 out[offset + 0] = (byte)low;
[all...]
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinflate.c295 unsigned low, size; local
310 low = 0;
312 if ((low % 7) == 0) printf("\n ");
313 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits,
314 state.lencode[low].val);
315 if (++low == size) break;
321 low = 0;
323 if ((low % 6) == 0) printf("\n ");
324 printf("{%u,%u,%d}", state.distcode[low]
[all...]
/openjdk7/jdk/src/share/classes/sun/misc/
H A DFloatingDecimal.java91 * count number of bits from high-order 1 bit to low-order 1 bit,
308 // Discard non-significant low-order bits, while rounding,
319 // round up based on the low-order bits we're discarding
680 boolean low, high;
717 low = (b < m );
733 high = low = false;
735 while( ! low && ! high ){
741 low = (b < m );
749 low = true;
770 low
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DCodeHTML.java112 int default_offset=0, low, high;
135 low = bytes.readInt();
144 jump_table = new int[high - low + 1];
148 buf.append("<TH>" + (low + i) + "</TH>");
464 int low = bytes.readInt();
471 for(int j=0; j < (high - low + 1); j++) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DCodeWriter.java186 int default_, int low, int high, int[] offsets, Integer indent) {
188 print("{ // " + low + " to " + high);
191 print(String.format("%n%12d: %d", (low + i), (pc + offsets[i])));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DCMSBitMap.java83 bitMap.set_map(vs.low());
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsOldGen.cpp96 MemRegion cmr((HeapWord*)virtual_space()->low(),
390 MemRegion new_memregion((HeapWord*)virtual_space()->low(),
465 assert(object_space()->bottom() == (HeapWord*) virtual_space()->low(),
467 assert(virtual_space()->low_boundary() <= virtual_space()->low(),
H A DpsVirtualspace.hpp120 char* low() const { return committed_low_addr(); } function in class:PSVirtualSpace
128 // A virtual space that grows from high addresses to low addresses.
H A DadjoiningGenerations.cpp67 // Place the old gen at the low end. Passes in the virtual space.
68 _old_gen = new ASPSOldGen(_virtual_spaces.low(),
69 _virtual_spaces.low()->committed_size(),
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.cpp457 HeapWord* low = addr; local
459 while (low < high) {
460 size_t diff = pointer_delta(high, low);
462 // "high" were at the desired value, and "low" were one less, we
465 // which we don't do for "low".
466 HeapWord* middle = low + (diff+1)/2;
470 low = middle;
475 assert(low == high && low >= addr, "Didn't work.");
476 return low;
[all...]
H A Dg1CardCounts.cpp88 _card_counts = (jubyte*) _card_counts_storage.low();
/openjdk7/jdk/test/com/sun/crypto/provider/KeyAgreement/
H A DDHKeyAgreement3.java170 int low = (b & 0x0f);
172 buf.append(hexChars[low]);
H A DDHKeyAgreement2.java262 int low = (b & 0x0f);
264 buf.append(hexChars[low]);
/openjdk7/jdk/src/share/classes/java/util/
H A DCollections.java267 int low = 0;
270 while (low <= high) {
271 int mid = (low + high) >>> 1;
276 low = mid + 1;
282 return -(low + 1); // key not found
288 int low = 0;
292 while (low <= high) {
293 int mid = (low + high) >>> 1;
298 low = mid + 1;
304 return -(low
[all...]
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.cpp166 // Arguments: low and high are the address of the full reserved
169 bool os::register_code_area(char *low, char *high) { argument
199 (char*)low;
206 prt->EndAddress = (ULONG)(high - low);
207 prt->UnwindData = ((char *)punwind - low);
209 guarantee(RtlAddFunctionTable(prt, 1, (ULONGLONG)low),
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvirtualspace.cpp255 // addresses from low to high), or an address that is offset by the increase
577 _high = low();
643 return pointer_delta(high(), low(), sizeof(char));
658 return low() <= (const char*) p && (const char*) p < high();
668 can be ignored. In the case that the low and high boundaries of this
713 // location of high(). By getting the MAX of the region's low address
915 assert(low() >= low_boundary(), "low");
927 tty->print_cr(" - [low, high]: [" INTPTR_FORMAT ", " INTPTR_FORMAT "]", low(), hig
[all...]
H A Dvirtualspace.hpp212 char* low() const { return _low; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/memory/
H A Ddump.cpp1062 char* md_top = _md_vs->low();
1064 char* mc_top = _mc_vs->low();
1320 mapinfo->write_region(CompactingPermGenGen::md, _md_vs->low(),
1321 pointer_delta(md_top, _md_vs->low(), sizeof(char)),
1324 mapinfo->write_region(CompactingPermGenGen::mc, _mc_vs->low(),
1325 pointer_delta(mc_top, _mc_vs->low(), sizeof(char)),
1334 mapinfo->write_region(CompactingPermGenGen::md, _md_vs->low(),
1335 pointer_delta(md_top, _md_vs->low(), sizeof(char)),
1338 mapinfo->write_region(CompactingPermGenGen::mc, _mc_vs->low(),
1339 pointer_delta(mc_top, _mc_vs->low(), sizeo
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DAbstractDateTimeDV.java743 protected int modulo(int temp, int low, int high) { argument
744 //modulo(a - low, high - low) + low
745 int a = temp - low;
746 int b = high - low;
747 return (mod(a, b, fQuotient(a, b)) + low);
753 protected int fQuotient(int temp, int low, int high) { argument
754 //fQuotient(a - low, high - low)
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBase.java356 int low = start;
360 while (low <= high)
362 int mid = (low + high) / 2;
368 low = mid + 1;
373 return (low <= end && list[low] > value) ? low : -1;
916 * to add to the low bits of the identity
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_32.s109 # copy from low to high
158 # copy from high to low
217 # copy from low to high
305 # copy from low to high
343 # copy from high to low
665 movl 12(%esp), %ebx # 12(%esp) : exchange_value (low)
667 movl 24(%esp), %eax # 24(%esp) : compare_value (low)
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_32.s88 # copy from low to high
137 # copy from high to low
196 # copy from low to high
284 # copy from low to high
322 # copy from high to low
644 movl 12(%esp), %ebx # 12(%esp) : exchange_value (low)
646 movl 24(%esp), %eax # 24(%esp) : compare_value (low)
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dsolaris_x86_32.s120 / copy from low to high
169 / copy from high to low
227 / copy from low to high
314 / copy from low to high
352 / copy from high to low
668 movl 12(%esp), %ebx / 12(%esp) : exchange_value (low)
670 movl 24(%esp), %eax / 24(%esp) : compare_value (low)
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DREUtil.java33 static final int composeFromSurrogates(int high, int low) { argument
34 return 0x10000 + ((high-0xd800)<<10) + low-0xdc00;
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DParser.jjt339 t=<INTEGER_LITERAL> {jjtThis.low= Integer.parseInt(t.image);}

Completed in 84 milliseconds

1234567