/third_party/libwebsockets/lib/core-net/ |
H A D | pollfd.c | 28 _lws_change_pollfd(struct lws *wsi, int _and, int _or, struct lws_pollargs *pa) in _lws_change_pollfd() argument 49 !_and && _or == LWS_POLLOUT) { in _lws_change_pollfd() 114 ftp->_or = _or; in _lws_change_pollfd() 145 _or |= LWS_POLLHUP; in _lws_change_pollfd() 151 (pfd->events & ~_and) | _or); in _lws_change_pollfd() 153 pa->events = pfd->events = (short)((pfd->events & ~_and) | _or); in _lws_change_pollfd() 174 if (_or & LWS_POLLIN) in _lws_change_pollfd() 182 if (_or & LWS_POLLOUT) in _lws_change_pollfd() 473 __lws_change_pollfd(struct lws *wsi, int _and, int _or) in __lws_change_pollfd() argument 507 lws_change_pollfd(struct lws *wsi, int _and, int _or) lws_change_pollfd() argument [all...] |
H A D | private-lib-core-net.h | 1083 lws_change_pollfd(struct lws *wsi, int _and, int _or); 1167 __lws_change_pollfd(struct lws *wsi, int _and, int _or); 1264 _lws_change_pollfd(struct lws *wsi, int _and, int _or, struct lws_pollargs *pa);
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringMIPS32.cpp | 2480 _or(T_Lo, Src0LoR, Src1LoR); in lowerInt64Arithmetic() 2482 _or(T_Hi, Src0HiR, Src1HiR); in lowerInt64Arithmetic() 2544 _or(T_Hi, T1, T2); in lowerInt64Arithmetic() 2566 _or(T_Hi, T1, T4); in lowerInt64Arithmetic() 2597 _or(T_Lo, T1, T2); in lowerInt64Arithmetic() 2619 _or(T_Lo, T1, T4); in lowerInt64Arithmetic() 2651 _or(T_Lo, T1, T2); in lowerInt64Arithmetic() 2673 _or(T_Lo, T1, T4); in lowerInt64Arithmetic() 2798 _or(T, Src0R, Src1R); in lowerArithmetic() 3127 _or(T in lowerBr() [all...] |
H A D | IceTargetLoweringX8632.cpp | 1806 _or(T_Lo, Src1Lo); in lowerArithmetic() 1809 _or(T_Hi, Src1Hi); in lowerArithmetic() 2062 _or(T, Src1); in lowerArithmetic() 3462 _or(Temp, Src0LoRM); in lowerIcmp64() 3471 _or(Temp, Src0LoRM); in lowerIcmp64() 3620 _or(T, Src1); in lowerArithAndConsumer() 4468 Op_Lo = &TargetX8632::_or; in lowerAtomicRMW() 4469 Op_Hi = &TargetX8632::_or; in lowerAtomicRMW()
|
H A D | IceTargetLoweringMIPS32.h | 488 void _or(Variable *Dest, Variable *Src0, Variable *Src1) { in _or() function in Ice::MIPS32::TargetMIPS32
|
H A D | IceTargetLoweringX8664.cpp | 1862 _or(T, Src1); in lowerArithmetic() 3176 _or(T, Src1); in lowerArithAndConsumer() 3970 Op_Lo = &TargetX8664::_or; in lowerAtomicRMW() 3971 Op_Hi = &TargetX8664::_or; in lowerAtomicRMW()
|
H A D | IceTargetLoweringX8632.h | 624 void _or(Variable *Dest, Operand *Src0) {
|
H A D | IceTargetLoweringX8664.h | 618 void _or(Variable *Dest, Operand *Src0) {
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-service.c | 186 ftp->_or); in _lws_plat_service_tsi()
|
/third_party/libwebsockets/lib/core/ |
H A D | private-lib-core.h | 339 int _or; member
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |