Home | History | Annotate | Download | only in pbap

Lines Matching refs:highValue

511                         int highValue = appParam[i] & 0xff;
513 appParamValue.maxListCount = highValue * 256 + lowValue;
519 int highValue = appParam[i] & 0xff;
521 appParamValue.listStartOffset = highValue * 256 + lowValue;