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

/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp917 // Utility functions for bitfield manipulations
942 // returns the bitfield of x starting at start_bit_no with length field_length (no sign-extension!)
943 inline intptr_t bitfield(intptr_t x, int start_bit_no, int field_length) { function

Completed in 55 milliseconds