Home
last modified time | relevance | path

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

/external/v8/benchmarks/
Dcrypto.js932 function bnFlipBit(n) { return this.changeBit(n,op_xor); } function
1322 BigInteger.prototype.flipBit = bnFlipBit;