Searched refs:NUM2ULL (Results 1 – 3 of 3) sorted by relevance
257 DEREF(memory, uint64_t) = NUM2ULL(value); in native_slot_set_value_and_case()
1088 upb_sink_putuint64(sink, sel, NUM2ULL(value)); in put_ruby_value()
888 #ifndef NUM2ULL890 #define NUM2ULL(x) rb_num2ull((x)) macro892 #define NUM2ULL(x) NUM2ULONG(x) macro