Home
last modified time | relevance | path

Searched refs:uo (Results 1 - 9 of 9) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dc11-atomic.c7 int uo; variable
12 void f03(typeof(&uo) dst) { } /* check-should-fail */
16 qo = uo; /* check-should-pass */ in foo()
17 uo = qo; /* check-should-pass */ in foo()
23 int uo; in ref() local
28 pqo = &uo; /* check-should-pass */ in ref()
31 puo = &uo; /* check-should-pass */ in ref()
43 pqo = &uo; /* check-should-fail */ in bar()
46 puo = &uo; /* check-should-pass */ in bar()
55 typeof(&uo) pu in baz()
[all...]
/third_party/lzma/CPP/7zip/UI/Console/
H A DMain.cpp1484 CUpdateOptions &uo = options.UpdateOptions;
1485 if (uo.SfxMode && uo.SfxModule.IsEmpty())
1486 uo.SfxModule = kDefaultSfxModule;
1511 callback.StdOutMode = uo.StdOutMode;
1519 if (!uo.Init(codecs, types, options.ArchiveName))
1526 uo,
1542 const CHashOptions &uo = options.HashOptions;
1554 options.Censor, uo,
/third_party/libwebsockets/include/
H A Dlibwebsockets.hxx83 #define userobj_to_lss(uo) ((lss *)(((lssPriv *)userobj)->m_plss))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp132 UnarySplitter(UnaryOperator &uo) : UO(uo) {} in UnarySplitter()
/third_party/ffmpeg/libavfilter/x86/
H A Dcolorspacedsp.asm88 yo, yos, yi, yis, w, h, c, yoff, ui, vi, uo, vo
127 DEFINE_ARGS yo, yos, yi, yis, ui, vi, uo, vo, uis, vis, uos, vos, x, tmp
/third_party/vixl/src/aarch64/
H A Dconstants-aarch64.h284 uo, // Unordered comparison. enumerator
H A Dlogic-aarch64.cc5142 case uo:
5152 // Only `uo` and `ne` can be true for unordered comparisons.
5153 VIXL_ASSERT((cond == uo) || (cond == ne));
H A Dsimulator-aarch64.cc10375 fcmp(vform, result, zn, zm, uo); in Simulator()
/third_party/vixl/test/aarch64/
H A Dtest-assembler-sve-aarch64.cc17730 case uo:
17805 if (cond != uo) {
17856 if (cond != uo) {
17896 TestFpCompareHelper(config, lane_size, uo, zn, zm, pd_fcm_uo);

Completed in 63 milliseconds