Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c16683 #define OP_BitNot 114 /* same as TK_BITNOT, synopsis: r[P2]= ~r[P1] */ macro
95218 case OP_BitNot: { /* same as TK_BITNOT, in1, out2 */
113125 assert( TK_BITNOT==OP_BitNot ); testcase( op==TK_BITNOT );