dataLen 24 src/runtime/hexagon_host.cpp int dataLen; dataLen 262 src/runtime/hexagon_host.cpp mapped_arg.dataLen = ion_handle->size; dataLen 266 src/runtime/hexagon_host.cpp mapped_arg.dataLen = arg_sizes[i]; dataLen 33 src/runtime/hexagon_remote/bin/src/halide_hexagon_remote.h int dataLen; dataLen 275 src/runtime/hexagon_remote/sim_host.cpp int dataLen; dataLen 281 src/runtime/hexagon_remote/sim_host.cpp int dataLen; dataLen 284 src/runtime/hexagon_remote/sim_host.cpp remote_buffer(int dataLen) : dataLen(dataLen) { dataLen 285 src/runtime/hexagon_remote/sim_host.cpp if (dataLen > 0) { dataLen 286 src/runtime/hexagon_remote/sim_host.cpp data = send_message(Message::Alloc, {dataLen}); dataLen 288 src/runtime/hexagon_remote/sim_host.cpp printf("Failed to allocate %d bytes in the Hexagon simulation.\n", dataLen); dataLen 294 src/runtime/hexagon_remote/sim_host.cpp remote_buffer(const void *data, int dataLen) : remote_buffer(dataLen) { dataLen 298 src/runtime/hexagon_remote/sim_host.cpp write_memory(this->data, data, dataLen); dataLen 301 src/runtime/hexagon_remote/sim_host.cpp remote_buffer(const host_buffer &host_buf) : remote_buffer(host_buf.data, host_buf.dataLen) {} dataLen 312 src/runtime/hexagon_remote/sim_host.cpp std::swap(dataLen, move.dataLen); dataLen 316 src/runtime/hexagon_remote/sim_host.cpp std::swap(dataLen, move.dataLen); dataLen 418 src/runtime/hexagon_remote/sim_host.cpp ret = read_memory(output_buffersPtrs[i].data, remote_output_buffers[i].data, output_buffersPtrs[i].dataLen);