Searched refs:OSetGen_Size (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/main/memcheck/tests/
H A Dunit_oset.c98 vg_assert( 0 == VG_(OSetGen_Size)(oset) );
122 vg_assert( NN == VG_(OSetGen_Size)(oset) );
215 vg_assert( NN/2 == VG_(OSetGen_Size)(oset) );
240 vg_assert( 0 == VG_(OSetGen_Size)(oset) );
478 vg_assert( 0 == VG_(OSetGen_Size)(oset) );
504 vg_assert( NN == VG_(OSetGen_Size)(oset) );
555 vg_assert( NN/2 == VG_(OSetGen_Size)(oset) );
582 vg_assert( 0 == VG_(OSetGen_Size)(oset) );
/external/valgrind/main/include/
H A Dpub_tool_oset.h299 extern Word VG_(OSetGen_Size) ( const OSet* os );
/external/valgrind/main/drd/
H A Ddrd_clientobj.c74 tl_assert(VG_(OSetGen_Size)(s_clientobj_set) == 0);
/external/valgrind/main/memcheck/
H A Dmc_leakcheck.c1157 n_lossrecords = VG_(OSetGen_Size)(lr_table);
1328 tl_assert(VG_(OSetGen_Size)(lr_table) == n_lossrecords);
1486 n_lossrecords = VG_(OSetGen_Size)(lr_table);
1531 n_lossrecords = VG_(OSetGen_Size)(lr_table);
H A Dmc_main.c435 if (VG_(OSetGen_Size)(auxmap_L2) != 0)
962 n_nodes = VG_(OSetGen_Size)(secVBitTable);
963 n_survivors = VG_(OSetGen_Size)(secVBitTable2);
1025 if (secVBitLimit == VG_(OSetGen_Size)(secVBitTable)) {
1042 n_secVBit_nodes = VG_(OSetGen_Size)(secVBitTable);
5126 if (0 != VG_(OSetGen_Size)(secVBitTable))
/external/valgrind/main/coregrind/
H A Dm_oset.c73 // internally within this file (eg. we could implement OSetGen_Size() by
917 Word VG_(OSetGen_Size)(const AvlTree* t) function
925 return VG_(OSetGen_Size)(t);
/external/valgrind/main/cachegrind/
H A Dcg_main.c1740 VG_(OSetGen_Size)(stringTable));
1742 VG_(OSetGen_Size)(CC_table));
1744 VG_(OSetGen_Size)(instrInfoTable));
/external/valgrind/main/coregrind/m_debuginfo/
H A Dstorage.c1096 vg_assert(VG_(OSetGen_Size)( scope ) == 1);
1140 vg_assert(VG_(OSetGen_Size)( scope ) == 1);
H A Ddebuginfo.c3265 gs_size = VG_(OSetGen_Size)( global_scope );

Completed in 369 milliseconds