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 181 CHECK( VG_IS_PAGE_ALIGNED(0x0) );
182 CHECK( ! VG_IS_PAGE_ALIGNED(0x1) );
183 CHECK( ! VG_IS_PAGE_ALIGNED(0x2) );
184 CHECK( ! VG_IS_PAGE_ALIGNED(0x3) );
185 CHECK( ! VG_IS_PAGE_ALIGNED(0x4) );
186 CHECK( ! VG_IS_PAGE_ALIGNED(VKI_PAGE_SIZE-1) );
187 CHECK( VG_IS_PAGE_ALIGNED(VKI_PAGE_SIZE ) );
188 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));
446 aspacem_assert(VG_IS_PAGE_ALIGNED(szB));
447 aspacem_assert(VG_IS_PAGE_ALIGNED(stack));
  /external/valgrind/coregrind/m_initimg/
initimg-linux.c 412 vg_assert(VG_IS_PAGE_ALIGNED(clstack_end+1));
530 vg_assert(VG_IS_PAGE_ALIGNED(anon_size));
531 vg_assert(VG_IS_PAGE_ALIGNED(resvn_size));
532 vg_assert(VG_IS_PAGE_ALIGNED(anon_start));
533 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));
535 vg_assert(VG_IS_PAGE_ALIGNED(anon_size));
536 vg_assert(VG_IS_PAGE_ALIGNED(resvn_size));
537 vg_assert(VG_IS_PAGE_ALIGNED(anon_start));
538 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 359 vg_assert(VG_IS_PAGE_ALIGNED(a));
375 vg_assert(VG_IS_PAGE_ALIGNED(a));
406 if (!VG_IS_PAGE_ALIGNED(arg1)) {
413 if (!VG_IS_PAGE_ALIGNED(arg6)) {
    [all...]
syswrap-generic.c 182 vg_assert(VG_IS_PAGE_ALIGNED(a));
198 vg_assert(VG_IS_PAGE_ALIGNED(a));
298 if (!VG_IS_PAGE_ALIGNED(old_addr))
337 vg_assert(VG_IS_PAGE_ALIGNED(old_len));
338 vg_assert(VG_IS_PAGE_ALIGNED(new_len));
339 vg_assert(VG_IS_PAGE_ALIGNED(old_addr));
389 if (!VG_IS_PAGE_ALIGNED(new_addr))
    [all...]
syswrap-solaris.c 457 vg_assert(VG_IS_PAGE_ALIGNED(seg->start));
458 vg_assert(VG_IS_PAGE_ALIGNED(seg->end + 1));
    [all...]
  /external/valgrind/include/
pub_tool_libcbase.h 191 #define VG_IS_PAGE_ALIGNED(aaa_p) (0 == (((Addr)(aaa_p)) & ((Addr)(VKI_PAGE_SIZE-1))))
  /external/valgrind/coregrind/m_ume/
macho.c 311 vg_assert(VG_IS_PAGE_ALIGNED(*stack_end));
325 vg_assert(VG_IS_PAGE_ALIGNED(*stack_end));
  /external/valgrind/massif/
ms_main.c     [all...]
  /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 624 milliseconds