Home
last modified time | relevance | path

Searched refs:_and (Results 1 - 13 of 13) sorted by relevance

/third_party/libwebsockets/lib/core-net/
H A 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, _o in __lws_change_pollfd()
507 lws_change_pollfd(struct lws *wsi, int _and, int _or) lws_change_pollfd() argument
[all...]
H A 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/third_party/externals/swiftshader/third_party/subzero/src/
H A 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(Tdes in lowerIntrinsic()
[all...]
H A 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_ in lowerCast()
[all...]
H A 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()
[all...]
H A 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);
3809 _and(T_Lo, T_Lo, _1);
3825 _and(T, T, _1);
3852 _and(T, T, Ctx->getConstantInt1(1));
6346 _and(Reg, Reg, Mask);
6506 _and(T_Lo, T_Lo, _1);
H A DIceTargetLoweringMIPS32.h174 void _and(Variable *Dest, Variable *Src0, Variable *Src1) { in _and() function in Ice::MIPS32::TargetMIPS32
H A DIceTargetLoweringARM32.h342 void _and(Variable *Dest, Variable *Src0, Operand *Src1, in _and() function
H A DIceTargetLoweringX8632.h463 void _and(Variable *Dest, Operand *Src0) {
H A DIceTargetLoweringX8664.h459 void _and(Variable *Dest, Operand *Src0) {
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-service.c185 __lws_change_pollfd(wsi, ftp->_and, in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/core/
H A Dprivate-lib-core.h338 int _and; member
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 91 milliseconds