Searched defs:mp1 (Results 1 - 5 of 5) sorted by relevance

/external/syslinux/core/
H A Dhello.c54 void mp1(void) function
/external/libmojo/mojo/edk/embedder/
H A Dembedder_unittest.cc244 // server_mp client_mp mp0 mp1 mp2 mp3
248 // 4. "Bar"+mp1
268 // 3. Create a new message pipe (endpoints |mp0| and |mp1|).
269 MojoHandle mp0, mp1; local
270 CreateMessagePipe(&mp0, &mp1);
275 // 5. Write a message to |server_mp|, attaching |mp1|.
276 WriteMessageWithHandles(server_mp, "Bar", &mp1, 1);
277 mp1 = MOJO_HANDLE_INVALID;
313 // 4. Read a message from |client_mp|, which should have |mp1| attached.
314 MojoHandle mp1; local
[all...]
/external/clang/test/SemaCXX/
H A Dcalling-conv-compat.cpp343 void ( A::*mp1)() = &A::method_thiscall; member in namespace:MemberPointers
/external/libmojo/mojo/edk/system/
H A Dmultiprocess_message_pipe_unittest.cc532 MojoHandle mp1, mp2; local
534 MojoCreateMessagePipe(nullptr, &mp1, &mp2));
540 MojoWriteMessage(mp1, &hello[0],
550 MojoWait(mp1, MOJO_HANDLE_SIGNAL_READABLE,
557 CHECK_EQ(MojoReadMessage(mp1, &read_buffer[0],
564 MojoClose(mp1);
570 MojoHandle mp1, mp2; local
572 MojoCreateMessagePipe(nullptr, &mp2, &mp1));
578 MojoWriteMessage(mp1, &hello[0],
588 MojoWait(mp1, MOJO_HANDLE_SIGNAL_READABL
662 MojoHandle mp1, mp2; local
[all...]
/external/iptables/iptables/
H A Dnft-shared.c803 struct xtables_rule_match *mp1; local
806 for (mp1 = mt1, mp2 = mt2; mp1 && mp2; mp1 = mp1->next, mp2 = mp2->next) {
807 struct xt_entry_match *m1 = mp1->match->m;
821 mp1->match->userspacesize) != 0) {
828 if (mp1 != mp2) {

Completed in 1035 milliseconds