Searched refs:mo (Results 26 - 50 of 95) sorted by relevance

1234

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_clang_other.h26 const volatile T *a, memory_order mo) {
27 DCHECK(mo & (memory_order_relaxed | memory_order_consume
34 if (mo == memory_order_relaxed) {
36 } else if (mo == memory_order_consume) {
42 } else if (mo == memory_order_acquire) {
63 INLINE void atomic_store(volatile T *a, typename T::Type v, memory_order mo) { argument
64 DCHECK(mo & (memory_order_relaxed | memory_order_release
70 if (mo == memory_order_relaxed) {
72 } else if (mo == memory_order_release) {
25 atomic_load( const volatile T *a, memory_order mo) argument
H A Dsanitizer_atomic_msvc.h69 const volatile T *a, memory_order mo) {
70 DCHECK(mo & (memory_order_relaxed | memory_order_consume
75 if (mo == memory_order_relaxed) {
86 INLINE void atomic_store(volatile T *a, typename T::Type v, memory_order mo) { argument
87 DCHECK(mo & (memory_order_relaxed | memory_order_release
91 if (mo == memory_order_relaxed) {
98 if (mo == memory_order_seq_cst)
103 u32 v, memory_order mo) {
104 (void)mo;
111 uptr v, memory_order mo) {
68 atomic_load( const volatile T *a, memory_order mo) argument
102 atomic_fetch_add(volatile atomic_uint32_t *a, u32 v, memory_order mo) argument
110 atomic_fetch_add(volatile atomic_uintptr_t *a, uptr v, memory_order mo) argument
123 atomic_fetch_sub(volatile atomic_uint32_t *a, u32 v, memory_order mo) argument
131 atomic_fetch_sub(volatile atomic_uintptr_t *a, uptr v, memory_order mo) argument
144 atomic_exchange(volatile atomic_uint8_t *a, u8 v, memory_order mo) argument
157 atomic_exchange(volatile atomic_uint16_t *a, u16 v, memory_order mo) argument
170 atomic_compare_exchange_strong(volatile atomic_uint8_t *a, u8 *cmp, u8 xchgv, memory_order mo) argument
191 atomic_compare_exchange_strong(volatile atomic_uintptr_t *a, uptr *cmp, uptr xchg, memory_order mo) argument
204 atomic_compare_exchange_strong(volatile atomic_uint16_t *a, u16 *cmp, u16 xchg, memory_order mo) argument
217 atomic_compare_exchange_strong(volatile atomic_uint32_t *a, u32 *cmp, u32 xchg, memory_order mo) argument
230 atomic_compare_exchange_strong(volatile atomic_uint64_t *a, u64 *cmp, u64 xchg, memory_order mo) argument
244 atomic_compare_exchange_weak(volatile T *a, typename T::Type *cmp, typename T::Type xchg, memory_order mo) argument
[all...]
/external/lldb/examples/python/
H A Djump.py23 mo = re.match("^([0-9]+)$", linespec)
24 if (mo != None):
27 line_number = int(mo.group(1))
35 mo = re.match("^\+([0-9]+)$", linespec)
36 if (mo != None):
39 line_number = int(mo.group(1))
47 mo = re.match("^\-([0-9]+)$", linespec)
48 if (mo != None):
51 line_number = int(mo.group(1))
59 mo
[all...]
/external/libcxx/test/containers/associative/multimap/multimap.cons/
H A Dcopy_assign.pass.cpp41 std::multimap<int, double, C, A> mo(ar, ar+sizeof(ar)/sizeof(ar[0]), C(5), A(2));
43 m = mo;
44 assert(m == mo);
48 assert(mo.get_allocator() == A(2));
49 assert(mo.key_comp() == C(5));
87 std::multimap<int, double, C, A> mo(ar, ar+sizeof(ar)/sizeof(ar[0]), C(5), A(2));
89 m = mo;
90 assert(m == mo);
94 assert(mo.get_allocator() == A(2));
95 assert(mo
[all...]
/external/libcxx/test/utilities/utility/forward/
H A Dmove_only.pass.cpp45 move_only mo; local
47 test(std::move(mo));
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp19.cpp9 void test_special_member_functions(MoveOnly mo, int i) { argument
/external/clang/test/SemaCXX/
H A Drval-references.cpp84 static MoveOnly mo; local
85 MoveOnly &r = mo;
89 return mo; // expected-error {{call to deleted constructor}}
H A Dblocks.cpp81 __block MoveOnly mo;
/external/lldb/test/lang/objc/objc-optimized/
H A DTestObjcOptimized.py62 mo = re.search("0x[0-9a-f]+", output)
64 if mo:
65 desired_pointer = mo.group(0)
/external/wpa_supplicant_8/hs20/server/www/
H A Dusers.php35 if ($cmd == 'mo' && $id > 0) {
36 $mo = $_GET["mo"]; variable
37 if (!isset($mo))
39 if ($mo != "devinfo" && $mo != "devdetail" && $mo != "pps")
41 $row = $db->query("SELECT $mo FROM users WHERE rowid=$id")->fetch();
44 echo $row[$mo];
134 echo "[<a href=\"users.php?cmd=mo
[all...]
/external/qemu/qapi-auto-generated/
H A Dqmp-marshal.c94 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
97 v = qmp_output_get_visitor(mo);
100 *ret_out = qmp_output_get_qobject(mo);
102 qmp_output_visitor_cleanup(mo);
137 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
140 v = qmp_output_get_visitor(mo);
143 *ret_out = qmp_output_get_qobject(mo);
145 qmp_output_visitor_cleanup(mo);
180 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
183 v = qmp_output_get_visitor(mo);
223 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
266 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
309 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
401 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
471 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
514 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
557 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
634 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
677 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
720 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
763 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
806 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
849 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
892 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
935 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
978 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
1021 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
1655 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
1734 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
2210 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
2253 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
2914 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
2990 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
3380 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
3423 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
3466 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
3588 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
3631 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
3856 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
3948 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
3991 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
4034 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
4077 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
4141 QmpOutputVisitor *mo = qmp_output_visitor_new(); local
[all...]
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp3-0x.cpp119 void test(MoveOnly mo) { argument
121 auto &&list1 = {mo}; // expected-error{{no viable conversion}}
122 MoveOnly (&&list2)[1] = {mo}; // expected-error{{no viable conversion}}
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/bin/
H A Dgas-llabel.asm1 # Skelix by Xiaoming Mo (xiaoming.mo@skelix.org)
/external/dnsmasq/bld/
H A DMakefile16 %.mo : ../po/%.po dnsmasq.pot
17 $(MSGMERGE) -o - ../po/$*.po dnsmasq.pot | $(MSGFMT) -o $*.mo -
/external/chromium_org/third_party/mesa/src/scons/
H A Dllvm.py79 mo = llvm_version_re.match(line)
80 if mo:
81 llvm_version = mo.group(1)
/external/dnsmasq/
H A DMakefile46 rm -f *~ $(SRC)/*.mo contrib/*/*~ */*~ $(SRC)/*.pot
65 -f ../bld/Makefile $${f%.po}.mo; \
69 cd $(SRC); ../bld/install-mo $(DESTDIR)$(LOCALEDIR) $(INSTALL)
/external/mesa3d/scons/
H A Dllvm.py79 mo = llvm_version_re.match(line)
80 if mo:
81 llvm_version = mo.group(1)
/external/chromium_org/third_party/WebKit/Source/core/css/
H A Dmathml.css42 semantics > mi, semantics > mn, semantics > mo, semantics > mtext, semantics > mspace, semantics > ms, semantics > maligngroup, semantics > malignmark, semantics > mrow, semantics > mfrac, semantics > msqrt, semantics > mroot, semantics > mstyle, semantics > merror, semantics > mpadded, semantics > mphantom, semantics > mfenced, semantics > menclose, semantics > msub, semantics > msup, semantics > msubsup, semantics > munder, semantics > mover, semantics > munderover, semantics > mmultiscripts, semantics > mtable, semantics > mstack, semantics > mlongdiv, semantics > maction {
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-gap-resolver.cc115 MoveOperands mo(CreateRandomOperand(), CreateRandomOperand());
116 if (!mo.IsRedundant() && seen.find(mo.destination()) == seen.end()) {
117 parallel_move->AddMove(mo.source(), mo.destination(), main_zone());
118 seen.insert(mo.destination());
/external/llvm/lib/CodeGen/
H A DExecutionDepsFix.cpp582 MachineOperand &mo = mi->getOperand(i); local
583 if (!mo.isReg()) continue;
584 int rx = regIndex(mo.getReg());
591 MachineOperand &mo = mi->getOperand(i); local
592 if (!mo.isReg()) continue;
593 int rx = regIndex(mo.getReg());
611 MachineOperand &mo = mi->getOperand(i); local
612 if (!mo.isReg()) continue;
613 int rx = regIndex(mo.getReg());
703 MachineOperand &mo local
[all...]
/external/chromium_org/tools/win/split_link/
H A Dsplit_link.py133 mo = regex.search(line)
134 if mo:
136 result.add(mo.group(1)[1:])
138 result.add(mo.group(1))
141 mo = re.search(r'fatal error LNK1120: (\d+) unresolved externals', output)
143 if mo is None and result:
145 if len(result) != int(mo.group(1)):
147 print 'Expecting %d, got %d' % (int(mo.group(1)), len(result))
148 assert len(result) == int(mo.group(1))
/external/chromium_org/tools/grit/grit/tool/
H A Dtoolbar_postprocess.py58 mo = self._GRAB_PARAMETERS.search(name_attr)
60 if mo and mp:
61 prefix = mo.group(1)
/external/libcxx/test/containers/sequences/deque/deque.modifiers/
H A Dinsert_iter_iter.pass.cpp210 MoveOnly mo(0);
212 c.insert(c.end(), std::move_iterator<I>(&mo), std::move_iterator<I>(&mo+1));
218 MoveOnly mo(1);
220 c.insert(c.end(), std::move_iterator<I>(I(&mo)), std::move_iterator<I>(I(&mo+1)));
/external/libexif/
H A Dlibexif.spec46 %{_datadir}/locale/*/LC_MESSAGES/*.mo
/external/chromium_org/v8/src/compiler/
H A Dinstruction.cc98 OStream& operator<<(OStream& os, const MoveOperands& mo) { argument
99 os << *mo.destination();
100 if (!mo.source()->Equals(mo.destination())) os << " = " << *mo.source();

Completed in 9370 milliseconds

1234