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

1234567

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c1142 /* Loop over low-order digits in ascending order */
2398 /* not sure this is necessary, but it's low cost if not. */
4627 /* {{{ s_mp_todigit(val, r, low) */
4638 char s_mp_todigit(mp_digit val, int r, int low) argument
4647 if(r <= 36 && low)
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp69 _bm.set_map((uintptr_t*)_virtual_space.low());
115 // assert(_bm.map() == _virtual_space.low(), "map inconsistency");
H A Dg1CollectedHeap.cpp2108 _g1_committed = MemRegion((HeapWord*)_g1_storage.low(), (size_t) 0);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp5554 // pointers to allow age to be placed into low bits
5609 // If the low three bits in the xor result aren't clear, that means
5787 Label high, low, done; local
5790 jcc(Assembler::less, low);
5795 jcc(Assembler::below, low);
5803 bind(low);
6155 // pointers to allow age to be placed into low bits
6188 // If the low three bits in the xor result aren't clear, that means
10792 movl(result, str2); // We need only low 32 bits
10817 movl(result, str1); // We need only low 3
[all...]
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp799 result.dwLowDateTime = low(a);
3128 // probably low on resources, so the print itself may cause crashes.

Completed in 126 milliseconds

1234567