Lines Matching refs:safe
426 static BROTLI_INLINE void PreloadSymbol(int safe,
431 if (safe) {
1023 /* In next stage ReadHuffmanCode uses at least 4 bits, so it is safe
1121 int safe, BrotliDecoderState* s, int tree_type) {
1135 if (!safe) {
1198 int safe, BrotliDecoderState* s) {
1199 if (!DecodeBlockTypeAndLength(safe, s, 0)) {
1218 int safe, BrotliDecoderState* s) {
1219 if (!DecodeBlockTypeAndLength(safe, s, 1)) {
1238 int safe, BrotliDecoderState* s) {
1239 if (!DecodeBlockTypeAndLength(safe, s, 2)) {
1619 int safe, BrotliDecoderState* s, BrotliBitReader* br) {
1625 if (!safe) {
1642 if (!safe) {
1667 int safe, BrotliDecoderState* s, BrotliBitReader* br, int* insert_length) {
1673 if (!safe) {
1686 if (!safe) {
1715 int safe, BrotliBitReader* const br, size_t num) {
1716 if (safe) {
1724 if (safe) { \
1735 int safe, BrotliDecoderState* s) {
1741 if (!CheckInputAmount(safe, br, 28)) {
1745 if (!safe) {
1763 if (safe) {
1766 if (!CheckInputAmount(safe, br, 28)) { /* 156 bits + 7 bytes */
1785 if (safe) {
1792 PreloadSymbol(safe, s->literal_htree, br, &bits, &value);
1794 if (!CheckInputAmount(safe, br, 28)) { /* 162 bits + 7 bytes */
1801 PreloadSymbol(safe, s->literal_htree, br, &bits, &value);
1804 if (!safe) {
1830 if (!CheckInputAmount(safe, br, 28)) { /* 162 bits + 7 bytes */
1843 if (!safe) {
1872 if (safe) {
2159 stream it has less than 8 bits in accumulator, so it is safe to