UINT2NUM          82 ext/Win32API/Win32API.c     rb_iv_set(self, "__dll__", UINT2NUM((unsigned long)hdll));
UINT2NUM          84 ext/Win32API/Win32API.c     rb_iv_set(self, "__proc__", UINT2NUM((unsigned long)hproc));
UINT2NUM         388 ext/curses/curses.c     return UINT2NUM(getch());
UINT2NUM         651 ext/curses/curses.c   return (UINT2NUM(mdata->mevent -> mem)); \
UINT2NUM         1038 ext/curses/curses.c     return UINT2NUM(wgetch(winp->window));
UINT2NUM         1365 ext/curses/curses.c #define rb_curses_define_const(c) rb_define_const(mCurses,#c,UINT2NUM(c))
UINT2NUM         183 file.c             return UINT2NUM((unsigned short)(get_stat(self)->st_mode));
UINT2NUM         185 file.c              return UINT2NUM(get_stat(self)->st_mode);
UINT2NUM         193 file.c             return UINT2NUM(get_stat(self)->st_nlink);
UINT2NUM         200 file.c             return UINT2NUM(get_stat(self)->st_uid);
UINT2NUM         207 file.c             return UINT2NUM(get_stat(self)->st_gid);
UINT2NUM         1315 pack.c         		rb_ary_push(ary, UINT2NUM(tmp));
UINT2NUM         1366 pack.c         		rb_ary_push(ary, UINT2NUM(ntohs(tmp)));
UINT2NUM         1388 pack.c         		rb_ary_push(ary, UINT2NUM(vtohs(tmp)));
UINT2NUM         132 ruby.h         #define ULONG2NUM(v) UINT2NUM(v)