Home
last modified time | relevance | path

Searched refs:op_and (Results 1 - 2 of 2) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPp.cpp362 int op_and(int a, int b) { return a & b; } in op_and() function
388 { '&', AND, op_and },
/third_party/node/deps/npm/node_modules/jsbn/
H A Dindex.js720 function op_and(x,y) { return x&y; } function
721 function bnAnd(a) { var r = nbi(); this.bitwiseTo(a,op_and,r); return r; }

Completed in 5 milliseconds