blob: e82e89bb73c7748318238ce3632008e52e913181 [file] [log] [blame]
<!-- common text for async copy functions, section 6.13.10 -->
<para>
The generic type name <type>gentype</type> indicates the built-in data
types <type>char</type>, <type>char{2|3|4|8|16}</type>, <type>uchar</type>,
<type>uchar{2|3|4|8|16}</type>, <type>short</type>, <type>short{2|3|4|8|16}</type>,
<type>ushort</type>, <type>ushort{2|3|4|8|16}</type>, <type>int</type>,
<type>int{2|3|4|8|16}</type>, <type>uint</type>, <type>uint{2|3|4|8|16}</type>,
<type>long</type>, <type>long{2|3|4|8|16}</type>, <type>ulong</type>,
<type>ulong{2|3|4|8|16}</type>, <type>float</type>, <type>float{2|3|4|8|16}</type>, or
<type>double</type>, <type>double{2|3|4|8|16}</type>
as the type for the arguments unless otherwise stated.
</para>
<!-- 14-Dec-2013, rev. 19 -->