Searched defs:initval (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DconstMethodOop.hpp199 const uint64_t initval = CONST64(0x8000000000000000); local
200 _fingerprint = initval;
205 // word is the initial value, return 0. See init_fingerprint for initval.
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.cpp682 void os::init_random(long initval) { argument
683 _rand_seed = initval;

Completed in 35 milliseconds