Home
last modified time | relevance | path

Searched refs:TARGET_CHAR_BIT (Results 1 – 1 of 1) sorted by relevance

/original-bsd/contrib/gdb-4.7.LBL/gdb/
H A Ddefs.h453 #if !defined (TARGET_CHAR_BIT)
454 #define TARGET_CHAR_BIT 8 macro
459 #define TARGET_SHORT_BIT (sizeof (short) * TARGET_CHAR_BIT)
464 #define TARGET_INT_BIT (sizeof (int) * TARGET_CHAR_BIT)
469 #define TARGET_LONG_BIT (sizeof (long) * TARGET_CHAR_BIT)
479 #define TARGET_FLOAT_BIT (sizeof (float) * TARGET_CHAR_BIT)
484 #define TARGET_DOUBLE_BIT (sizeof (double) * TARGET_CHAR_BIT)