Home
last modified time | relevance | path

Searched refs:updateBE (Results 1 – 2 of 2) sorted by relevance

/external/OpenCSD/decoder/source/etmv3/
Dtrc_pkt_proc_etmv3_impl.cpp708 bool updateBE = false; in processPayloadByte() local
709 uint32_t dataAddress = extractDataAddress(bits,updateBE,beVal); in processPayloadByte()
711 if(updateBE) in processPayloadByte()
738 bool updateBE = false; in processPayloadByte() local
740 uint32_t dataAddress = extractDataAddress(bits,updateBE,beVal); in processPayloadByte()
742 if(updateBE) in processPayloadByte()
1090 uint32_t EtmV3PktProcImpl::extractDataAddress(uint8_t &bits, bool &updateBE, uint8_t &beVal) in extractDataAddress() argument
1097 updateBE = false; in extractDataAddress()
1109 updateBE = true; in extractDataAddress()
Dtrc_pkt_proc_etmv3_impl.h92 uint32_t extractDataAddress(uint8_t &bits, bool &updateBE, uint8_t &beVal);