Searched refs:dst_loc (Results 1 – 3 of 3) sorted by relevance
174 IESYSC_PARAM_ENCRYPT dst_loc; in iesys_MU_IESYSC_PARAM_ENCRYPT_Unmarshal() local176 &offset_loc, &dst_loc); in iesys_MU_IESYSC_PARAM_ENCRYPT_Unmarshal()179 ret = iesys_MU_IESYSC_PARAM_ENCRYPT_check(&dst_loc); in iesys_MU_IESYSC_PARAM_ENCRYPT_Unmarshal()181 LOG_ERROR("Bad value %"PRIx32 "", dst_loc); in iesys_MU_IESYSC_PARAM_ENCRYPT_Unmarshal()187 *dst = dst_loc; in iesys_MU_IESYSC_PARAM_ENCRYPT_Unmarshal()188 LOG_TRACE("return: dst=%p value=%"PRIx32 "", dst, dst_loc); in iesys_MU_IESYSC_PARAM_ENCRYPT_Unmarshal()257 IESYSC_PARAM_DECRYPT dst_loc; in iesys_MU_IESYSC_PARAM_DECRYPT_Unmarshal() local259 &offset_loc, &dst_loc); in iesys_MU_IESYSC_PARAM_DECRYPT_Unmarshal()262 ret = iesys_MU_IESYSC_PARAM_DECRYPT_check(&dst_loc); in iesys_MU_IESYSC_PARAM_DECRYPT_Unmarshal()264 LOG_ERROR("Bad value %"PRIx32 "", dst_loc); in iesys_MU_IESYSC_PARAM_DECRYPT_Unmarshal()[all …]
80 const int dst_loc = e.input_slot; in PropagateOutputs() local87 input_tensors_[dst_loc] = std::move((*outputs)[src_slot]); in PropagateOutputs()89 input_tensors_[dst_loc] = (*outputs)[src_slot]; in PropagateOutputs()
422 const int dst_loc = e.input_slot; in ActivateNodesFastPathInternal() local424 input_tensors[dst_loc] = std::move((*outputs)[src_slot]); in ActivateNodesFastPathInternal()426 input_tensors[dst_loc] = (*outputs)[src_slot]; in ActivateNodesFastPathInternal()522 const int dst_loc = e.input_slot; in ActivateNodesSlowPath() local524 input_tensors[dst_loc] = std::move((*outputs)[src_slot]); in ActivateNodesSlowPath()526 input_tensors[dst_loc] = (*outputs)[src_slot]; in ActivateNodesSlowPath()