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

  /external/valgrind/memcheck/tests/
unit_libcbase.c 184 CHECK( VG_IS_PAGE_ALIGNED(0x0) );
185 CHECK( ! VG_IS_PAGE_ALIGNED(0x1) );
186 CHECK( ! VG_IS_PAGE_ALIGNED(0x2) );
187 CHECK( ! VG_IS_PAGE_ALIGNED(0x3) );
188 CHECK( ! VG_IS_PAGE_ALIGNED(0x4) );
189 CHECK( ! VG_IS_PAGE_ALIGNED(VKI_PAGE_SIZE-1) );
190 CHECK( VG_IS_PAGE_ALIGNED(VKI_PAGE_SIZE ) );
191 CHECK( ! VG_IS_PAGE_ALIGNED(VKI_PAGE_SIZE+1) );
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c 615 if (!VG_IS_PAGE_ALIGNED(s->start)) return False;
616 if (!VG_IS_PAGE_ALIGNED(s->end+1)) return False;
    [all...]
aspacemgr-common.c 147 aspacem_assert(VG_IS_PAGE_ALIGNED(offset));
439 aspacem_assert(VG_IS_PAGE_ALIGNED(szB));
440 aspacem_assert(VG_IS_PAGE_ALIGNED(stack));
  /external/valgrind/coregrind/m_initimg/
initimg-linux.c 411 vg_assert(VG_IS_PAGE_ALIGNED(clstack_end+1));
529 vg_assert(VG_IS_PAGE_ALIGNED(anon_size));
530 vg_assert(VG_IS_PAGE_ALIGNED(resvn_size));
531 vg_assert(VG_IS_PAGE_ALIGNED(anon_start));
532 vg_assert(VG_IS_PAGE_ALIGNED(resvn_start));
853 vg_assert(VG_IS_PAGE_ALIGNED(anon_size));
854 vg_assert(VG_IS_PAGE_ALIGNED(resvn_size));
855 vg_assert(VG_IS_PAGE_ALIGNED(anon_start));
856 vg_assert(VG_IS_PAGE_ALIGNED(resvn_start));
    [all...]
initimg-solaris.c 397 vg_assert(VG_IS_PAGE_ALIGNED(clstack_end + 1));
536 vg_assert(VG_IS_PAGE_ALIGNED(anon_size));
537 vg_assert(VG_IS_PAGE_ALIGNED(resvn_size));
538 vg_assert(VG_IS_PAGE_ALIGNED(anon_start));
539 vg_assert(VG_IS_PAGE_ALIGNED(resvn_start));
    [all...]
initimg-darwin.c 330 vg_assert(VG_IS_PAGE_ALIGNED(clstack_end+1));
  /external/valgrind/coregrind/m_syswrap/
syswrap-mips32-linux.c 243 vg_assert(VG_IS_PAGE_ALIGNED(a));
259 vg_assert(VG_IS_PAGE_ALIGNED(a));
290 if (!VG_IS_PAGE_ALIGNED(arg1)) {
297 if (!VG_IS_PAGE_ALIGNED(arg6)) {
    [all...]
syswrap-generic.c 185 vg_assert(VG_IS_PAGE_ALIGNED(a));
201 vg_assert(VG_IS_PAGE_ALIGNED(a));
301 if (!VG_IS_PAGE_ALIGNED(old_addr))
340 vg_assert(VG_IS_PAGE_ALIGNED(old_len));
341 vg_assert(VG_IS_PAGE_ALIGNED(new_len));
342 vg_assert(VG_IS_PAGE_ALIGNED(old_addr));
392 if (!VG_IS_PAGE_ALIGNED(new_addr))
    [all...]
syswrap-solaris.c 458 vg_assert(VG_IS_PAGE_ALIGNED(seg->start));
459 vg_assert(VG_IS_PAGE_ALIGNED(seg->end + 1));
    [all...]
  /external/valgrind/include/
pub_tool_libcbase.h 197 #define VG_IS_PAGE_ALIGNED(aaa_p) (0 == (((Addr)(aaa_p)) & ((Addr)(VKI_PAGE_SIZE-1))))
  /external/valgrind/massif/
ms_main.c     [all...]
  /external/valgrind/coregrind/m_ume/
macho.c 314 vg_assert(VG_IS_PAGE_ALIGNED(out_info->stack_end));
328 vg_assert(VG_IS_PAGE_ALIGNED(out_info->stack_end));
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 671 vg_assert(VG_IS_PAGE_ALIGNED(clstack_end+1));
672 vg_assert(VG_IS_PAGE_ALIGNED(clstack_size));
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readelf.c     [all...]

Completed in 410 milliseconds