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

/netbsd-current/usr.bin/infocmp/
H A Dinfocmp.c510 size_t i, j, agree, absent, data; local
523 agree = absent = data = 0;
531 agree++;
536 if (agree > 0 && agree + absent == nuse)
543 agree = absent = data = 0;
551 agree++;
556 if (agree > 0 && agree + absent == nuse)
563 agree
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1361 // Check if the two maps agree on the intersection of their domains.
1362 auto agree = [] (const RegMap &Map1, const RegMap &Map2) { local
1416 agree(compose(Idx1, Idx2), SubRegAction.at(Idx3)))

Completed in 200 milliseconds