Searched refs:lowValue (Results 1 – 1 of 1) sorted by relevance
709 int lowValue = appParam[i + 1] & 0xff; in parseApplicationParameter() local710 appParamValue.maxListCount = highValue * 256 + lowValue; in parseApplicationParameter()717 int lowValue = appParam[i + 1] & 0xff; in parseApplicationParameter() local718 appParamValue.listStartOffset = highValue * 256 + lowValue; in parseApplicationParameter()