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

  /external/valgrind/main/helgrind/
libhb_core.c 798 UWord smoff = shmem__get_SecMap_offset(tag); local
799 /* since smoff is derived from a valid tag, it should be
801 tl_assert(0 == (smoff & (N_LINE_ARANGE - 1)));
802 zix = smoff >> N_LINE_BITS;
833 UWord smoff = shmem__get_SecMap_offset(tag); local
834 /* since smoff is derived from a valid tag, it should be
836 tl_assert(0 == (smoff & (N_LINE_ARANGE - 1)));
837 zix = smoff >> N_LINE_BITS;
    [all...]

Completed in 187 milliseconds