Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c9203 #define OP_BitNot 96 /* same as TK_BITNOT, synopsis: r[P1]= ~r[P1] */ macro
68620 case OP_BitNot: { /* same as TK_BITNOT, in1, out2 */
79082 assert( TK_BITNOT==OP_BitNot );