Home
last modified time | relevance | path

Searched refs:SCM_CHECK_START_END (Results 1 – 8 of 8) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dcollection.h68 #define SCM_CHECK_START_END(start, end, len) \ macro
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dvector.c134 SCM_CHECK_START_END(start, end, size); in Scm_ListToVector()
137 SCM_CHECK_START_END(start, end, end); in Scm_ListToVector()
153 SCM_CHECK_START_END(start, end, len); in Scm_VectorToList()
184 SCM_CHECK_START_END(start, end, len); in Scm_VectorFill()
935 SCM_CHECK_START_END(start, end, size); in Scm_BitvectorCopy()
947 SCM_CHECK_START_END(sstart, send, ssize); in Scm_BitvectorCopyX()
H A Dstring.c889 SCM_CHECK_START_END(start, end, len); in substring()
1759 SCM_CHECK_START_END(start, end, len); in Scm_MakeStringPointer()
/dports/lang/gauche/Gauche-0.9.10/ext/uvector/
H A Duvector.scm135 (SCM_CHECK_START_END start end len)
311 (SCM_CHECK_START_END s e len)
455 (SCM_CHECK_START_END sstart send (SCM_UVECTOR_SIZE src))
478 (SCM_CHECK_START_END ,start ,end (cast int ,len))
565 (SCM_CHECK_START_END start end len)
685 (SCM_CHECK_START_END start end len)
H A Duvlib.scm.tmpl95 (SCM_CHECK_START_END start end len)
114 (SCM_CHECK_START_END sstart send slen)
115 (SCM_CHECK_START_END dstart dend dlen)
168 (SCM_CHECK_START_END start end len)
262 (SCM_CHECK_START_END start end len)
274 (SCM_CHECK_START_END start end len)
535 (SCM_CHECK_START_END start end len)
H A Duvector.c.tmpl63 SCM_CHECK_START_END(start, end, len);
183 SCM_CHECK_START_END(start, end, length);
195 SCM_CHECK_START_END(start, end, size);
205 SCM_CHECK_START_END(start, end, size);
218 SCM_CHECK_START_END(start, end, size);
232 SCM_CHECK_START_END(start, end, size);
248 SCM_CHECK_START_END(sstart, send, slen);
1331 SCM_CHECK_START_END(start, end, len);
1377 SCM_CHECK_START_END(start, end, len);
/dports/lang/gauche/Gauche-0.9.10/ext/srfi/
H A Dsrfi-178.scm725 (SCM_CHECK_START_END start end len)
737 (SCM_CHECK_START_END start end len)
751 (SCM_CHECK_START_END start end len)
765 (SCM_CHECK_START_END start end len)
811 (SCM_CHECK_START_END start end len)
/dports/lang/gauche/Gauche-0.9.10/
H A DChangeLog18272 * src/gauche.h (SCM_CHECK_START_END): pass through start==end case.