Lines Matching refs:flg
290 unsigned int d, flg = 0; in huffext() local
311 if (flg) { /* In flag sequence? */ in huffext()
312 flg = 0; /* Exit flag sequence */ in huffext()
317 flg = 1; continue; /* Enter flag sequence, get trailing byte */ in huffext()
353 if (flg) { /* In flag sequence? */ in huffext()
354 flg = 0; /* Exit flag sequence */ in huffext()
359 flg = 1; continue; /* Enter flag sequence, get trailing byte */ in huffext()
430 unsigned int d, flg = 0; in bitext() local
446 if (flg) { /* In flag sequence? */ in bitext()
447 flg = 0; /* Exit flag sequence */ in bitext()
452 flg = 1; continue; /* Enter flag sequence */ in bitext()
481 if (flg) { /* In flag sequence? */ in bitext()
482 flg = 0; /* Exit flag sequence */ in bitext()
487 flg = 1; continue; /* Enter flag sequence, get trailing byte */ in bitext()