SCM_U16VECTOR_SIZE 1374 ext/uvector/uvector.c     for (i=0; i<SCM_U16VECTOR_SIZE(obj); i++) {
SCM_U16VECTOR_SIZE 1384 ext/uvector/uvector.c     int len = SCM_U16VECTOR_SIZE(x), i;
SCM_U16VECTOR_SIZE 1386 ext/uvector/uvector.c     if (SCM_U16VECTOR_SIZE(y) != len) return -1;
SCM_U16VECTOR_SIZE 1473 ext/uvector/uvector.c     int i, size = SCM_U16VECTOR_SIZE(vec);
SCM_U16VECTOR_SIZE 1484 ext/uvector/uvector.c     if (index < 0 || index >= SCM_U16VECTOR_SIZE(vec)) {
SCM_U16VECTOR_SIZE 1497 ext/uvector/uvector.c     if (index < 0 || index >= SCM_U16VECTOR_SIZE(vec))
SCM_U16VECTOR_SIZE 1508 ext/uvector/uvector.c     int i, size = SCM_U16VECTOR_SIZE(vec);
SCM_U16VECTOR_SIZE 1522 ext/uvector/uvector.c     int i, size = SCM_U16VECTOR_SIZE(vec);
SCM_U16VECTOR_SIZE 1536 ext/uvector/uvector.c     int size = SCM_U16VECTOR_SIZE(vec);
SCM_U16VECTOR_SIZE 1548 ext/uvector/uvector.c     int dlen = SCM_U16VECTOR_SIZE(dst);
SCM_U16VECTOR_SIZE 1549 ext/uvector/uvector.c     int slen = SCM_U16VECTOR_SIZE(src);
SCM_U16VECTOR_SIZE 3023 ext/uvector/uvector.c     int i, size = SCM_U16VECTOR_SIZE(d), oor;
SCM_U16VECTOR_SIZE 3085 ext/uvector/uvector.c                                SCM_U16VECTOR_SIZE(s0),
SCM_U16VECTOR_SIZE 3793 ext/uvector/uvector.c     int i, size = SCM_U16VECTOR_SIZE(d), oor;
SCM_U16VECTOR_SIZE 3855 ext/uvector/uvector.c                                SCM_U16VECTOR_SIZE(s0),
SCM_U16VECTOR_SIZE 4563 ext/uvector/uvector.c     int i, size = SCM_U16VECTOR_SIZE(d), oor;
SCM_U16VECTOR_SIZE 4625 ext/uvector/uvector.c                                SCM_U16VECTOR_SIZE(s0),
SCM_U16VECTOR_SIZE 5778 ext/uvector/uvector.c     int i, size = SCM_U16VECTOR_SIZE(d), oor;
SCM_U16VECTOR_SIZE 5822 ext/uvector/uvector.c                                SCM_U16VECTOR_SIZE(s0),
SCM_U16VECTOR_SIZE 5836 ext/uvector/uvector.c     int i, size = SCM_U16VECTOR_SIZE(d), oor;
SCM_U16VECTOR_SIZE 5880 ext/uvector/uvector.c                                SCM_U16VECTOR_SIZE(s0),
SCM_U16VECTOR_SIZE 5894 ext/uvector/uvector.c     int i, size = SCM_U16VECTOR_SIZE(d), oor;
SCM_U16VECTOR_SIZE 5938 ext/uvector/uvector.c                                SCM_U16VECTOR_SIZE(s0),
SCM_U16VECTOR_SIZE 6806 ext/uvector/uvector.c     int i, size = SCM_U16VECTOR_SIZE(x), oor;
SCM_U16VECTOR_SIZE 7844 ext/uvector/uvector.c     int i, size = SCM_U16VECTOR_SIZE(x);
SCM_U16VECTOR_SIZE 7918 ext/uvector/uvector.c     int i, size = SCM_U16VECTOR_SIZE(x);
SCM_U16VECTOR_SIZE 7992 ext/uvector/uvector.c     int i, size = SCM_U16VECTOR_SIZE(x);
SCM_U16VECTOR_SIZE 1449 ext/uvector/uvlib.c SCM_RETURN(SCM_MAKE_INT(SCM_U16VECTOR_SIZE(v)));