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

  /external/valgrind/memcheck/
mc_leakcheck.c 680 return MC_(is_valid_aligned_word)(a);
682 return MC_(is_valid_aligned_word)(a)
683 && MC_(is_valid_aligned_word)(a + 4);
777 && MC_(is_valid_aligned_word)(ch->data + sizeof(SizeT))) {
780 && MC_(is_valid_aligned_word)(ch->data)) {
    [all...]
mc_include.h 485 Bool MC_(is_valid_aligned_word) ( Addr a );
mc_main.c 5522 Bool MC_(is_valid_aligned_word) ( Addr a ) function
    [all...]

Completed in 310 milliseconds