Searched refs:uo (Results 1 - 9 of 9) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | c11-atomic.c | 7 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 D | Main.cpp | 1484 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 D | libwebsockets.hxx | 83 #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 D | Scalarizer.cpp | 132 UnarySplitter(UnaryOperator &uo) : UO(uo) {} in UnarySplitter()
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | colorspacedsp.asm | 88 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 D | constants-aarch64.h | 284 uo, // Unordered comparison. enumerator
|
H A D | logic-aarch64.cc | 5142 case uo: 5152 // Only `uo` and `ne` can be true for unordered comparisons. 5153 VIXL_ASSERT((cond == uo) || (cond == ne));
|
H A D | simulator-aarch64.cc | 10375 fcmp(vform, result, zn, zm, uo); in Simulator()
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-sve-aarch64.cc | 17730 case uo: 17805 if (cond != uo) { 17856 if (cond != uo) { 17896 TestFpCompareHelper(config, lane_size, uo, zn, zm, pd_fcm_uo);
|
Completed in 60 milliseconds