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.cc238 // server_mp client_mp mp0 mp1 mp2 mp3
242 // 4. "Bar"+mp1
262 // 3. Create a new message pipe (endpoints |mp0| and |mp1|).
263 MojoHandle mp0, mp1; local
264 CreateMessagePipe(&mp0, &mp1);
269 // 5. Write a message to |server_mp|, attaching |mp1|.
270 WriteMessageWithHandles(server_mp, "Bar", &mp1, 1);
271 mp1 = MOJO_HANDLE_INVALID;
307 // 4. Read a message from |client_mp|, which should have |mp1| attached.
308 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.cc518 MojoHandle mp1, mp2; local
520 MojoCreateMessagePipe(nullptr, &mp1, &mp2));
526 MojoWriteMessage(mp1, &hello[0],
536 MojoWait(mp1, MOJO_HANDLE_SIGNAL_READABLE,
543 CHECK_EQ(MojoReadMessage(mp1, &read_buffer[0],
550 MojoClose(mp1);
556 MojoHandle mp1, mp2; local
558 MojoCreateMessagePipe(nullptr, &mp2, &mp1));
564 MojoWriteMessage(mp1, &hello[0],
574 MojoWait(mp1, MOJO_HANDLE_SIGNAL_READABL
648 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 247 milliseconds