Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c15306 #define OP_BitNot 113 /* same as TK_BITNOT, synopsis: r[P2]= ~r[P1] */ macro
89134 case OP_BitNot: { /* same as TK_BITNOT, in1, out2 */
105921 assert( TK_BITNOT==OP_BitNot ); testcase( op==TK_BITNOT );