Home
last modified time | relevance | path

Searched refs:_and (Results 1 – 16 of 16) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Dpollfd.c28 _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()
113 ftp->_and = _and; 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()
170 if (_and & LWS_POLLIN) in _lws_change_pollfd()
178 if (_and & LWS_POLLOUT) in _lws_change_pollfd()
473 __lws_change_pollfd(struct lws *wsi, int _and, int _or) in __lws_change_pollfd() argument
494 ret = _lws_change_pollfd(wsi, _and, _or, &pa); in __lws_change_pollfd()
507 lws_change_pollfd(struct lws *wsi, int _and, int _or) in lws_change_pollfd() argument
[all …]
Dprivate-lib-core-net.h1083 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/infra/bots/assets/
DREADME.md17 * [optional] create\_and\_upload.py: User-implemented convenience script which wraps `sk asset upl…
/third_party/flutter/skia/infra/bots/assets/
DREADME.md19 * [optional] create\_and\_upload.py: Convenience script which combines create.py with upload.py.
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp2402 _and(T3, T1, T2); in lowerAlloca()
2407 _and(T5, T4, AlignAmount); in lowerAlloca()
2453 _and(T_Lo, Src0LoR, Src1LoR); in lowerInt64Arithmetic()
2455 _and(T_Hi, Src0HiR, Src1HiR); in lowerInt64Arithmetic()
2790 _and(T, Src0R, Src1R); in lowerArithmetic()
4456 _and(TReg4, SrcE, TReg3); // Clear bits[15:8] of element in lowerInsertElement()
4465 _and(TReg4, SrcE, TReg3); // Clear bits[15:8] of element in lowerInsertElement()
4501 _and(Dest, Src0, Src1); in createArithInst()
4570 _and(T3, Base, T1); // Align the address in lowerIntrinsic()
4577 _and(Tdest, T6, SrcMask); in lowerIntrinsic()
[all …]
DIceTargetLoweringX8632.cpp1016 _and(getPhysicalRegister(getStackReg(), WordType), in addProlog()
1312 _and(esp, Ctx->getConstantInt32(-Alignment)); in lowerAlloca()
1338 _and(T, Ctx->getConstantInt32(-Alignment)); in lowerAlloca()
1798 _and(T_Lo, Src1Lo); in lowerArithmetic()
1801 _and(T_Hi, Src1Hi); in lowerArithmetic()
2057 _and(T, Src1); in lowerArithmetic()
2277 _and(T, Ctx->getConstantInt(Ty, -(1 << LogDiv))); in lowerArithmetic()
2745 _and(T, Ctx->getConstantInt1(1)); in lowerCast()
2794 _and(T_2, Ctx->getConstantInt1(1)); in lowerCast()
2819 _and(T_2, Ctx->getConstantInt1(1)); in lowerCast()
[all …]
DIceTargetLoweringX8664.cpp1222 _and(esp, Ctx->getConstantInt32(-Alignment)); in lowerAlloca()
1254 _and(T, Ctx->getConstantInt32(-Alignment)); in lowerAlloca()
1857 _and(T, Src1); in lowerArithmetic()
2089 _and(T, Ctx->getConstantInt(Ty, -(1 << LogDiv))); in lowerArithmetic()
2491 _and(T, Ctx->getConstantInt1(1)); in lowerCast()
2540 _and(T_2, Ctx->getConstantInt1(1)); in lowerCast()
2569 _and(T_2, Ctx->getConstantInt1(1)); in lowerCast()
3805 _and(T_2, Ctx->getConstantInt1(1)); in lowerIntrinsic()
3975 Op_Lo = &TargetX8664::_and; in lowerAtomicRMW()
3976 Op_Hi = &TargetX8664::_and; in lowerAtomicRMW()
DIceTargetLoweringARM32.cpp2189 _and(T, Src0, Src1RF); in lowerInt1Arithmetic()
2430 _and(T_Lo, Src0LoR, Src1LoRF); in lowerInt64Arithmetic()
2432 _and(T_Hi, Src0HiR, Src1HiRF); in lowerInt64Arithmetic()
3081 _and(T, Src0R, Src1RF); in lowerArithmetic()
3809 _and(T_Lo, T_Lo, _1); in lowerCast()
3825 _and(T, T, _1); in lowerCast()
3852 _and(T, T, Ctx->getConstantInt1(1)); in lowerCast()
6346 _and(Reg, Reg, Mask); in alignRegisterPow2()
6506 _and(T_Lo, T_Lo, _1); in lowerInt1ForSelect()
DIceTargetLoweringMIPS32.h174 void _and(Variable *Dest, Variable *Src0, Variable *Src1) { in _and() function
DIceTargetLoweringX8632.h463 void _and(Variable *Dest, Operand *Src0) { in _and() function
DIceTargetLoweringX8664.h459 void _and(Variable *Dest, Operand *Src0) { in _and() function
DIceTargetLoweringARM32.h342 void _and(Variable *Dest, Variable *Src0, Operand *Src1,
/third_party/libwebsockets/lib/plat/unix/
Dunix-service.c185 __lws_change_pollfd(wsi, ftp->_and, in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h332 int _and; member
/third_party/python/Doc/reference/
Dexpressions.rst1646 .. _and:
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp81275 static nsIAtom* _and; member in nsGkAtoms