SCM_U64VECTOR_SIZE 2190 ext/uvector/uvector.c     for (i=0; i<SCM_U64VECTOR_SIZE(obj); i++) {
SCM_U64VECTOR_SIZE 2200 ext/uvector/uvector.c     int len = SCM_U64VECTOR_SIZE(x), i;
SCM_U64VECTOR_SIZE 2202 ext/uvector/uvector.c     if (SCM_U64VECTOR_SIZE(y) != len) return -1;
SCM_U64VECTOR_SIZE 2289 ext/uvector/uvector.c     int i, size = SCM_U64VECTOR_SIZE(vec);
SCM_U64VECTOR_SIZE 2300 ext/uvector/uvector.c     if (index < 0 || index >= SCM_U64VECTOR_SIZE(vec)) {
SCM_U64VECTOR_SIZE 2313 ext/uvector/uvector.c     if (index < 0 || index >= SCM_U64VECTOR_SIZE(vec))
SCM_U64VECTOR_SIZE 2324 ext/uvector/uvector.c     int i, size = SCM_U64VECTOR_SIZE(vec);
SCM_U64VECTOR_SIZE 2338 ext/uvector/uvector.c     int i, size = SCM_U64VECTOR_SIZE(vec);
SCM_U64VECTOR_SIZE 2352 ext/uvector/uvector.c     int size = SCM_U64VECTOR_SIZE(vec);
SCM_U64VECTOR_SIZE 2364 ext/uvector/uvector.c     int dlen = SCM_U64VECTOR_SIZE(dst);
SCM_U64VECTOR_SIZE 2365 ext/uvector/uvector.c     int slen = SCM_U64VECTOR_SIZE(src);
SCM_U64VECTOR_SIZE 3331 ext/uvector/uvector.c     int i, size = SCM_U64VECTOR_SIZE(d), oor;
SCM_U64VECTOR_SIZE 3393 ext/uvector/uvector.c                                SCM_U64VECTOR_SIZE(s0),
SCM_U64VECTOR_SIZE 4101 ext/uvector/uvector.c     int i, size = SCM_U64VECTOR_SIZE(d), oor;
SCM_U64VECTOR_SIZE 4163 ext/uvector/uvector.c                                SCM_U64VECTOR_SIZE(s0),
SCM_U64VECTOR_SIZE 4871 ext/uvector/uvector.c     int i, size = SCM_U64VECTOR_SIZE(d), oor;
SCM_U64VECTOR_SIZE 4933 ext/uvector/uvector.c                                SCM_U64VECTOR_SIZE(s0),
SCM_U64VECTOR_SIZE 6474 ext/uvector/uvector.c     int i, size = SCM_U64VECTOR_SIZE(d), oor;
SCM_U64VECTOR_SIZE 6518 ext/uvector/uvector.c                                SCM_U64VECTOR_SIZE(s0),
SCM_U64VECTOR_SIZE 6532 ext/uvector/uvector.c     int i, size = SCM_U64VECTOR_SIZE(d), oor;
SCM_U64VECTOR_SIZE 6576 ext/uvector/uvector.c                                SCM_U64VECTOR_SIZE(s0),
SCM_U64VECTOR_SIZE 6590 ext/uvector/uvector.c     int i, size = SCM_U64VECTOR_SIZE(d), oor;
SCM_U64VECTOR_SIZE 6634 ext/uvector/uvector.c                                SCM_U64VECTOR_SIZE(s0),
SCM_U64VECTOR_SIZE 7018 ext/uvector/uvector.c     int i, size = SCM_U64VECTOR_SIZE(x), oor;
SCM_U64VECTOR_SIZE 8732 ext/uvector/uvector.c     int i, size = SCM_U64VECTOR_SIZE(x);
SCM_U64VECTOR_SIZE 8806 ext/uvector/uvector.c     int i, size = SCM_U64VECTOR_SIZE(x);
SCM_U64VECTOR_SIZE 8880 ext/uvector/uvector.c     int i, size = SCM_U64VECTOR_SIZE(x);
SCM_U64VECTOR_SIZE 3245 ext/uvector/uvlib.c SCM_RETURN(SCM_MAKE_INT(SCM_U64VECTOR_SIZE(v)));