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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dtorrent.cc378 const bool has_a = getSeedRatio( a ); local
380 if( !has_a && !has_b ) return 0;
381 if( !has_a || !has_b ) return has_a ? -1 : 1;

Completed in 51 milliseconds