Searched defs:RETURN_LONG (Results 1 – 3 of 3) sorted by relevance
34 #define RETURN_LONG(_val) do { pResult->j = (_val); return; } while(0) macro
608 public static final Rop RETURN_LONG = field in Rops
204 MAP.put(Rops.RETURN_LONG, Dops.RETURN_WIDE); in MAP.put()