Home
last modified time | relevance | path

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

/third_party/libxml2/fuzz/
Dxpath.dict69 op_and=" and 1"
/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp362 int op_and(int a, int b) { return a & b; } in op_and() function
390 { '&', AND, op_and },
/third_party/node/deps/npm/node_modules/jsbn/
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; }