Home | History | Annotate | Download | only in lib_src

Lines Matching refs:highKey

1750     EAS_U16 highKey;
1763 if ((result = EAS_HWGetWord(pDLSData->hwInstData, pDLSData->fileHandle, &highKey, EAS_FALSE)) != EAS_SUCCESS)
1772 if (highKey > 127)
1775 highKey = 127;
1806 pRgn->wtRegion.region.rangeHigh = (EAS_U8) highKey;