Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/source/ptm/
Dtrc_pkt_proc_ptm.cpp654 bool bGotBytes = false, bytesAvail = true; in pktCtxtID() local
658 while(!bGotBytes & bytesAvail) in pktCtxtID()
660 bytesAvail = readByte(); in pktCtxtID()
661 if(bytesAvail) in pktCtxtID()
/external/libcppbor/src/
Dcppbor_parse.cpp32 std::string insufficientLengthString(size_t bytesNeeded, size_t bytesAvail, in insufficientLengthString() argument
36 bytesAvail); in insufficientLengthString()