Home
last modified time | relevance | path

Searched refs:num_errors (Results 1 – 4 of 4) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dlevel2.cpp585 for (int num_errors = 0; num_errors < CORRUPT_MUXCODE; num_errors++) in CompletePdu() local
668 int num_errors = 0; in Parse() local
719 sz = ParseHdr(&fClosing, &mpl, &muxCode, &num_errors, &optional_header); in Parse()
720 PV_STAT_INCR_COND(iNumPduHdrErrorRx, 1, num_errors) in Parse()
721 PV_STAT_INCR(iCumPduHdrErrorRx, num_errors) in Parse()
722 … PV_STAT_INCR_COND(iNumGolayCblePduHdrErrorsRx, 1, (num_errors && (num_errors < 4))) in Parse()
725 if (num_errors < 4) in Parse()
730 else if (num_errors == 4) in Parse()
/external/e2fsprogs/lib/et/
Dcom_right.c73 int num_errors, in initialize_error_table_r() argument
89 tab->n_msgs = num_errors; in initialize_error_table_r()
Dcom_err.h54 int num_errors,
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
Dlevel2.h141 int GolayDec(int received, int* num_errors) in GolayDec() argument
146 *num_errors = iNumOnes[syndrome&0xFF] + iNumOnes[(syndrome >> 8)&0xFF] + in GolayDec()