Lines Matching refs:op_and
834 function op_and(x,y) { return x&y; }835 function bnAnd(a) { var r = nbi(); this.bitwiseTo(a,op_and,r); return r; }