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

  /src/external/gpl3/gdb.old/dist/gdb/
s390-linux-nat.c 105 #define PER_BIT(n) (1UL << (63 - (n)))
106 #define PER_EVENT_BRANCH PER_BIT (32)
107 #define PER_EVENT_IFETCH PER_BIT (33)
108 #define PER_EVENT_STORE PER_BIT (34)
109 #define PER_EVENT_NULLIFICATION PER_BIT (39)
110 #define PER_CONTROL_BRANCH_ADDRESS PER_BIT (40)
111 #define PER_CONTROL_SUSPENSION PER_BIT (41)
112 #define PER_CONTROL_ALTERATION PER_BIT (42)
  /src/external/gpl3/gdb/dist/gdb/
s390-linux-nat.c 105 #define PER_BIT(n) (1UL << (63 - (n)))
106 #define PER_EVENT_BRANCH PER_BIT (32)
107 #define PER_EVENT_IFETCH PER_BIT (33)
108 #define PER_EVENT_STORE PER_BIT (34)
109 #define PER_EVENT_NULLIFICATION PER_BIT (39)
110 #define PER_CONTROL_BRANCH_ADDRESS PER_BIT (40)
111 #define PER_CONTROL_SUSPENSION PER_BIT (41)
112 #define PER_CONTROL_ALTERATION PER_BIT (42)

Completed in 46 milliseconds