Home
last modified time | relevance | path

Searched refs:_and (Results 1 – 22 of 22) 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() argument
50 !_and && _or == LWS_POLLOUT) { in _lws_change_pollfd()
115 ftp->_and = _and; in _lws_change_pollfd()
151 pa->fd, pfd->events, (pfd->events & ~_and) | _or); in _lws_change_pollfd()
153 pa->events = pfd->events = (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()
458 __lws_change_pollfd(struct lws *wsi, int _and, int _or) in __lws_change_pollfd() argument
479 ret = _lws_change_pollfd(wsi, _and, _or, &pa); in __lws_change_pollfd()
492 lws_change_pollfd(struct lws *wsi, int _and, int _or) in lws_change_pollfd() argument
[all …]
Dprivate-lib-core-net.h1035 lws_change_pollfd(struct lws *wsi, int _and, int _or);
1112 __lws_change_pollfd(struct lws *wsi, int _and, int _or);
1206 _lws_change_pollfd(struct lws *wsi, int _and, int _or, struct lws_pollargs *pa);
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp2432 _and(T3, T1, T2); in lowerAlloca()
2437 _and(T5, T4, AlignAmount); in lowerAlloca()
2486 _and(T_Lo, Src0LoR, Src1LoR); in lowerInt64Arithmetic()
2488 _and(T_Hi, Src0HiR, Src1HiR); in lowerInt64Arithmetic()
2823 _and(T, Src0R, Src1R); in lowerArithmetic()
4490 _and(TReg4, SrcE, TReg3); // Clear bits[15:8] of element in lowerInsertElement()
4499 _and(TReg4, SrcE, TReg3); // Clear bits[15:8] of element in lowerInsertElement()
4535 _and(Dest, Src0, Src1); in createArithInst()
4604 _and(T3, Base, T1); // Align the address in lowerIntrinsic()
4611 _and(Tdest, T6, SrcMask); in lowerIntrinsic()
[all …]
DIceTargetLoweringX8632.cpp302 _and(JumpTarget, Ctx->getConstantInt32(~(BundleSize - 1))); in lowerIndirectJump()
366 _and(CallTargetVar, Ctx->getConstantInt32(~(BundleSize - 1))); in emitCallToTarget()
DIceTargetLoweringX8664.cpp633 _and(T, Ctx->getConstantInt32(~(BundleSize - 1))); in lowerIndirectJump()
698 _and(T, Ctx->getConstantInt32(~(BundleSize - 1))); in emitCallToTarget()
784 _and(T_ecx, Ctx->getConstantInt32(~(BundleSize - 1))); in emitSandboxedReturn()
DIceTargetLoweringX86BaseImpl.h1209 _and(getPhysicalRegister(getStackReg(), Traits::WordType),
1536 _and(esp, Ctx->getConstantInt32(-Alignment));
1569 _and(T, Ctx->getConstantInt32(-Alignment));
2044 _and(T_Lo, Src1Lo);
2047 _and(T_Hi, Src1Hi);
2304 _and(T, Src1);
2536 _and(T, Ctx->getConstantInt(Ty, -(1 << LogDiv)));
3034 _and(T, Ctx->getConstantInt1(1));
3087 _and(T_2, Ctx->getConstantInt1(1));
3117 _and(T_2, Ctx->getConstantInt1(1));
[all …]
DIceTargetLoweringARM32.cpp2373 _and(T, Src0, Src1RF); in lowerInt1Arithmetic()
2614 _and(T_Lo, Src0LoR, Src1LoRF); in lowerInt64Arithmetic()
2616 _and(T_Hi, Src0HiR, Src1HiRF); in lowerInt64Arithmetic()
3265 _and(T, Src0R, Src1RF); in lowerArithmetic()
3994 _and(T_Lo, T_Lo, _1); in lowerCast()
4010 _and(T, T, _1); in lowerCast()
4037 _and(T, T, Ctx->getConstantInt1(1)); in lowerCast()
6624 _and(Reg, Reg, Mask); in alignRegisterPow2()
6784 _and(T_Lo, T_Lo, _1); in lowerInt1ForSelect()
DIceTargetLoweringMIPS32.h174 void _and(Variable *Dest, Variable *Src0, Variable *Src1) { in _and() function
DIceTargetLoweringARM32.h343 void _and(Variable *Dest, Variable *Src0, Operand *Src1,
DIceTargetLoweringX86Base.h543 void _and(Variable *Dest, Operand *Src0) { in _and() function
/external/skia/infra/bots/assets/
DREADME.md19 * [optional] create\_and\_upload.py: Convenience script which combines create.py with upload.py.
/external/skqp/infra/bots/assets/
DREADME.md19 * [optional] create\_and\_upload.py: Convenience script which combines create.py with upload.py.
/external/libwebsockets/lib/plat/unix/
Dunix-service.c173 __lws_change_pollfd(wsi, ftp->_and, in _lws_plat_service_tsi()
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dfneg-fabs.f16.ll10 ; GFX89-NOT: _and
26 ; GFX89-NOT: _and
/external/libwebsockets/lib/core/
Dprivate-lib-core.h241 int _and; member
/external/llvm-project/mlir/lib/Target/LLVMIR/
DModuleTranslation.cpp259 case LLVM::AtomicBinOp::_and: in getLLVMAtomicBinOp()
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMOps.td1104 def AtomicBinOpAnd : I64EnumAttrCase<"_and", 3>;
/external/llvm-project/mlir/test/Target/
Dllvmir.mlir1123 %5 = llvm.atomicrmw _and %i32_ptr, %i32 acq_rel : !llvm.i32
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.td5243 defm _and : xtype_imm_base< opc1, "&= ", OpNode, and, 0b010, minOp>;
5265 def _and : T_shift_reg_acc_r <opc1, "&= ", OpNode, and, 0b01, minOp>;
5274 def _and : T_shift_reg_acc_p <opc1, "&= ", OpNode, and, 0b010, minOp>;
/external/python/cpython2/Doc/reference/
Dexpressions.rst1307 .. _and:
/external/python/cpython3/Doc/reference/
Dexpressions.rst1609 .. _and:
/external/llvm-project/clang/docs/
DClangCommandLineReference.rst367 .. option:: -no\_dead\_strip\_inits\_and\_terms