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

/external/valgrind/main/memcheck/tests/
H A Dunit_oset.c97 vg_assert( 0 == VG_(OSetGen_Size)(oset) );
120 vg_assert( NN == VG_(OSetGen_Size)(oset) );
168 vg_assert( NN/2 == VG_(OSetGen_Size)(oset) );
193 vg_assert( 0 == VG_(OSetGen_Size)(oset) );
428 vg_assert( 0 == VG_(OSetGen_Size)(oset) );
454 vg_assert( NN == VG_(OSetGen_Size)(oset) );
505 vg_assert( NN/2 == VG_(OSetGen_Size)(oset) );
532 vg_assert( 0 == VG_(OSetGen_Size)(oset) );
/external/valgrind/main/include/
H A Dpub_tool_oset.h293 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.c884 n_lossrecords = VG_(OSetGen_Size)(lr_table);
1045 tl_assert(VG_(OSetGen_Size)(lr_table) == n_lossrecords);
1178 n_lossrecords = VG_(OSetGen_Size)(lr_table);
1222 n_lossrecords = VG_(OSetGen_Size)(lr_table);
H A Dmc_main.c434 if (VG_(OSetGen_Size)(auxmap_L2) != 0)
961 n_nodes = VG_(OSetGen_Size)(secVBitTable);
962 n_survivors = VG_(OSetGen_Size)(secVBitTable2);
1024 if (secVBitLimit == VG_(OSetGen_Size)(secVBitTable)) {
1041 n_secVBit_nodes = VG_(OSetGen_Size)(secVBitTable);
4778 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
926 Word VG_(OSetGen_Size)(const AvlTree* t) function
934 return VG_(OSetGen_Size)(t);
/external/valgrind/main/cachegrind/
H A Dcg_main.c1610 VG_(OSetGen_Size)(stringTable));
1612 VG_(OSetGen_Size)(CC_table));
1614 VG_(OSetGen_Size)(instrInfoTable));
/external/valgrind/main/coregrind/m_debuginfo/
H A Dstorage.c1041 vg_assert(VG_(OSetGen_Size)( scope ) == 1);
1085 vg_assert(VG_(OSetGen_Size)( scope ) == 1);
H A Ddebuginfo.c3210 gs_size = VG_(OSetGen_Size)( global_scope );

Completed in 280 milliseconds