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

  /src/external/gpl3/gdb/dist/gdbsupport/
host-defs.h 28 #if !defined (TARGET_CHAR_BIT)
29 #define TARGET_CHAR_BIT 8
40 #define HOST_CHAR_BIT TARGET_CHAR_BIT
  /src/external/gpl3/gdb.old/dist/gdbsupport/
host-defs.h 28 #if !defined (TARGET_CHAR_BIT)
29 #define TARGET_CHAR_BIT 8
40 #define HOST_CHAR_BIT TARGET_CHAR_BIT
  /src/external/gpl3/gdb/dist/gdb/
typeprint.c 103 unsigned int hole_byte = hole / TARGET_CHAR_BIT;
104 unsigned int hole_bit = hole % TARGET_CHAR_BIT;
148 unsigned int fieldsize_bit = fieldsize_byte * TARGET_CHAR_BIT;
153 || offset_bitpos % TARGET_CHAR_BIT != 0)
162 real_bitpos / TARGET_CHAR_BIT,
163 real_bitpos % TARGET_CHAR_BIT);
170 (bitpos + offset_bitpos) / TARGET_CHAR_BIT);
187 unsigned int bitpos = type->length () * TARGET_CHAR_BIT;
  /src/external/gpl3/gdb.old/dist/gdb/
typeprint.c 103 unsigned int hole_byte = hole / TARGET_CHAR_BIT;
104 unsigned int hole_bit = hole % TARGET_CHAR_BIT;
148 unsigned int fieldsize_bit = fieldsize_byte * TARGET_CHAR_BIT;
153 || offset_bitpos % TARGET_CHAR_BIT != 0)
162 real_bitpos / TARGET_CHAR_BIT,
163 real_bitpos % TARGET_CHAR_BIT);
170 (bitpos + offset_bitpos) / TARGET_CHAR_BIT);
187 unsigned int bitpos = type->length () * TARGET_CHAR_BIT;

Completed in 40 milliseconds