Home | History | Annotate | Download | only in gennorm2

Lines Matching defs:pMaxValue

1029     uint32_t *pMaxValue=(uint32_t *)context;
1030 if(value>*pMaxValue) {
1031 *pMaxValue=value;