Searched refs:ULong_width (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/callgrind/
H A Dmain.c1759 static UInt ULong_width(ULong n) function
1913 l1 = ULong_width( total[fullOffset(EG_IR)] );
1916 l2 = ULong_width( total[fullOffset(EG_DR)] );
1917 l3 = ULong_width( total[fullOffset(EG_DW)] );
1920 int l2b = ULong_width( total[fullOffset(EG_BC)] );
1921 int l3b = ULong_width( total[fullOffset(EG_BI)] );
/external/valgrind/cachegrind/
H A Dcg_main.c1551 static UInt ULong_width(ULong n) function
1582 l1 = ULong_width(Ir_total.a);
1583 l2 = ULong_width(CG_MAX(Dr_total.a, Bc_total.b));
1584 l3 = ULong_width(CG_MAX(Dw_total.a, Bi_total.b));

Completed in 55 milliseconds