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

  /src/external/gpl3/gdb/dist/gdbsupport/
host-defs.h 38 #define HOST_CHAR_BIT CHAR_BIT
40 #define HOST_CHAR_BIT TARGET_CHAR_BIT
packed.h 72 tmp >>= HOST_CHAR_BIT;
99 tmp <<= HOST_CHAR_BIT;
111 T m_val : (Bytes * HOST_CHAR_BIT) ATTRIBUTE_PACKED;
  /src/external/gpl3/gdb.old/dist/gdbsupport/
host-defs.h 38 #define HOST_CHAR_BIT CHAR_BIT
40 #define HOST_CHAR_BIT TARGET_CHAR_BIT
packed.h 72 tmp >>= HOST_CHAR_BIT;
99 tmp <<= HOST_CHAR_BIT;
111 T m_val : (Bytes * HOST_CHAR_BIT) ATTRIBUTE_PACKED;
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 2405 new_type->set_length ((*elt_bits + HOST_CHAR_BIT - 1) / HOST_CHAR_BIT);
2479 type->set_length (((our_len * elt_bitsize + HOST_CHAR_BIT - 1)
2480 / HOST_CHAR_BIT));
2544 bit_pos = HOST_CHAR_BIT * arr->type ()->length () - bit_size;
2546 bit_pos / HOST_CHAR_BIT,
2547 bit_pos % HOST_CHAR_BIT,
2599 elt_off = elt_total_bit_offset / HOST_CHAR_BIT;
2600 bit_off = elt_total_bit_offset % HOST_CHAR_BIT;
2643 int src_len = (bit_size + bit_offset + HOST_CHAR_BIT - 1) / 8
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 2402 new_type->set_length ((*elt_bits + HOST_CHAR_BIT - 1) / HOST_CHAR_BIT);
2476 type->set_length (((our_len * elt_bitsize + HOST_CHAR_BIT - 1)
2477 / HOST_CHAR_BIT));
2541 bit_pos = HOST_CHAR_BIT * arr->type ()->length () - bit_size;
2543 bit_pos / HOST_CHAR_BIT,
2544 bit_pos % HOST_CHAR_BIT,
2596 elt_off = elt_total_bit_offset / HOST_CHAR_BIT;
2597 bit_off = elt_total_bit_offset % HOST_CHAR_BIT;
2640 int src_len = (bit_size + bit_offset + HOST_CHAR_BIT - 1) / 8
    [all...]

Completed in 30 milliseconds