SCM_S32VECTOR_SIZE 1578 ext/uvector/uvector.c     for (i=0; i<SCM_S32VECTOR_SIZE(obj); i++) {
SCM_S32VECTOR_SIZE 1588 ext/uvector/uvector.c     int len = SCM_S32VECTOR_SIZE(x), i;
SCM_S32VECTOR_SIZE 1590 ext/uvector/uvector.c     if (SCM_S32VECTOR_SIZE(y) != len) return -1;
SCM_S32VECTOR_SIZE 1677 ext/uvector/uvector.c     int i, size = SCM_S32VECTOR_SIZE(vec);
SCM_S32VECTOR_SIZE 1688 ext/uvector/uvector.c     if (index < 0 || index >= SCM_S32VECTOR_SIZE(vec)) {
SCM_S32VECTOR_SIZE 1701 ext/uvector/uvector.c     if (index < 0 || index >= SCM_S32VECTOR_SIZE(vec))
SCM_S32VECTOR_SIZE 1712 ext/uvector/uvector.c     int i, size = SCM_S32VECTOR_SIZE(vec);
SCM_S32VECTOR_SIZE 1726 ext/uvector/uvector.c     int i, size = SCM_S32VECTOR_SIZE(vec);
SCM_S32VECTOR_SIZE 1740 ext/uvector/uvector.c     int size = SCM_S32VECTOR_SIZE(vec);
SCM_S32VECTOR_SIZE 1752 ext/uvector/uvector.c     int dlen = SCM_S32VECTOR_SIZE(dst);
SCM_S32VECTOR_SIZE 1753 ext/uvector/uvector.c     int slen = SCM_S32VECTOR_SIZE(src);
SCM_S32VECTOR_SIZE 3100 ext/uvector/uvector.c     int i, size = SCM_S32VECTOR_SIZE(d), oor;
SCM_S32VECTOR_SIZE 3162 ext/uvector/uvector.c                                SCM_S32VECTOR_SIZE(s0),
SCM_S32VECTOR_SIZE 3870 ext/uvector/uvector.c     int i, size = SCM_S32VECTOR_SIZE(d), oor;
SCM_S32VECTOR_SIZE 3932 ext/uvector/uvector.c                                SCM_S32VECTOR_SIZE(s0),
SCM_S32VECTOR_SIZE 4640 ext/uvector/uvector.c     int i, size = SCM_S32VECTOR_SIZE(d), oor;
SCM_S32VECTOR_SIZE 4702 ext/uvector/uvector.c                                SCM_S32VECTOR_SIZE(s0),
SCM_S32VECTOR_SIZE 5952 ext/uvector/uvector.c     int i, size = SCM_S32VECTOR_SIZE(d), oor;
SCM_S32VECTOR_SIZE 5996 ext/uvector/uvector.c                                SCM_S32VECTOR_SIZE(s0),
SCM_S32VECTOR_SIZE 6010 ext/uvector/uvector.c     int i, size = SCM_S32VECTOR_SIZE(d), oor;
SCM_S32VECTOR_SIZE 6054 ext/uvector/uvector.c                                SCM_S32VECTOR_SIZE(s0),
SCM_S32VECTOR_SIZE 6068 ext/uvector/uvector.c     int i, size = SCM_S32VECTOR_SIZE(d), oor;
SCM_S32VECTOR_SIZE 6112 ext/uvector/uvector.c                                SCM_S32VECTOR_SIZE(s0),
SCM_S32VECTOR_SIZE 6859 ext/uvector/uvector.c     int i, size = SCM_S32VECTOR_SIZE(x), oor;
SCM_S32VECTOR_SIZE 8066 ext/uvector/uvector.c     int i, size = SCM_S32VECTOR_SIZE(x);
SCM_S32VECTOR_SIZE 8140 ext/uvector/uvector.c     int i, size = SCM_S32VECTOR_SIZE(x);
SCM_S32VECTOR_SIZE 8214 ext/uvector/uvector.c     int i, size = SCM_S32VECTOR_SIZE(x);
SCM_S32VECTOR_SIZE 1898 ext/uvector/uvlib.c SCM_RETURN(SCM_MAKE_INT(SCM_S32VECTOR_SIZE(v)));