Home
last modified time | relevance | path

Searched defs:_and (Results 1 – 6 of 6) sorted by relevance

/external/libwebsockets/lib/core-net/
Dpollfd.c28 _lws_change_pollfd(struct lws *wsi, int _and, int _or, struct lws_pollargs *pa) in _lws_change_pollfd()
473 __lws_change_pollfd(struct lws *wsi, int _and, int _or) in __lws_change_pollfd()
507 lws_change_pollfd(struct lws *wsi, int _and, int _or) in lws_change_pollfd()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8632.h463 void _and(Variable *Dest, Operand *Src0) { in _and() function
DIceTargetLoweringX8664.h459 void _and(Variable *Dest, Operand *Src0) { in _and() function
DIceTargetLoweringMIPS32.h174 void _and(Variable *Dest, Variable *Src0, Variable *Src1) { in _and() function
/external/libwebsockets/lib/core/
Dprivate-lib-core.h332 int _and; member
/external/pytorch/test/jit/
Dtest_class_type.py865 def _and(): # noqa: E306 function