abc_bitnot       1236 lib/as3/expr.c     c = abc_bitnot(c);
abc_bitnot         24 lib/as3/opcodes.h code_t* abc_bitnot(code_t*prev);
abc_bitnot         25 lib/as3/opcodes.h #define bitnot(method) (method->code = abc_bitnot(method->code))