Searched refs:bWPFound (Results 1 – 2 of 2) sorted by relevance
509 bool bWPFound = false; in processAtomRange() local519 err = traceInstrToWP(bWPFound,traceWPOp,nextAddrMatch); in processAtomRange()539 if(bWPFound) in processAtomRange()614 ocsd_err_t TrcPktDecodePtm::traceInstrToWP(bool &bWPFound, const waypoint_trace_t traceWPOp /*= TRA… in traceInstrToWP() argument626 bWPFound = false; in traceInstrToWP()628 while(!bWPFound && !m_mem_nacc_pending) in traceInstrToWP()654 bWPFound = (m_output_elem.en_addr == nextAddrMatch); in traceInstrToWP()656 bWPFound = (curr_op_address == nextAddrMatch); in traceInstrToWP()659 bWPFound = (m_instr_info.type != OCSD_INSTR_OTHER); in traceInstrToWP()
136 …ocsd_err_t traceInstrToWP(bool &bWPFound, const waypoint_trace_t traceWPOp = TRACE_WAYPOINT, const…