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

  /src/external/gpl3/binutils/dist/bfd/
pdb.c 672 uint32_t stream0_blocks = local
679 high_bit = (stream0_start % 8) + stream0_blocks;
686 stream0_blocks -= high_bit - (stream0_start % 8);
690 memset (buf + (stream0_start / 8), 0xff, stream0_blocks / 8);
691 stream0_start += stream0_blocks / 8;
692 stream0_blocks %= 8;
694 if (stream0_blocks > 0)
695 buf[stream0_start / 8] |= (1 << stream0_blocks) - 1;
  /src/external/gpl3/binutils.old/dist/bfd/
pdb.c 672 uint32_t stream0_blocks = local
679 high_bit = (stream0_start % 8) + stream0_blocks;
686 stream0_blocks -= high_bit - (stream0_start % 8);
690 memset (buf + (stream0_start / 8), 0xff, stream0_blocks / 8);
691 stream0_start += stream0_blocks / 8;
692 stream0_blocks %= 8;
694 if (stream0_blocks > 0)
695 buf[stream0_start / 8] |= (1 << stream0_blocks) - 1;
  /src/external/gpl3/gdb.old/dist/bfd/
pdb.c 672 uint32_t stream0_blocks = local
679 high_bit = (stream0_start % 8) + stream0_blocks;
686 stream0_blocks -= high_bit - (stream0_start % 8);
690 memset (buf + (stream0_start / 8), 0xff, stream0_blocks / 8);
691 stream0_start += stream0_blocks / 8;
692 stream0_blocks %= 8;
694 if (stream0_blocks > 0)
695 buf[stream0_start / 8] |= (1 << stream0_blocks) - 1;
  /src/external/gpl3/gdb/dist/bfd/
pdb.c 672 uint32_t stream0_blocks = local
679 high_bit = (stream0_start % 8) + stream0_blocks;
686 stream0_blocks -= high_bit - (stream0_start % 8);
690 memset (buf + (stream0_start / 8), 0xff, stream0_blocks / 8);
691 stream0_start += stream0_blocks / 8;
692 stream0_blocks %= 8;
694 if (stream0_blocks > 0)
695 buf[stream0_start / 8] |= (1 << stream0_blocks) - 1;

Completed in 22 milliseconds