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

/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp1084 inline u4 build_u4_from( u1 c1, u1 c2, u1 c3, u1 c4 ) { function
1092 inline u4 build_u4_from( u1* p ) { function
1093 return build_u4_from( p[0], p[1], p[2], p[3] );
1109 u4 u = build_u4_from( c1, c2, c3, c4 );
1114 u4 u = build_u4_from( p );

Completed in 45 milliseconds