hipmemsetd16 Interface Reference#
hipfort::hipmemsetd16 Interface Reference
Fills the first sizeBytes bytes of the memory area pointed to by dest with the constant short value value. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipmemsetd16_ (dest, myvalue, count) |
Detailed Description
Fills the first sizeBytes bytes of the memory area pointed to by dest with the constant short value value.
- Parameters
-
[out] dest - Data ptr to be filled [in] myValue - Constant value to be set [in] count - Number of values to be set
- Returns
hipSuccess,hipErrorInvalidValue,hipErrorNotInitialized
Member Function/Subroutine Documentation
◆ hipmemsetd16_()
| integer(kind(hipsuccess)) function hipfort::hipmemsetd16::hipmemsetd16_ | ( | type(c_ptr), value | dest, |
| integer(c_short), value | myvalue, | ||
| integer(c_size_t), value | count | ||
| ) |
The documentation for this interface was generated from the following file: