• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching full:addr

37 #include "pub_tool_basics.h" /* Addr, SizeT */
62 Addr a1;
85 const Addr a1, const Addr a2,
88 const Addr a1, const Addr a2);
89 void DRD_(bm_access_load_1)(struct bitmap* const bm, const Addr a1);
90 void DRD_(bm_access_load_2)(struct bitmap* const bm, const Addr a1);
91 void DRD_(bm_access_load_4)(struct bitmap* const bm, const Addr a1);
92 void DRD_(bm_access_load_8)(struct bitmap* const bm, const Addr a1);
94 const Addr a1, const Addr a2);
95 void DRD_(bm_access_store_1)(struct bitmap* const bm, const Addr a1);
96 void DRD_(bm_access_store_2)(struct bitmap* const bm, const Addr a1);
97 void DRD_(bm_access_store_4)(struct bitmap* const bm, const Addr a1);
98 void DRD_(bm_access_store_8)(struct bitmap* const bm, const Addr a1);
100 const Addr a1, const Addr a2,
104 const Addr a1, const Addr a2);
106 const Addr a1, const Addr a2);
108 const Addr a1, const Addr a2);
110 const Addr address, const BmAccessTypeT access_type);
112 const Addr a1, const Addr a2);
114 const Addr a1, const Addr a2);
116 const Addr a1, const Addr a2);
118 const Addr a1, const Addr a2);
120 const Addr a1, const Addr a2,
122 Bool DRD_(bm_load_1_has_conflict_with)(struct bitmap* const bm, const Addr a1);
123 Bool DRD_(bm_load_2_has_conflict_with)(struct bitmap* const bm, const Addr a1);
124 Bool DRD_(bm_load_4_has_conflict_with)(struct bitmap* const bm, const Addr a1);
125 Bool DRD_(bm_load_8_has_conflict_with)(struct bitmap* const bm, const Addr a1);
127 const Addr a1, const Addr a2);
128 Bool DRD_(bm_store_1_has_conflict_with)(struct bitmap* const bm,const Addr a1);
129 Bool DRD_(bm_store_2_has_conflict_with)(struct bitmap* const bm,const Addr a1);
130 Bool DRD_(bm_store_4_has_conflict_with)(struct bitmap* const bm,const Addr a1);
131 Bool DRD_(bm_store_8_has_conflict_with)(struct bitmap* const bm,const Addr a1);
133 const Addr a1, const Addr a2);
138 Bool DRD_(bm_is_marked)(struct bitmap* bm, const Addr a);