SCM_U32VECTOR_SIZE   33 ext/mt-random/mt-lib.c     Scm_MTInitByArray(mt, (ScmInt32*)SCM_U32VECTOR_ELEMENTS(init), SCM_U32VECTOR_SIZE(init));
SCM_U32VECTOR_SIZE   81 ext/mt-random/mt-lib.c   if (SCM_U32VECTOR_SIZE(state) != N+1) {
SCM_U32VECTOR_SIZE   82 ext/mt-random/mt-lib.c     Scm_Error("u32vector of length %d is required, but got length %d", N+1, SCM_U32VECTOR_SIZE(state));
SCM_U32VECTOR_SIZE  191 ext/mt-random/mt-lib.c  int len = SCM_U32VECTOR_SIZE(v), i;
SCM_U32VECTOR_SIZE  291 ext/mt-random/mt-random.c                           SCM_U32VECTOR_SIZE(seed));
SCM_U32VECTOR_SIZE 1782 ext/uvector/uvector.c     for (i=0; i<SCM_U32VECTOR_SIZE(obj); i++) {
SCM_U32VECTOR_SIZE 1792 ext/uvector/uvector.c     int len = SCM_U32VECTOR_SIZE(x), i;
SCM_U32VECTOR_SIZE 1794 ext/uvector/uvector.c     if (SCM_U32VECTOR_SIZE(y) != len) return -1;
SCM_U32VECTOR_SIZE 1881 ext/uvector/uvector.c     int i, size = SCM_U32VECTOR_SIZE(vec);
SCM_U32VECTOR_SIZE 1892 ext/uvector/uvector.c     if (index < 0 || index >= SCM_U32VECTOR_SIZE(vec)) {
SCM_U32VECTOR_SIZE 1905 ext/uvector/uvector.c     if (index < 0 || index >= SCM_U32VECTOR_SIZE(vec))
SCM_U32VECTOR_SIZE 1916 ext/uvector/uvector.c     int i, size = SCM_U32VECTOR_SIZE(vec);
SCM_U32VECTOR_SIZE 1930 ext/uvector/uvector.c     int i, size = SCM_U32VECTOR_SIZE(vec);
SCM_U32VECTOR_SIZE 1944 ext/uvector/uvector.c     int size = SCM_U32VECTOR_SIZE(vec);
SCM_U32VECTOR_SIZE 1956 ext/uvector/uvector.c     int dlen = SCM_U32VECTOR_SIZE(dst);
SCM_U32VECTOR_SIZE 1957 ext/uvector/uvector.c     int slen = SCM_U32VECTOR_SIZE(src);
SCM_U32VECTOR_SIZE 3177 ext/uvector/uvector.c     int i, size = SCM_U32VECTOR_SIZE(d), oor;
SCM_U32VECTOR_SIZE 3239 ext/uvector/uvector.c                                SCM_U32VECTOR_SIZE(s0),
SCM_U32VECTOR_SIZE 3947 ext/uvector/uvector.c     int i, size = SCM_U32VECTOR_SIZE(d), oor;
SCM_U32VECTOR_SIZE 4009 ext/uvector/uvector.c                                SCM_U32VECTOR_SIZE(s0),
SCM_U32VECTOR_SIZE 4717 ext/uvector/uvector.c     int i, size = SCM_U32VECTOR_SIZE(d), oor;
SCM_U32VECTOR_SIZE 4779 ext/uvector/uvector.c                                SCM_U32VECTOR_SIZE(s0),
SCM_U32VECTOR_SIZE 6126 ext/uvector/uvector.c     int i, size = SCM_U32VECTOR_SIZE(d), oor;
SCM_U32VECTOR_SIZE 6170 ext/uvector/uvector.c                                SCM_U32VECTOR_SIZE(s0),
SCM_U32VECTOR_SIZE 6184 ext/uvector/uvector.c     int i, size = SCM_U32VECTOR_SIZE(d), oor;
SCM_U32VECTOR_SIZE 6228 ext/uvector/uvector.c                                SCM_U32VECTOR_SIZE(s0),
SCM_U32VECTOR_SIZE 6242 ext/uvector/uvector.c     int i, size = SCM_U32VECTOR_SIZE(d), oor;
SCM_U32VECTOR_SIZE 6286 ext/uvector/uvector.c                                SCM_U32VECTOR_SIZE(s0),
SCM_U32VECTOR_SIZE 6912 ext/uvector/uvector.c     int i, size = SCM_U32VECTOR_SIZE(x), oor;
SCM_U32VECTOR_SIZE 8288 ext/uvector/uvector.c     int i, size = SCM_U32VECTOR_SIZE(x);
SCM_U32VECTOR_SIZE 8362 ext/uvector/uvector.c     int i, size = SCM_U32VECTOR_SIZE(x);
SCM_U32VECTOR_SIZE 8436 ext/uvector/uvector.c     int i, size = SCM_U32VECTOR_SIZE(x);
SCM_U32VECTOR_SIZE 2347 ext/uvector/uvlib.c SCM_RETURN(SCM_MAKE_INT(SCM_U32VECTOR_SIZE(v)));