Searched refs:flg (Results 1 – 1 of 1) sorted by relevance
290 unsigned int d, flg = 0; in huffext() local311 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() local446 if (flg) { /* In flag sequence? */ in bitext()447 flg = 0; /* Exit flag sequence */ in bitext()[all …]