Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c12582 #define OP_BitNot 54 /* same as TK_BITNOT, synopsis: r[P1]= ~r[P1] */ macro
79406 case OP_BitNot: { /* same as TK_BITNOT, in1, out2 */
92362 assert( TK_BITNOT==OP_BitNot ); testcase( op==TK_BITNOT );

Completed in 466 milliseconds