Searched refs:JLONG_ABS (Results 1 – 1 of 1) sorted by relevance
2566 #define JLONG_ABS(x) (((x)<(jlong)0)?-(x):(x)) macro2630 jindex = JLONG_ABS(class_tag); in cbObjectCounterFromRef()