Home
last modified time | relevance | path

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

/aosp_15_r20/external/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, _or, &pa); in __lws_change_pollfd()
507 lws_change_pollfd(struct lws *wsi, int _and, int _or) in 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);
/aosp_15_r20/external/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(Tdest, T6, SrcMask); 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_2, Ctx->getConstantInt1(1)); 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()
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); 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()
H A DIceTargetLoweringMIPS32.h174 void _and(Variable *Dest, Variable *Src0, Variable *Src1) { in _and() function
H A DIceTargetLoweringX8632.h463 void _and(Variable *Dest, Operand *Src0) { in _and() function
H A DIceTargetLoweringX8664.h459 void _and(Variable *Dest, Operand *Src0) { in _and() function
H A DIceTargetLoweringARM32.h342 void _and(Variable *Dest, Variable *Src0, Operand *Src1,
/aosp_15_r20/build/bazel/utils/
H A Dconfig_setting_boolean_algebra.bzl38 def _and(name, match_all):
124 _and(name, operand_names)
/aosp_15_r20/external/skia/infra/bots/assets/
H A DREADME.md17 * [optional] create\_and\_upload.py: User-implemented convenience script which wraps `sk asset upl…
/aosp_15_r20/external/libwebsockets/lib/plat/unix/
H A Dunix-service.c185 __lws_change_pollfd(wsi, ftp->_and, in _lws_plat_service_tsi()
/aosp_15_r20/external/libwebsockets/lib/core/
H A Dprivate-lib-core.h332 int _and; member
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_class_type.py865 def _and(): # noqa: E306 function
897 _and,
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A 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>;
/aosp_15_r20/external/python/cpython2/Doc/reference/
Dexpressions.rst1307 .. _and:
/aosp_15_r20/external/python/cpython3/Doc/reference/
Dexpressions.rst1688 .. _and:
/aosp_15_r20/prebuilts/go/linux-x86/src/testdata/
DIsaac.Newton-Opticks.txt77 on this Occasion made it publick, prefixing to it an_ Introduction, _and
4223 _and_ IV. _and Part_ II. _Sect._ II.
6374 its_ Fits of easy Reflexion, _and those of its disposition to be
6375 transmitted its_ Fits of easy Transmission, _and the space it passes
/aosp_15_r20/prebuilts/go/linux-x86/src/compress/bzip2/testdata/
DIsaac.Newton-Opticks.txt.bz2 ... made it publick, prefixing to it an_ Introduction, _and 78subjoining a_ Scholium _concerning that Method. And I ...
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp2020 IUB(_subgroup_##ext##_intrinsic, ir_intrinsic_##group##_and), NULL); \ in create_intrinsics()
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...