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

  /src/sys/arch/hppa/hppa/
intr.c 206 int last_bit; local
212 last_bit = 0;
216 last_bit = irq;
219 for (mask = (1 << bit_pos); bit_pos >= last_bit; bit_pos--) {
224 if (bit_pos >= last_bit) {
  /src/external/gpl3/gcc/dist/gcc/
sbitmap.cc 65 unsigned int last_bit; local
84 last_bit = bmap->n_bits % SBITMAP_ELT_BITS;
85 if (last_bit)
87 |= ~((SBITMAP_ELT_TYPE)-1 >> (SBITMAP_ELT_BITS - last_bit));
90 last_bit = n_elms % SBITMAP_ELT_BITS;
91 if (last_bit)
93 &= (SBITMAP_ELT_TYPE)-1 >> (SBITMAP_ELT_BITS - last_bit);
101 last_bit = n_elms % SBITMAP_ELT_BITS;
102 if (last_bit)
104 &= (SBITMAP_ELT_TYPE)-1 >> (SBITMAP_ELT_BITS - last_bit);
442 unsigned int last_bit; local
511 unsigned int last_bit; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
sbitmap.cc 65 unsigned int last_bit; local
84 last_bit = bmap->n_bits % SBITMAP_ELT_BITS;
85 if (last_bit)
87 |= ~((SBITMAP_ELT_TYPE)-1 >> (SBITMAP_ELT_BITS - last_bit));
90 last_bit = n_elms % SBITMAP_ELT_BITS;
91 if (last_bit)
93 &= (SBITMAP_ELT_TYPE)-1 >> (SBITMAP_ELT_BITS - last_bit);
101 last_bit = n_elms % SBITMAP_ELT_BITS;
102 if (last_bit)
104 &= (SBITMAP_ELT_TYPE)-1 >> (SBITMAP_ELT_BITS - last_bit);
442 unsigned int last_bit; local
511 unsigned int last_bit; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
tilegx.cc 1537 tilegx_bitfield_operand_p (HOST_WIDE_INT n, int *first_bit, int *last_bit)
1556 if (last_bit != NULL)
1557 *last_bit = (i + exact_log2 (x ^ (x >> 1))) & 63;
5324 int first_bit, last_bit;
5329 &first_bit, &last_bit))
5335 fprintf (file, "%d, %d", first_bit, last_bit);
5313 int first_bit, last_bit; local
  /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
tilepro.cc 1309 tilepro_bitfield_operand_p (HOST_WIDE_INT n, int *first_bit, int *last_bit)
1328 if (last_bit != NULL)
1329 *last_bit = (i + exact_log2 (x ^ (x >> 1))) & 31;
4712 int first_bit, last_bit;
4716 &last_bit))
4722 fprintf (file, "%d, %d", first_bit, last_bit);
4701 int first_bit, last_bit; local
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc 6817 bit_offset_t last_bit = next_bit - 1; local
6818 if (last_bit == start_bit)
6826 last_bit.to_uhwi ());

Completed in 26 milliseconds