| 77 | } |
| 78 | |
| 79 | forceinline unsigned int |
| 80 | SearchTracer::EngineInfo::efst(void) const { |
| 81 | assert((type() == EngineType::RBS) || (type() == EngineType::PBS)); |
| 82 | return _fst; |
| 83 | } |
| 84 | |
| 85 | forceinline unsigned int |
| 86 | SearchTracer::EngineInfo::elst(void) const { |