Searched refs:op_xor (Results 1 – 3 of 3) sorted by relevance
343 int op_xor(int a, int b) { return a ^ b; } in op_xor() function371 { '^', XOR, op_xor },
842 function op_xor(x,y) { return x^y; } function843 function bnXor(a) { var r = nbi(); this.bitwiseTo(a,op_xor,r); return r; }932 function bnFlipBit(n) { return this.changeBit(n,op_xor); }
106 spam2(op_xor , PyNumber_Xor) in spami()