HomeSort by: relevance | last modified time | path
    Searched refs:agree (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/infocmp/
infocmp.c 510 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 = absent = data = 0
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp.conf.def 586 agree on the key and key identifier to
2374 particular clock to agree with an external standard, such as a
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenRegisters.cpp 1361 // 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 39 milliseconds