Searched refs:NUM2LL (Results 1 – 3 of 3) sorted by relevance
251 DEREF(memory, int64_t) = NUM2LL(value); in native_slot_set_value_and_case()
1082 upb_sink_putint64(sink, sel, NUM2LL(value)); in put_ruby_value()
877 #ifndef NUM2LL878 #define NUM2LL(x) NUM2LONG((x)) macro1182 # define NUM2SWIG(x) (unsigned long long)NUM2LL(x)