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

  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 1517 unsigned int commit_count; local
1687 commit_count = (((prev & GDBSERVER_FLUSH_COUNT_MASK_CURR) + 0x100)
1690 | commit_count
1722 || ((refetch & GDBSERVER_FLUSH_COUNT_MASK_PREV) >> 12) == commit_count)
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 1517 unsigned int commit_count; local
1687 commit_count = (((prev & GDBSERVER_FLUSH_COUNT_MASK_CURR) + 0x100)
1690 | commit_count
1722 || ((refetch & GDBSERVER_FLUSH_COUNT_MASK_PREV) >> 12) == commit_count)

Completed in 31 milliseconds