Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c8382 #define OP_BitNot 93 /* same as TK_BITNOT */ macro
65549 case OP_BitNot: { /* same as TK_BITNOT, in1, out2 */
75510 assert( TK_BITNOT==OP_BitNot );
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c15403 #define OP_BitNot 112 /* same as TK_BITNOT, synopsis: r[P2]= ~r[P1] */ macro
87540 case OP_BitNot: { /* same as TK_BITNOT, in1, out2 */
103565 assert( TK_BITNOT==OP_BitNot ); testcase( op==TK_BITNOT );