SCM_U8VECTOR_SIZE   64 ext/digest/md5.c     MD5Update(&md5->ctx, SCM_UVECTOR_ELEMENTS(SCM_U8VECTOR(data)), SCM_U8VECTOR_SIZE(SCM_U8VECTOR(data)));
SCM_U8VECTOR_SIZE   64 ext/digest/sha1.c     SHAUpdate(&sha1->ctx, (const unsigned char*)SCM_UVECTOR_ELEMENTS(SCM_U8VECTOR(data)), SCM_U8VECTOR_SIZE(SCM_U8VECTOR(data)));
SCM_U8VECTOR_SIZE   86 ext/termios/termios.c     if (SCM_U8VECTOR_SIZE(val) != NCCS) {
SCM_U8VECTOR_SIZE   88 ext/termios/termios.c                   NCCS, SCM_U8VECTOR_SIZE(val));
SCM_U8VECTOR_SIZE  966 ext/uvector/uvector.c     for (i=0; i<SCM_U8VECTOR_SIZE(obj); i++) {
SCM_U8VECTOR_SIZE  976 ext/uvector/uvector.c     int len = SCM_U8VECTOR_SIZE(x), i;
SCM_U8VECTOR_SIZE  978 ext/uvector/uvector.c     if (SCM_U8VECTOR_SIZE(y) != len) return -1;
SCM_U8VECTOR_SIZE 1065 ext/uvector/uvector.c     int i, size = SCM_U8VECTOR_SIZE(vec);
SCM_U8VECTOR_SIZE 1076 ext/uvector/uvector.c     if (index < 0 || index >= SCM_U8VECTOR_SIZE(vec)) {
SCM_U8VECTOR_SIZE 1089 ext/uvector/uvector.c     if (index < 0 || index >= SCM_U8VECTOR_SIZE(vec))
SCM_U8VECTOR_SIZE 1100 ext/uvector/uvector.c     int i, size = SCM_U8VECTOR_SIZE(vec);
SCM_U8VECTOR_SIZE 1114 ext/uvector/uvector.c     int i, size = SCM_U8VECTOR_SIZE(vec);
SCM_U8VECTOR_SIZE 1128 ext/uvector/uvector.c     int size = SCM_U8VECTOR_SIZE(vec);
SCM_U8VECTOR_SIZE 1140 ext/uvector/uvector.c     int dlen = SCM_U8VECTOR_SIZE(dst);
SCM_U8VECTOR_SIZE 1141 ext/uvector/uvector.c     int slen = SCM_U8VECTOR_SIZE(src);
SCM_U8VECTOR_SIZE 2869 ext/uvector/uvector.c     int i, size = SCM_U8VECTOR_SIZE(d), oor;
SCM_U8VECTOR_SIZE 2931 ext/uvector/uvector.c                                SCM_U8VECTOR_SIZE(s0),
SCM_U8VECTOR_SIZE 3639 ext/uvector/uvector.c     int i, size = SCM_U8VECTOR_SIZE(d), oor;
SCM_U8VECTOR_SIZE 3701 ext/uvector/uvector.c                                SCM_U8VECTOR_SIZE(s0),
SCM_U8VECTOR_SIZE 4409 ext/uvector/uvector.c     int i, size = SCM_U8VECTOR_SIZE(d), oor;
SCM_U8VECTOR_SIZE 4471 ext/uvector/uvector.c                                SCM_U8VECTOR_SIZE(s0),
SCM_U8VECTOR_SIZE 5430 ext/uvector/uvector.c     int i, size = SCM_U8VECTOR_SIZE(d), oor;
SCM_U8VECTOR_SIZE 5474 ext/uvector/uvector.c                                SCM_U8VECTOR_SIZE(s0),
SCM_U8VECTOR_SIZE 5488 ext/uvector/uvector.c     int i, size = SCM_U8VECTOR_SIZE(d), oor;
SCM_U8VECTOR_SIZE 5532 ext/uvector/uvector.c                                SCM_U8VECTOR_SIZE(s0),
SCM_U8VECTOR_SIZE 5546 ext/uvector/uvector.c     int i, size = SCM_U8VECTOR_SIZE(d), oor;
SCM_U8VECTOR_SIZE 5590 ext/uvector/uvector.c                                SCM_U8VECTOR_SIZE(s0),
SCM_U8VECTOR_SIZE 6700 ext/uvector/uvector.c     int i, size = SCM_U8VECTOR_SIZE(x), oor;
SCM_U8VECTOR_SIZE 7400 ext/uvector/uvector.c     int i, size = SCM_U8VECTOR_SIZE(x);
SCM_U8VECTOR_SIZE 7474 ext/uvector/uvector.c     int i, size = SCM_U8VECTOR_SIZE(x);
SCM_U8VECTOR_SIZE 7548 ext/uvector/uvector.c     int i, size = SCM_U8VECTOR_SIZE(x);
SCM_U8VECTOR_SIZE  551 ext/uvector/uvlib.c SCM_RETURN(SCM_MAKE_INT(SCM_U8VECTOR_SIZE(v)));