Searched defs:getBits (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/util/
H A Dziptool.cpp264 bool getBits(int need, int *oval);
410 bool Inflater::getBits(int requiredBits, int *oval) function in class:Inflater
527 if (!getBits(lext[symbol], &ret))
537 if (!getBits(dext[symbol], &ret))
658 if (!getBits(5, &ret))
661 if (!getBits(5, &ret))
664 if (!getBits(4, &ret))
677 if (!getBits(3, &ret))
706 if (!getBits(2, &ret))
712 if (!getBits(
[all...]

Completed in 1160 milliseconds