Home | History | Annotate | Download | only in common

Lines Matching refs:prevValue

518     uint32_t value, prevValue, initialValue;
554 prevValue=0;
591 * The index-2 block is the same as the previous one, and filled with prevValue.
602 if(prevValue!=initialValue) {
603 if(prev<c && !enumRange(context, prev, c-1, prevValue)) {
608 prevValue=initialValue;
627 /* the block is the same as the previous one, and filled with prevValue */
634 if(prevValue!=initialValue) {
635 if(prev<c && !enumRange(context, prev, c-1, prevValue)) {
639 prevValue=initialValue;
645 if(value!=prevValue) {
646 if(prev<c && !enumRange(context, prev, c-1, prevValue)) {
650 prevValue=value;
673 if(value!=prevValue) {
674 if(prev<c && !enumRange(context, prev, c-1, prevValue)) {
678 prevValue=value;
684 enumRange(context, prev, c-1, prevValue);