Home
last modified time | relevance | path

Searched refs:BITOP_NOT (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dbitops.c398 #define BITOP_NOT 3 macro
610 op = BITOP_NOT; in bitopCommand()
617 if (op == BITOP_NOT && c->argc != 4) { in bitopCommand()
717 } else if (op == BITOP_NOT) { in bitopCommand()
734 if (op == BITOP_NOT) output = ~output; in bitopCommand()