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

  /src/external/gpl3/gdb.old/dist/sim/frv/
profile.c 389 int data_words = (q->length + sizeof (SI) - 1) / sizeof (SI); local
390 if (q->regnum + data_words > regnum)
438 int data_words = (q.length + sizeof (SI) - 1) / sizeof (SI); local
440 for (j = 0; j < data_words; ++j)
  /src/external/gpl3/gdb/dist/sim/frv/
profile.c 389 int data_words = (q->length + sizeof (SI) - 1) / sizeof (SI); local
390 if (q->regnum + data_words > regnum)
438 int data_words = (q.length + sizeof (SI) - 1) / sizeof (SI); local
440 for (j = 0; j < data_words; ++j)

Completed in 79 milliseconds