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

  /src/external/gpl3/binutils/dist/opcodes/
arm-dis.c 8886 uint8_t top_bit = (value >> 4) & 1;
8888 uint8_t res = tmp | top_bit;
8885 uint8_t top_bit = (value >> 4) & 1; local
  /src/external/gpl3/binutils.old/dist/opcodes/
arm-dis.c 8886 uint8_t top_bit = (value >> 4) & 1;
8888 uint8_t res = tmp | top_bit;
8885 uint8_t top_bit = (value >> 4) & 1; local
  /src/external/gpl3/gdb/dist/opcodes/
arm-dis.c 8886 uint8_t top_bit = (value >> 4) & 1;
8888 uint8_t res = tmp | top_bit;
8885 uint8_t top_bit = (value >> 4) & 1; local
  /src/external/gpl3/gdb.old/dist/opcodes/
arm-dis.c 9079 uint8_t top_bit = (value >> 4) & 1;
9081 uint8_t res = tmp | top_bit;
9078 uint8_t top_bit = (value >> 4) & 1; local
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 628 LONGEST top_bit = (LONGEST) 1 << (size * 8 - 2);
630 return top_bit | (top_bit - 1);
644 ULONGEST top_bit = (ULONGEST) 1 << (size * 8 - 1);
646 return top_bit | (top_bit - 1);
626 LONGEST top_bit = (LONGEST) 1 << (size * 8 - 2); local
642 ULONGEST top_bit = (ULONGEST) 1 << (size * 8 - 1); local
  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 626 LONGEST top_bit = (LONGEST) 1 << (size * 8 - 2);
628 return top_bit | (top_bit - 1);
642 ULONGEST top_bit = (ULONGEST) 1 << (size * 8 - 1);
644 return top_bit | (top_bit - 1);
624 LONGEST top_bit = (LONGEST) 1 << (size * 8 - 2); local
640 ULONGEST top_bit = (ULONGEST) 1 << (size * 8 - 1); local

Completed in 76 milliseconds