DLNUM2LONG       547 ext/dl/dl.c      return rb_dlptr_malloc(DLNUM2LONG(size), dlfree);
DLNUM2LONG        48 ext/dl/ptr.c     return val == Qnil ? Qnil : (VALUE)DLNUM2LONG(val);
DLNUM2LONG       188 ext/dl/ptr.c       p = (void*)(DLNUM2LONG(rb_Integer(ptr)));
DLNUM2LONG       191 ext/dl/ptr.c       p = (void*)(DLNUM2LONG(rb_Integer(ptr)));
DLNUM2LONG       192 ext/dl/ptr.c       s = DLNUM2LONG(size);
DLNUM2LONG       195 ext/dl/ptr.c       p = (void*)(DLNUM2LONG(rb_Integer(ptr)));
DLNUM2LONG       196 ext/dl/ptr.c       s = DLNUM2LONG(size);
DLNUM2LONG       500 ext/dl/ptr.c     num = DLNUM2LONG(other);
DLNUM2LONG       512 ext/dl/ptr.c     num = DLNUM2LONG(other);
DLNUM2LONG       865 ext/dl/ptr.c       dst = (void*)((long)(data->ptr) + DLNUM2LONG(key));
DLNUM2LONG       1004 ext/dl/ptr.c       RDLPTR(self)->size = DLNUM2LONG(size);
DLNUM2LONG       1015 ext/dl/ptr.c     rb_yield(rb_assoc_new(key,(VALUE)DLNUM2LONG(val)));
DLNUM2LONG       155 ext/dl/sym.c     saddr = (void*)(DLNUM2LONG(rb_Integer(addr)));
DLNUM2LONG       421 ext/dl/sym.c         ANY2L(args[i]) = DLNUM2LONG(argv[i]);
DLNUM2LONG       425 ext/dl/sym.c         ANY2L(dargs[i]) = DLNUM2LONG(argv[i]);