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

  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 2788 int staging_len = (bit_size + HOST_CHAR_BIT - 1) / HOST_CHAR_BIT;
2789 staging.resize (staging_len);
2783 int staging_len = (bit_size + HOST_CHAR_BIT - 1) \/ HOST_CHAR_BIT; local
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 2786 int staging_len = (bit_size + HOST_CHAR_BIT - 1) / HOST_CHAR_BIT;
2787 staging.resize (staging_len);
2781 int staging_len = (bit_size + HOST_CHAR_BIT - 1) \/ HOST_CHAR_BIT; local

Completed in 37 milliseconds