Searched defs:op_and (Results 1 - 5 of 5) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
H A D | Pp.cpp | 362 int op_and(int a, int b) { return a & b; } in op_and() function
|
/kernel/linux/linux-5.10/scripts/ |
H A D | unifdef.c | 773 static Linetype op_and(int *p, Linetype at, int a, Linetype bt, int b) { in op_and() function
|
/kernel/linux/linux-6.6/scripts/ |
H A D | unifdef.c | 773 static Linetype op_and(int *p, Linetype at, int a, Linetype bt, int b) { in op_and() function
|
/third_party/node/deps/npm/node_modules/jsbn/ |
H A D | index.js | 720 function op_and(x,y) { return x&y; } function
|
/kernel/linux/linux-5.10/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 1102 u8 op_and[0x1]; member
|
Completed in 33 milliseconds