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

/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.cpp329 size_t lcm(size_t a, size_t b) { function
335 assert(div != 0, "lcm requires positive arguments");
344 assert(result <= (size_t)max_uintx, "Integer overflow in lcm");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJaxBeanInfo.java127 private LifecycleMethods lcm = null; field in class:JaxBeanInfo
426 if (lcm == null) {
427 lcm = new LifecycleMethods();
434 if (lcm.beforeUnmarshal == null) {
442 if (lcm.afterUnmarshal == null) {
450 if (lcm.beforeMarshal == null) {
458 if (lcm.afterMarshal == null) {
488 //LifecycleMethods lcm = getLifecycleMethods();
489 if(lcm==null) {
490 lcm
[all...]

Completed in 30 milliseconds