SCM_S16VECTOR_SIZE 1170 ext/uvector/uvector.c     for (i=0; i<SCM_S16VECTOR_SIZE(obj); i++) {
SCM_S16VECTOR_SIZE 1180 ext/uvector/uvector.c     int len = SCM_S16VECTOR_SIZE(x), i;
SCM_S16VECTOR_SIZE 1182 ext/uvector/uvector.c     if (SCM_S16VECTOR_SIZE(y) != len) return -1;
SCM_S16VECTOR_SIZE 1269 ext/uvector/uvector.c     int i, size = SCM_S16VECTOR_SIZE(vec);
SCM_S16VECTOR_SIZE 1280 ext/uvector/uvector.c     if (index < 0 || index >= SCM_S16VECTOR_SIZE(vec)) {
SCM_S16VECTOR_SIZE 1293 ext/uvector/uvector.c     if (index < 0 || index >= SCM_S16VECTOR_SIZE(vec))
SCM_S16VECTOR_SIZE 1304 ext/uvector/uvector.c     int i, size = SCM_S16VECTOR_SIZE(vec);
SCM_S16VECTOR_SIZE 1318 ext/uvector/uvector.c     int i, size = SCM_S16VECTOR_SIZE(vec);
SCM_S16VECTOR_SIZE 1332 ext/uvector/uvector.c     int size = SCM_S16VECTOR_SIZE(vec);
SCM_S16VECTOR_SIZE 1344 ext/uvector/uvector.c     int dlen = SCM_S16VECTOR_SIZE(dst);
SCM_S16VECTOR_SIZE 1345 ext/uvector/uvector.c     int slen = SCM_S16VECTOR_SIZE(src);
SCM_S16VECTOR_SIZE 2946 ext/uvector/uvector.c     int i, size = SCM_S16VECTOR_SIZE(d), oor;
SCM_S16VECTOR_SIZE 3008 ext/uvector/uvector.c                                SCM_S16VECTOR_SIZE(s0),
SCM_S16VECTOR_SIZE 3716 ext/uvector/uvector.c     int i, size = SCM_S16VECTOR_SIZE(d), oor;
SCM_S16VECTOR_SIZE 3778 ext/uvector/uvector.c                                SCM_S16VECTOR_SIZE(s0),
SCM_S16VECTOR_SIZE 4486 ext/uvector/uvector.c     int i, size = SCM_S16VECTOR_SIZE(d), oor;
SCM_S16VECTOR_SIZE 4548 ext/uvector/uvector.c                                SCM_S16VECTOR_SIZE(s0),
SCM_S16VECTOR_SIZE 5604 ext/uvector/uvector.c     int i, size = SCM_S16VECTOR_SIZE(d), oor;
SCM_S16VECTOR_SIZE 5648 ext/uvector/uvector.c                                SCM_S16VECTOR_SIZE(s0),
SCM_S16VECTOR_SIZE 5662 ext/uvector/uvector.c     int i, size = SCM_S16VECTOR_SIZE(d), oor;
SCM_S16VECTOR_SIZE 5706 ext/uvector/uvector.c                                SCM_S16VECTOR_SIZE(s0),
SCM_S16VECTOR_SIZE 5720 ext/uvector/uvector.c     int i, size = SCM_S16VECTOR_SIZE(d), oor;
SCM_S16VECTOR_SIZE 5764 ext/uvector/uvector.c                                SCM_S16VECTOR_SIZE(s0),
SCM_S16VECTOR_SIZE 6753 ext/uvector/uvector.c     int i, size = SCM_S16VECTOR_SIZE(x), oor;
SCM_S16VECTOR_SIZE 7622 ext/uvector/uvector.c     int i, size = SCM_S16VECTOR_SIZE(x);
SCM_S16VECTOR_SIZE 7696 ext/uvector/uvector.c     int i, size = SCM_S16VECTOR_SIZE(x);
SCM_S16VECTOR_SIZE 7770 ext/uvector/uvector.c     int i, size = SCM_S16VECTOR_SIZE(x);
SCM_S16VECTOR_SIZE 1000 ext/uvector/uvlib.c SCM_RETURN(SCM_MAKE_INT(SCM_S16VECTOR_SIZE(v)));