SCM_S64VECTOR_SIZE 1986 ext/uvector/uvector.c     for (i=0; i<SCM_S64VECTOR_SIZE(obj); i++) {
SCM_S64VECTOR_SIZE 1996 ext/uvector/uvector.c     int len = SCM_S64VECTOR_SIZE(x), i;
SCM_S64VECTOR_SIZE 1998 ext/uvector/uvector.c     if (SCM_S64VECTOR_SIZE(y) != len) return -1;
SCM_S64VECTOR_SIZE 2085 ext/uvector/uvector.c     int i, size = SCM_S64VECTOR_SIZE(vec);
SCM_S64VECTOR_SIZE 2096 ext/uvector/uvector.c     if (index < 0 || index >= SCM_S64VECTOR_SIZE(vec)) {
SCM_S64VECTOR_SIZE 2109 ext/uvector/uvector.c     if (index < 0 || index >= SCM_S64VECTOR_SIZE(vec))
SCM_S64VECTOR_SIZE 2120 ext/uvector/uvector.c     int i, size = SCM_S64VECTOR_SIZE(vec);
SCM_S64VECTOR_SIZE 2134 ext/uvector/uvector.c     int i, size = SCM_S64VECTOR_SIZE(vec);
SCM_S64VECTOR_SIZE 2148 ext/uvector/uvector.c     int size = SCM_S64VECTOR_SIZE(vec);
SCM_S64VECTOR_SIZE 2160 ext/uvector/uvector.c     int dlen = SCM_S64VECTOR_SIZE(dst);
SCM_S64VECTOR_SIZE 2161 ext/uvector/uvector.c     int slen = SCM_S64VECTOR_SIZE(src);
SCM_S64VECTOR_SIZE 3254 ext/uvector/uvector.c     int i, size = SCM_S64VECTOR_SIZE(d), oor;
SCM_S64VECTOR_SIZE 3316 ext/uvector/uvector.c                                SCM_S64VECTOR_SIZE(s0),
SCM_S64VECTOR_SIZE 4024 ext/uvector/uvector.c     int i, size = SCM_S64VECTOR_SIZE(d), oor;
SCM_S64VECTOR_SIZE 4086 ext/uvector/uvector.c                                SCM_S64VECTOR_SIZE(s0),
SCM_S64VECTOR_SIZE 4794 ext/uvector/uvector.c     int i, size = SCM_S64VECTOR_SIZE(d), oor;
SCM_S64VECTOR_SIZE 4856 ext/uvector/uvector.c                                SCM_S64VECTOR_SIZE(s0),
SCM_S64VECTOR_SIZE 6300 ext/uvector/uvector.c     int i, size = SCM_S64VECTOR_SIZE(d), oor;
SCM_S64VECTOR_SIZE 6344 ext/uvector/uvector.c                                SCM_S64VECTOR_SIZE(s0),
SCM_S64VECTOR_SIZE 6358 ext/uvector/uvector.c     int i, size = SCM_S64VECTOR_SIZE(d), oor;
SCM_S64VECTOR_SIZE 6402 ext/uvector/uvector.c                                SCM_S64VECTOR_SIZE(s0),
SCM_S64VECTOR_SIZE 6416 ext/uvector/uvector.c     int i, size = SCM_S64VECTOR_SIZE(d), oor;
SCM_S64VECTOR_SIZE 6460 ext/uvector/uvector.c                                SCM_S64VECTOR_SIZE(s0),
SCM_S64VECTOR_SIZE 6965 ext/uvector/uvector.c     int i, size = SCM_S64VECTOR_SIZE(x), oor;
SCM_S64VECTOR_SIZE 8510 ext/uvector/uvector.c     int i, size = SCM_S64VECTOR_SIZE(x);
SCM_S64VECTOR_SIZE 8584 ext/uvector/uvector.c     int i, size = SCM_S64VECTOR_SIZE(x);
SCM_S64VECTOR_SIZE 8658 ext/uvector/uvector.c     int i, size = SCM_S64VECTOR_SIZE(x);
SCM_S64VECTOR_SIZE 2796 ext/uvector/uvlib.c SCM_RETURN(SCM_MAKE_INT(SCM_S64VECTOR_SIZE(v)));