<!-- common text for async copy functions, section 6.13.10 --> | |
<para> | |
General information about async copy functions: | |
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> | |
<!-- 28-Oct-2015, Ext ver 2.1 rev 10; C lang ver 2.0 rev 30 --> | |