RSTRUCT_LEN 1629 gc.c long len = RSTRUCT_LEN(obj);
RSTRUCT_LEN 747 marshal.c long len = RSTRUCT_LEN(obj);
RSTRUCT_LEN 52 struct.c if (RSTRUCT_LEN(s) != RARRAY_LEN(members)) {
RSTRUCT_LEN 54 struct.c RARRAY_LEN(members), RSTRUCT_LEN(s));
RSTRUCT_LEN 450 struct.c for (i=0; i<RSTRUCT_LEN(s); i++) {
RSTRUCT_LEN 482 struct.c for (i=0; i<RSTRUCT_LEN(s); i++) {
RSTRUCT_LEN 506 struct.c for (i=0; i<RSTRUCT_LEN(s); i++) {
RSTRUCT_LEN 559 struct.c return rb_ary_new4(RSTRUCT_LEN(s), RSTRUCT_PTR(s));
RSTRUCT_LEN 571 struct.c if (RSTRUCT_LEN(copy) != RSTRUCT_LEN(s)) {
RSTRUCT_LEN 574 struct.c MEMCPY(RSTRUCT_PTR(copy), RSTRUCT_PTR(s), VALUE, RSTRUCT_LEN(copy));
RSTRUCT_LEN 625 struct.c if (i < 0) i = RSTRUCT_LEN(s) + i;
RSTRUCT_LEN 628 struct.c i, RSTRUCT_LEN(s));
RSTRUCT_LEN 629 struct.c if (RSTRUCT_LEN(s) <= i)
RSTRUCT_LEN 631 struct.c i, RSTRUCT_LEN(s));
RSTRUCT_LEN 644 struct.c if (RSTRUCT_LEN(s) != RARRAY_LEN(members)) {
RSTRUCT_LEN 646 struct.c RARRAY_LEN(members), RSTRUCT_LEN(s));
RSTRUCT_LEN 688 struct.c if (i < 0) i = RSTRUCT_LEN(s) + i;
RSTRUCT_LEN 691 struct.c i, RSTRUCT_LEN(s));
RSTRUCT_LEN 693 struct.c if (RSTRUCT_LEN(s) <= i) {
RSTRUCT_LEN 695 struct.c i, RSTRUCT_LEN(s));
RSTRUCT_LEN 726 struct.c return rb_get_values_at(s, RSTRUCT_LEN(s), argc, argv, struct_entry);
RSTRUCT_LEN 753 struct.c for (i = 0; i < RSTRUCT_LEN(s); i++) {
RSTRUCT_LEN 787 struct.c if (RSTRUCT_LEN(s) != RSTRUCT_LEN(s2)) {
RSTRUCT_LEN 791 struct.c for (i=0; i<RSTRUCT_LEN(s); i++) {
RSTRUCT_LEN 811 struct.c for (i = 0; i < RSTRUCT_LEN(s); i++) {
RSTRUCT_LEN 835 struct.c if (RSTRUCT_LEN(s) != RSTRUCT_LEN(s2)) {
RSTRUCT_LEN 839 struct.c for (i=0; i<RSTRUCT_LEN(s); i++) {
RSTRUCT_LEN 860 struct.c return LONG2FIX(RSTRUCT_LEN(s));