Home | History | Annotate | Download | only in common

Lines Matching refs:countOver60

603  * - countOver60 is incremented with each LRx at level 60
651 uint32_t countOver60=0, countOver61=0; /* count overflows of explicit levels */
677 ++countOver60;
706 } else if(countOver60>0 && (embeddingLevel&~UBIDI_LEVEL_OVERRIDE)!=UBIDI_MAX_EXPLICIT_LEVEL) {
708 --countOver60;
710 /* this is the pop operation; it also pops level 61 while countOver60>0 */
719 countOver60=countOver61=0;