SCM_S8VECTOR_SIZE  762 ext/uvector/uvector.c     for (i=0; i<SCM_S8VECTOR_SIZE(obj); i++) {
SCM_S8VECTOR_SIZE  772 ext/uvector/uvector.c     int len = SCM_S8VECTOR_SIZE(x), i;
SCM_S8VECTOR_SIZE  774 ext/uvector/uvector.c     if (SCM_S8VECTOR_SIZE(y) != len) return -1;
SCM_S8VECTOR_SIZE  861 ext/uvector/uvector.c     int i, size = SCM_S8VECTOR_SIZE(vec);
SCM_S8VECTOR_SIZE  872 ext/uvector/uvector.c     if (index < 0 || index >= SCM_S8VECTOR_SIZE(vec)) {
SCM_S8VECTOR_SIZE  885 ext/uvector/uvector.c     if (index < 0 || index >= SCM_S8VECTOR_SIZE(vec))
SCM_S8VECTOR_SIZE  896 ext/uvector/uvector.c     int i, size = SCM_S8VECTOR_SIZE(vec);
SCM_S8VECTOR_SIZE  910 ext/uvector/uvector.c     int i, size = SCM_S8VECTOR_SIZE(vec);
SCM_S8VECTOR_SIZE  924 ext/uvector/uvector.c     int size = SCM_S8VECTOR_SIZE(vec);
SCM_S8VECTOR_SIZE  936 ext/uvector/uvector.c     int dlen = SCM_S8VECTOR_SIZE(dst);
SCM_S8VECTOR_SIZE  937 ext/uvector/uvector.c     int slen = SCM_S8VECTOR_SIZE(src);
SCM_S8VECTOR_SIZE 2792 ext/uvector/uvector.c     int i, size = SCM_S8VECTOR_SIZE(d), oor;
SCM_S8VECTOR_SIZE 2854 ext/uvector/uvector.c                                SCM_S8VECTOR_SIZE(s0),
SCM_S8VECTOR_SIZE 3562 ext/uvector/uvector.c     int i, size = SCM_S8VECTOR_SIZE(d), oor;
SCM_S8VECTOR_SIZE 3624 ext/uvector/uvector.c                                SCM_S8VECTOR_SIZE(s0),
SCM_S8VECTOR_SIZE 4332 ext/uvector/uvector.c     int i, size = SCM_S8VECTOR_SIZE(d), oor;
SCM_S8VECTOR_SIZE 4394 ext/uvector/uvector.c                                SCM_S8VECTOR_SIZE(s0),
SCM_S8VECTOR_SIZE 5256 ext/uvector/uvector.c     int i, size = SCM_S8VECTOR_SIZE(d), oor;
SCM_S8VECTOR_SIZE 5300 ext/uvector/uvector.c                                SCM_S8VECTOR_SIZE(s0),
SCM_S8VECTOR_SIZE 5314 ext/uvector/uvector.c     int i, size = SCM_S8VECTOR_SIZE(d), oor;
SCM_S8VECTOR_SIZE 5358 ext/uvector/uvector.c                                SCM_S8VECTOR_SIZE(s0),
SCM_S8VECTOR_SIZE 5372 ext/uvector/uvector.c     int i, size = SCM_S8VECTOR_SIZE(d), oor;
SCM_S8VECTOR_SIZE 5416 ext/uvector/uvector.c                                SCM_S8VECTOR_SIZE(s0),
SCM_S8VECTOR_SIZE 6647 ext/uvector/uvector.c     int i, size = SCM_S8VECTOR_SIZE(x), oor;
SCM_S8VECTOR_SIZE 7178 ext/uvector/uvector.c     int i, size = SCM_S8VECTOR_SIZE(x);
SCM_S8VECTOR_SIZE 7252 ext/uvector/uvector.c     int i, size = SCM_S8VECTOR_SIZE(x);
SCM_S8VECTOR_SIZE 7326 ext/uvector/uvector.c     int i, size = SCM_S8VECTOR_SIZE(x);
SCM_S8VECTOR_SIZE  102 ext/uvector/uvlib.c SCM_RETURN(SCM_MAKE_INT(SCM_S8VECTOR_SIZE(v)));