Home
last modified time | relevance | path

Searched refs:M_EOR (Results 1 – 25 of 47) sorted by relevance

12

/dports/devel/cxmon/cxmon-3.2/src/
H A Dmon_6502.cpp48 M_DEC, M_DEX, M_DEY, M_EOR, M_INC, M_INX, M_INY, M_JMP, M_JSR, M_LDA, enumerator
72 M_RTI , M_EOR , M_IJAM, M_ISRE, M_INOP, M_EOR, M_LSR , M_ISRE, // 40
73 M_PHA , M_EOR , M_LSR , M_IASR, M_JMP , M_EOR, M_LSR , M_ISRE,
74 M_BVC , M_EOR , M_IJAM, M_ISRE, M_INOP, M_EOR, M_LSR , M_ISRE, // 50
75 M_CLI , M_EOR , M_INOP, M_ISRE, M_INOP, M_EOR, M_LSR , M_ISRE,
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Duipc_socket2.c814 if (n->m_flags & M_EOR) { in sbappend()
910 if (m && (m0->m_flags & M_EOR)) { in sbappendrecord()
911 m0->m_flags &= ~M_EOR; in sbappendrecord()
912 m->m_flags |= M_EOR; in sbappendrecord()
961 if (m && (m0->m_flags & M_EOR)) { in sbinsertoob()
962 m0->m_flags &= ~M_EOR; in sbinsertoob()
963 m->m_flags |= M_EOR; in sbinsertoob()
1232 eor |= m->m_flags & M_EOR; in sbcompress()
1242 if (n && (n->m_flags & M_EOR) == 0 && in sbcompress()
1261 m->m_flags &= ~M_EOR; in sbcompress()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/s2650/
H A Ds2650.cpp590 #define M_EOR(dest,source) \ macro
1096 M_EOR( R0, m_reg[m_r] ); in execute_run()
1104 M_EOR( m_reg[m_r], ARG() ); in execute_run()
1113 M_EOR( m_reg[m_r], RDMEM(m_ea) ); in execute_run()
1122 M_EOR( m_reg[m_r], RDMEM(m_ea) ); in execute_run()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/s2650/
H A Ds2650.cpp590 #define M_EOR(dest,source) \ macro
1096 M_EOR( R0, m_reg[m_r] ); in execute_run()
1104 M_EOR( m_reg[m_r], ARG() ); in execute_run()
1113 M_EOR( m_reg[m_r], RDMEM(m_ea) ); in execute_run()
1122 M_EOR( m_reg[m_r], RDMEM(m_ea) ); in execute_run()
/dports/emulators/frodo/Frodo-4.1b/Src/
H A DSAM.cpp111 M_DEC, M_DEX, M_DEY, M_EOR, M_INC, M_INX, M_INY, M_JMP, M_JSR, M_LDA, enumerator
135 M_RTI , M_EOR , M_IJAM, M_ISRE, M_INOP, M_EOR, M_LSR , M_ISRE, // 40
136 M_PHA , M_EOR , M_LSR , M_IASR, M_JMP , M_EOR, M_LSR , M_ISRE,
137 M_BVC , M_EOR , M_IJAM, M_ISRE, M_INOP, M_EOR, M_LSR , M_ISRE, // 50
138 M_CLI , M_EOR , M_INOP, M_ISRE, M_INOP, M_EOR, M_LSR , M_ISRE,
/dports/www/firefox-esr/firefox-91.8.0/netwerk/sctp/src/
H A Duser_mbuf.h237 #define M_EOR 0x0004 /* end of record */
250 #define M_COPYFLAGS (M_PKTHDR|M_EOR|M_RDONLY|M_PROTO1|M_PROTO1|M_PROTO2|\ in m_clget()
H A Duser_mbuf.c297 flags &= (M_PKTHDR | M_EOR);
353 if (flags & M_EOR) {
354 mtail->m_flags |= M_EOR; /* Only valid on the last mbuf. */
361 mtail->m_flags &= ~M_EOR;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/usrsctp/usrsctplib/usrsctplib/
H A Duser_mbuf.h237 #define M_EOR 0x0004 /* end of record */ macro
250 #define M_COPYFLAGS (M_PKTHDR|M_EOR|M_RDONLY|M_PROTO1|M_PROTO1|M_PROTO2|\
H A Duser_mbuf.c297 flags &= (M_PKTHDR | M_EOR); in m_getm2()
353 if (flags & M_EOR) { in m_getm2()
354 mtail->m_flags |= M_EOR; /* Only valid on the last mbuf. */ in m_getm2()
361 mtail->m_flags &= ~M_EOR; in m_getm2()
/dports/www/firefox/firefox-99.0/netwerk/sctp/src/
H A Duser_mbuf.h237 #define M_EOR 0x0004 /* end of record */ macro
250 #define M_COPYFLAGS (M_PKTHDR|M_EOR|M_RDONLY|M_PROTO1|M_PROTO1|M_PROTO2|\
H A Duser_mbuf.c297 flags &= (M_PKTHDR | M_EOR); in m_getm2()
353 if (flags & M_EOR) { in m_getm2()
354 mtail->m_flags |= M_EOR; /* Only valid on the last mbuf. */ in m_getm2()
361 mtail->m_flags &= ~M_EOR; in m_getm2()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/sctp/src/
H A Duser_mbuf.h263 #define M_EOR 0x0004 /* end of record */ macro
276 #define M_COPYFLAGS (M_PKTHDR|M_EOR|M_RDONLY|M_PROTO1|M_PROTO1|M_PROTO2|\
/dports/net/libusrsctp/usrsctp-0.9.5.0/usrsctplib/
H A Duser_mbuf.h237 #define M_EOR 0x0004 /* end of record */ macro
250 #define M_COPYFLAGS (M_PKTHDR|M_EOR|M_RDONLY|M_PROTO1|M_PROTO1|M_PROTO2|\
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/sctp/src/
H A Duser_mbuf.h263 #define M_EOR 0x0004 /* end of record */ macro
277 #define M_COPYFLAGS (M_PKTHDR|M_EOR|M_RDONLY|M_PROTO1|M_PROTO1|M_PROTO2|\
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/usrsctp/usrsctplib/
H A Duser_mbuf.h234 #define M_EOR 0x0004 /* end of record */ macro
247 #define M_COPYFLAGS (M_PKTHDR|M_EOR|M_RDONLY|M_PROTO1|M_PROTO1|M_PROTO2|\
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/sctp/src/
H A Duser_mbuf.h237 #define M_EOR 0x0004 /* end of record */ macro
250 #define M_COPYFLAGS (M_PKTHDR|M_EOR|M_RDONLY|M_PROTO1|M_PROTO1|M_PROTO2|\
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/sctp/src/
H A Duser_mbuf.h263 #define M_EOR 0x0004 /* end of record */ macro
276 #define M_COPYFLAGS (M_PKTHDR|M_EOR|M_RDONLY|M_PROTO1|M_PROTO1|M_PROTO2|\
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/usrsctp/usrsctplib/usrsctplib/
H A Duser_mbuf.h266 #define M_EOR 0x0004 /* end of record */ macro
279 #define M_COPYFLAGS (M_PKTHDR|M_EOR|M_RDONLY|M_PROTO1|M_PROTO1|M_PROTO2|\
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/usrsctp/usrsctplib/usrsctplib/
H A Duser_mbuf.h266 #define M_EOR 0x0004 /* end of record */ macro
279 #define M_COPYFLAGS (M_PKTHDR|M_EOR|M_RDONLY|M_PROTO1|M_PROTO1|M_PROTO2|\
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/s2650/
H A Ds2650.cpp554 #define M_EOR(dest,source) \ macro
959 M_EOR( R0, S.reg[S.r] ); in s2650Run()
967 M_EOR( S.reg[S.r], ARG() ); in s2650Run()
976 M_EOR( S.reg[S.r], RDMEM(S.ea) ); in s2650Run()
985 M_EOR( S.reg[S.r], RDMEM(S.ea) ); in s2650Run()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/s2650/
H A Ds2650.cpp550 #define M_EOR(dest,source) \ macro
952 M_EOR( R0, S.reg[S.r] ); in s2650Run()
960 M_EOR( S.reg[S.r], ARG() ); in s2650Run()
969 M_EOR( S.reg[S.r], RDMEM(S.ea) ); in s2650Run()
978 M_EOR( S.reg[S.r], RDMEM(S.ea) ); in s2650Run()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/s2650/
H A Ds2650.c501 #define M_EOR(dest,source) \ macro
989 M_EOR( R0, S.reg[S.r] ); in s2650_execute()
996 M_EOR( S.reg[S.r], ARG() ); in s2650_execute()
1004 M_EOR( S.reg[S.r], RDMEM(S.ea) ); in s2650_execute()
1012 M_EOR( S.reg[S.r], RDMEM(S.ea) ); in s2650_execute()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/
H A Dkttcp.c311 top->m_flags |= M_EOR; in kttcp_sosend()
429 if (m->m_type == MT_OOBDATA || (m->m_flags & M_EOR)) { in kttcp_soreceive()
551 if (m->m_flags & M_EOR) in kttcp_soreceive()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/s2650/
H A Ds2650.c522 #define M_EOR(dest,source) \ macro
997 M_EOR( R0, S.reg[S.r] ); in s2650_execute()
1004 M_EOR( S.reg[S.r], ARG() ); in s2650_execute()
1012 M_EOR( S.reg[S.r], RDMEM(S.ea) ); in s2650_execute()
1020 M_EOR( S.reg[S.r], RDMEM(S.ea) ); in s2650_execute()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/s2650/
H A Ds2650.c532 #define M_EOR(dest,source) \ macro
1007 M_EOR( R0, S.reg[S.r] ); in s2650_execute()
1014 M_EOR( S.reg[S.r], ARG() ); in s2650_execute()
1022 M_EOR( S.reg[S.r], RDMEM(S.ea) ); in s2650_execute()
1030 M_EOR( S.reg[S.r], RDMEM(S.ea) ); in s2650_execute()

12