Searched refs:is_plausible_ECU (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_execontext.h108 static inline Bool VG_(is_plausible_ECU)( UInt ecu ) { function
/external/valgrind/main/coregrind/
H A Dm_execontext.c430 vg_assert(VG_(is_plausible_ECU)(ec_next_ecu));
474 vg_assert(VG_(is_plausible_ECU)(e->ecu));
487 vg_assert(VG_(is_plausible_ECU)(ecu));
H A Dm_translate.c210 vg_assert(VG_(is_plausible_ECU)(ecu));
/external/valgrind/main/memcheck/
H A Dmc_malloc_wrappers.c400 tl_assert(VG_(is_plausible_ECU)(ecu));
609 tl_assert(VG_(is_plausible_ECU)(ecu));
H A Dmc_main.c1819 tl_assert(VG_(is_plausible_ECU)(ecu));
2005 one of the upper 30 bits nonzero (see VG_(is_plausible_ECU))
3463 tl_assert(VG_(is_plausible_ECU)(zero_ecu));
3499 tl_assert(VG_(is_plausible_ECU)(ecu));
3524 tl_assert(VG_(is_plausible_ECU)(ecu));
5741 if (VG_(is_plausible_ECU)(ecu)) {
H A Dmc_errors.c1019 if (VG_(is_plausible_ECU)(ecu)) {

Completed in 548 milliseconds