NUM2UINT 82 .ext/include/x86_64-linux/ruby/config.h #define NUM2UIDT(v) NUM2UINT(v)
NUM2UINT 87 .ext/include/x86_64-linux/ruby/config.h #define NUM2GIDT(v) NUM2UINT(v)
NUM2UINT 102 .ext/include/x86_64-linux/ruby/config.h #define NUM2MODET(v) NUM2UINT(v)
NUM2UINT 6446 compile.c sp = NUM2UINT(ptr[5]);
NUM2UINT 6507 compile.c if (!NIL_P(vflag)) flag = NUM2UINT(vflag);
NUM2UINT 6616 compile.c if (NUM2UINT(op) >= iseq->body->is_size) {
NUM2UINT 8234 compile.c ibf_offset_t offset = NUM2UINT(RARRAY_AREF(list, i));
NUM2UINT 31 ext/-test-/num2int/num2int.c sprintf(buf, "%u", NUM2UINT(num));
NUM2UINT 74 ext/-test-/printf/printf.c p = uint_to_str(p, format + sizeof(format), NUM2UINT(v));
NUM2UINT 79 ext/-test-/printf/printf.c p = uint_to_str(p, format + sizeof(format), NUM2UINT(v));
NUM2UINT 157 ext/fiddle/closure.c *(ffi_arg *)x->resp = NUM2UINT(ret);
NUM2UINT 55 ext/fiddle/conversions.c dst->uchar = (unsigned char)NUM2UINT(src);
NUM2UINT 61 ext/fiddle/conversions.c dst->sshort = (signed short)NUM2UINT(src);
NUM2UINT 67 ext/fiddle/conversions.c dst->uint = NUM2UINT(src);
NUM2UINT 587 ext/fiddle/pointer.c ((char*)data->ptr)[offset] = NUM2UINT(arg1);
NUM2UINT 547 ext/io/console/console.c #define SET(m) ws.ws_##m = NIL_P(m) ? 0 : (unsigned short)NUM2UINT(m)
NUM2UINT 556 ext/io/console/console.c #define SET(m) new##m = NIL_P(m) ? 0 : (unsigned short)NUM2UINT(m)
NUM2UINT 560 ext/io/console/console.c if (!NIL_P(xpixel)) (void)NUM2UINT(xpixel);
NUM2UINT 561 ext/io/console/console.c if (!NIL_P(ypixel)) (void)NUM2UINT(ypixel);
NUM2UINT 688 ext/io/console/console.c pos.X = NUM2UINT(x);
NUM2UINT 689 ext/io/console/console.c pos.Y = NUM2UINT(y);
NUM2UINT 727 ext/io/console/console.c vk = NUM2UINT(k);
NUM2UINT 12451 ext/ripper/ripper.c wid = NUM2UINT(width);
NUM2UINT 6702 ext/ripper/ripper.y wid = NUM2UINT(width);
NUM2UINT 431 ext/socket/ancdata.c ifindex = NUM2UINT(v_ifindex);
NUM2UINT 541 ext/socket/ancdata.c ifindex = NUM2UINT(v_ifindex);
NUM2UINT 444 ext/socket/raddrinfo.c unsigned int i = NUM2UINT(host);
NUM2UINT 94 ext/win32ole/win32ole.h #define NUM2UI8 NUM2UINT
NUM2UINT 297 ext/win32ole/win32ole_variant.c vt = NUM2UINT(vvt);
NUM2UINT 3248 ext/zlib/zlib.c gz->mtime = NUM2UINT(val);
NUM2UINT 463 file.c # define NUM2DEVT(v) NUM2UINT(v)
NUM2UINT 3925 io.c c = rb_enc_uint_chr(NUM2UINT(c), io_read_encoding(fptr));
NUM2UINT 12375 parse.c wid = NUM2UINT(width);
NUM2UINT 6702 parse.y wid = NUM2UINT(width);
NUM2UINT 992 process.c flags = NUM2UINT(vflags);