Searched refs:subtract (Results 1 – 4 of 4) sorted by relevance
108 void subtract(TKey key, LogBufferElement *element) { in subtract() function110 if ((it != map.end()) && it->second.subtract(element)) { in subtract()174 inline bool subtract(LogBufferElement *element) { in subtract() function215 inline bool subtract(LogBufferElement *element) { in subtract() function217 return EntryBase::subtract(element) && !dropped; in subtract()221 EntryBase::subtract(element); in drop()444 void subtract(LogBufferElement *entry);
99 void LogStatistics::subtract(LogBufferElement *element) { in subtract() function in LogStatistics112 uidTable[log_id].subtract(element->getUid(), element); in subtract()114 pidSystemTable[log_id].subtract(element->getPid(), element); in subtract()121 pidTable.subtract(element->getPid(), element); in subtract()122 tidTable.subtract(element->getTid(), element); in subtract()127 securityTagTable.subtract(tag, element); in subtract()129 tagTable.subtract(tag, element); in subtract()
224 stats.subtract(elem); in log()355 stats.subtract(element); in erase()
125 BigInteger N0inv = B.subtract(N.modInverse(B)); // -1 / N[0] mod 2^32 in printRSA()