Searched refs:bytesToFetch (Results 1 – 1 of 1) sorted by relevance
116 uint32 bytesToFetch; in getNbits() local133 bytesToFetch = (bitIndex + neededBits + 7 ) >> 3 ; in getNbits()135 switch (bytesToFetch) in getNbits()177 uint32 bytesToFetch; in getUpTo9bits() local187 bytesToFetch = (bitIndex + neededBits + 7 ) >> 3 ; in getUpTo9bits()189 if (bytesToFetch > 1) in getUpTo9bits()194 else if (bytesToFetch > 0) in getUpTo9bits()223 uint32 bytesToFetch; in getUpTo17bits() local236 if (bytesToFetch > 2) in getUpTo17bits()242 else if (bytesToFetch > 1) in getUpTo17bits()[all …]