Home | History | Annotate | Download | only in pbap

Lines Matching refs:highValue

552                         int highValue = appParam[i] & 0xff;
554 appParamValue.maxListCount = highValue * 256 + lowValue;
560 int highValue = appParam[i] & 0xff;
562 appParamValue.listStartOffset = highValue * 256 + lowValue;