HomeSort by relevance Sort by last modified time
    Searched refs:eStore (Results 1 - 10 of 10) sorted by null

  /external/valgrind/drd/
drd_thread_bitmap.h 131 a1, a1 + 2, eStore);
133 a1, a1 + 2, eStore);
149 a1, a1 + 4, eStore);
151 a1, a1 + 4, eStore);
171 a1, a1 + 8, eStore);
176 a1, a1 + 8, eStore);
178 a1, a1 + 8, eStore);
drd_suppression.c 92 return DRD_(bm_has)(s_suppressed, a1, a2, eStore);
166 if (DRD_(bm_has_1)(s_suppressed, b, eStore)) {
drd_load_store.c 103 if (access_type == eStore && size <= sizeof(HWord)) {
108 } else if (access_type == eStore && size > sizeof(HWord)) {
119 : access_type == eStore ? "store"
139 return DRD_(trace_mem_access)(addr, size, eStore, stored_value_hi,
256 drd_report_race(addr, size, eStore);
268 drd_report_race(addr, 1, eStore);
280 drd_report_race(addr, 2, eStore);
292 drd_report_race(addr, 4, eStore);
304 drd_report_race(addr, 8, eStore);
drd_bitmap.c 131 tl_assert(access_type == eLoad || access_type == eStore);
308 DRD_(bm_access_range)(bm, a1, a1 + 2, eStore);
316 DRD_(bm_access_range)(bm, a1, a1 + 4, eStore);
329 DRD_(bm_access_range)(bm, a1, a1 + 8, eStore);
335 tl_assert(access_type == eLoad || access_type == eStore);
859 tl_assert(access_type == eStore);
917 return DRD_(bm_has_conflict_with)(bm, a1, a1 + 2, eStore);
925 return DRD_(bm_has_conflict_with)(bm, a1, a1 + 4, eStore);
933 return DRD_(bm_has_conflict_with)(bm, a1, a1 + 8, eStore);
939 return DRD_(bm_has_conflict_with)(bm, a1, a2, eStore);
    [all...]
pub_drd_bitmap.h 58 typedef enum { eLoad, eStore, eStart, eEnd } BmAccessTypeT;
drd_error.c 202 what_prefix, dri->access_type == eStore ? "store" : "load",
  /external/valgrind/drd/tests/
unit_bitmap.c 81 { 667, 2, eStore },
82 { 1024, 1, eStore },
83 { 0xffffULL, 1, eStore },
87 1, eStore },
91 1, eStore },
92 { 0xffffffffULL, 1, eStore },
93 { 0x100000000ULL, 1, eStore },
95 1, eStore },
115 || DRD_(bm_has_1)(bm1, i, eStore) != DRD_(bm_has_1)(bm2, i, eStore))
    [all...]
  /external/vulkan-validation-layers/demos/
cube.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.hpp     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]

Completed in 182 milliseconds