RSTRUCT_LEN 3215 gc.c size += sizeof(VALUE) * RSTRUCT_LEN(obj); RSTRUCT_LEN 4545 gc.c long len = RSTRUCT_LEN(obj); RSTRUCT_LEN 1204 include/ruby/ruby.h #define RSTRUCT_LENINT(st) rb_long2int(RSTRUCT_LEN(st)) RSTRUCT_LEN 882 marshal.c long len = RSTRUCT_LEN(obj); RSTRUCT_LEN 69 struct.c if (RSTRUCT_LEN(s) != RARRAY_LEN(members)) { RSTRUCT_LEN 71 struct.c RARRAY_LEN(members), RSTRUCT_LEN(s)); RSTRUCT_LEN 149 struct.c if (UNLIKELY(RSTRUCT_LEN(s) != mask)) { RSTRUCT_LEN 152 struct.c mask, RSTRUCT_LEN(s)); RSTRUCT_LEN 161 struct.c if (UNLIKELY(RSTRUCT_LEN(s) != FIX2INT(RARRAY_AREF(back, mask-1)))) { RSTRUCT_LEN 163 struct.c FIX2INT(RARRAY_AREF(back, mask-1)), RSTRUCT_LEN(s)); RSTRUCT_LEN 653 struct.c for (i=0; i<RSTRUCT_LEN(s); i++) { RSTRUCT_LEN 687 struct.c for (i=0; i<RSTRUCT_LEN(s); i++) { RSTRUCT_LEN 694 struct.c for (i=0; i<RSTRUCT_LEN(s); i++) { RSTRUCT_LEN 719 struct.c len = RSTRUCT_LEN(s); RSTRUCT_LEN 777 struct.c return rb_ary_new4(RSTRUCT_LEN(s), RSTRUCT_CONST_PTR(s)); RSTRUCT_LEN 798 struct.c for (i=0; i<RSTRUCT_LEN(s); i++) { RSTRUCT_LEN 811 struct.c if (RSTRUCT_LEN(copy) != RSTRUCT_LEN(s)) { RSTRUCT_LEN 815 struct.c for (i=0, len=RSTRUCT_LEN(copy); i<len; i++) { RSTRUCT_LEN 839 struct.c len = RSTRUCT_LEN(s); RSTRUCT_LEN 860 struct.c long i = FIX2INT(idx), len = RSTRUCT_LEN(s); RSTRUCT_LEN 969 struct.c return rb_get_values_at(s, RSTRUCT_LEN(s), argc, argv, struct_entry); RSTRUCT_LEN 995 struct.c for (i = 0; i < RSTRUCT_LEN(s); i++) { RSTRUCT_LEN 1013 struct.c len = RSTRUCT_LEN(s); RSTRUCT_LEN 1041 struct.c if (RSTRUCT_LEN(s) != RSTRUCT_LEN(s2)) { RSTRUCT_LEN 1067 struct.c len = RSTRUCT_LEN(s); RSTRUCT_LEN 1085 struct.c len = RSTRUCT_LEN(s); RSTRUCT_LEN 1107 struct.c if (RSTRUCT_LEN(s) != RSTRUCT_LEN(s2)) { RSTRUCT_LEN 1129 struct.c return LONG2FIX(RSTRUCT_LEN(s));