HomeSort by: relevance | last modified time | path
    Searched refs:secondary_bits (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libbacktrace/
elf.c 1438 size_t secondary_bits; /* Bit size of current secondary table. */ local
1448 secondary_bits = 0;
1476 secondary_bits = j - 8;
1477 next_secondary += 1 << secondary_bits;
1493 secondary_bits = ((tprimary >> HUFFMAN_BITS_SHIFT)
1495 if (unlikely (secondary_bits < j - 8))
1508 ind < (1U << secondary_bits);
  /src/external/gpl3/gcc/dist/libbacktrace/
elf.c 1557 size_t secondary_bits; /* Bit size of current secondary table. */ local
1567 secondary_bits = 0;
1595 secondary_bits = j - 8;
1596 next_secondary += 1 << secondary_bits;
1613 secondary_bits = ((tprimary >> ZLIB_HUFFMAN_BITS_SHIFT)
1615 if (unlikely (secondary_bits < j - 8))
1628 ind < (1U << secondary_bits);
  /src/external/gpl3/gdb/dist/libbacktrace/
elf.c 1557 size_t secondary_bits; /* Bit size of current secondary table. */ local
1567 secondary_bits = 0;
1595 secondary_bits = j - 8;
1596 next_secondary += 1 << secondary_bits;
1613 secondary_bits = ((tprimary >> ZLIB_HUFFMAN_BITS_SHIFT)
1615 if (unlikely (secondary_bits < j - 8))
1628 ind < (1U << secondary_bits);
  /src/external/gpl3/gdb.old/dist/libbacktrace/
elf.c 1557 size_t secondary_bits; /* Bit size of current secondary table. */ local
1567 secondary_bits = 0;
1595 secondary_bits = j - 8;
1596 next_secondary += 1 << secondary_bits;
1613 secondary_bits = ((tprimary >> ZLIB_HUFFMAN_BITS_SHIFT)
1615 if (unlikely (secondary_bits < j - 8))
1628 ind < (1U << secondary_bits);

Completed in 54 milliseconds