Searched refs:rhs (Results 1 – 9 of 9) sorted by relevance
163 db_expr_t lhs, rhs; in db_mult_expr() local181 lhs *= rhs; in db_mult_expr()184 lhs &= rhs; in db_mult_expr()192 lhs /= rhs; in db_mult_expr()194 lhs %= rhs; in db_mult_expr()208 db_expr_t lhs, rhs; in db_add_expr() local224 lhs += rhs; in db_add_expr()227 lhs -= rhs; in db_add_expr()230 lhs |= rhs; in db_add_expr()258 if (rhs < 0) { in db_shift_expr()[all …]
82 virtual int HashCmp(HashKey* rhs){ in HashCmp() argument83 return this->_session_id - (int)rhs->HashValue(); in HashCmp()
72 inline int HeapValueCmp(HeapEntry* rhs) { in HeapValueCmp() argument73 if (this->HeapValue() == rhs->HeapValue()) { in HeapValueCmp()75 } else if (this->HeapValue() > rhs->HeapValue()) { in HeapValueCmp()
175 virtual int HashCmp(HashKey* rhs){ in HashCmp() argument176 return this->_max_buf_size - (int)rhs->HashValue(); in HashCmp()
241 virtual int HashCmp(HashKey* rhs){ in HashCmp() argument242 TcpKeepKey* data = dynamic_cast<TcpKeepKey*>(rhs); in HashCmp()
133 virtual int HashCmp(HashKey* rhs); 414 virtual int HashCmp(HashKey* rhs) { in HashCmp() argument415 CDestLinks* data = (CDestLinks*)(rhs); in HashCmp()
52 virtual int HashCmp(HashKey* rhs) = 0;
598 int32_t CNetHandler::HashCmp(HashKey* rhs) in HashCmp() argument600 CNetHandler* data = (CNetHandler*)(rhs); in HashCmp()
252 U32 const rhs = *(U32 const *)rp; in COVER_cmp() local253 return memcmp(ctx->samples + lhs, ctx->samples + rhs, ctx->d); in COVER_cmp()261 U64 const rhs = MEM_readLE64(ctx->samples + *(U32 const *)rp) & mask; in COVER_cmp8() local262 if (lhs < rhs) { in COVER_cmp8()265 return (lhs > rhs); in COVER_cmp8()