size_mismatch     159 ext/uvector/uvector.c         if (SCM_UVECTOR_SIZE(y) != size) size_mismatch(name, SCM_OBJ(x), y);
size_mismatch     162 ext/uvector/uvector.c         if (SCM_VECTOR_SIZE(y) != size) size_mismatch(name, SCM_OBJ(x), y);
size_mismatch     165 ext/uvector/uvector.c         if (Scm_Length(y) != size) size_mismatch(name, SCM_OBJ(x), y);