HomeSort by relevance Sort by last modified time
    Searched full:make_undef (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/memcheck/tests/
cond_ld_st.c 33 static void make_undef ( void* addr, size_t len ) function
240 make_undef(&c_Cond_U1, sizeof(c_Cond_U1));
241 make_undef(&c_Cond_U0, sizeof(c_Cond_U0));
251 make_undef(c_Addr_DV, 4);
252 make_undef(c_Addr_DI, 4);
260 make_undef(&c_Addr_UV, sizeof(c_Addr_UV));
261 make_undef(&c_Addr_UI, sizeof(c_Addr_UI));
266 make_undef(&c_Alt_Ub, sizeof(c_Alt_Ub));
  /external/valgrind/main/memcheck/tests/common/
sh-mem-vec128.tmpl.c 89 static inline U1 make_undef ( U1 x ) function
179 case 1: block[j] = make_undef(block[j]); break;

Completed in 1025 milliseconds