Searched refs:c_bytes (Results 1 – 2 of 2) sorted by relevance
62 auto c_bytes = static_cast<uint8_t*>(buffer); in Read() local66 read(fd_, c_bytes + total_bytes_read, length - total_bytes_read); in Read()75 auto c_bytes = static_cast<const uint8_t*>(buffer); in Write() local79 write(fd_, c_bytes + total_bytes_wrote, length - total_bytes_wrote); in Write()
2349 SE_ASSIGN_OR_RETURN(DeviceMemory<uint8> c_bytes, in DoBlasInternalImpl()2353 c = DeviceMemory<CUDA_T *>(c_bytes); in DoBlasInternalImpl()