Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/jsbn/
Dindex.js732 function op_andnot(x,y) { return x&~y; } function
733 function bnAndNot(a) { var r = nbi(); this.bitwiseTo(a,op_andnot,r); return r; }
810 function bnClearBit(n) { return this.changeBit(n,op_andnot); }