Searched refs:mtype (Results 1 - 14 of 14) sorted by relevance

/external/libnfc-nxp/src/
H A DphDal4Nfc_messageQueueLib.h40 long mtype; member in struct:phDal4Nfc_Message_Wrapper
/external/strace/
H A Dipc.c224 long mtype; local
226 if (umove(tcp, addr, &mtype) < 0) {
229 tprintf("{%lu, ", mtype);
230 printstr(tcp, addr + sizeof(mtype), count);
255 long mtype; local
257 if (syserror(tcp) || umove(tcp, addr, &mtype) < 0) {
260 tprintf("{%lu, ", mtype);
261 printstr(tcp, addr + sizeof(mtype), count);
/external/kernel-headers/original/linux/
H A Dmsg.h36 long mtype; /* type of message */ member in struct:msgbuf
/external/quake/quake/src/WinQuake/
H A Dnet_ser.cpp87 byte mtype; member in struct:SerialLine_s
167 switch (p->mtype)
258 p->mtype = b;
263 if (p->mtype < MTYPE_ACK)
273 if (p->mtype != MTYPE_ACK)
288 if (p->mtype == MTYPE_RELIABLE && p->lengthStated > MAX_MSGLEN)
293 else if (p->mtype == MTYPE_UNRELIABLE && p->lengthStated > MAX_DATAGRAM)
301 if (p->mtype < MTYPE_ACK)
/external/skia/src/views/
H A DSkEvent.cpp193 SkMetaData::Type mtype; local
197 while ((name = iter.next(&mtype, &count)) != NULL)
202 switch (mtype) {
/external/libnfc-nxp/Linux_x86/
H A DphOsalNfc_Timer.c145 wrapper.mtype = 1;
H A DphDal4Nfc.c1036 nDeferedMessageWrapper.mtype = 1;
/external/skia/src/core/
H A DSkGlyphCache.cpp236 SkGlyph* SkGlyphCache::lookupMetrics(uint32_t id, MetricsType mtype) { argument
257 if (kFull_MetricsType == mtype && glyph->isJustAdvance()) {
277 if (kJustAdvance_MetricsType == mtype) {
281 SkASSERT(kFull_MetricsType == mtype);
H A DSkDraw.cpp1705 unsigned mtype = fMatrix.getType(); local
1706 if (mtype & (SkMatrix::kAffine_Mask | SkMatrix::kPerspective_Mask)) {
1713 return (mtype & SkMatrix::kScale_Mask) ?
/external/blktrace/
H A Dblkiomon.c57 long mtype; member in struct:dstat_msg
231 dstat->msg.mtype = msg_id;
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dsessionmessages.cc864 std::string mtype = source_elem->Attr(QN_GINGLE_NOTIFY_SOURCE_MTYPE); local
865 if (mtype == GINGLE_NOTIFY_SOURCE_MTYPE_AUDIO) {
867 } else if (mtype == GINGLE_NOTIFY_SOURCE_MTYPE_VIDEO) {
/external/libppp/src/
H A Dfsm.c189 int mtype)
214 bp = m_get(plen, mtype);
188 fsm_Output(struct fsm *fp, u_int code, u_int id, u_char *ptr, unsigned count, int mtype) argument
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c3086 PRE_MEM_READ( "msgsnd(msgp->mtype)", (Addr)&msgp->mtype, sizeof(msgp->mtype) );
3098 PRE_MEM_WRITE( "msgrcv(msgp->mtype)", (Addr)&msgp->mtype, sizeof(msgp->mtype) );
3108 POST_MEM_WRITE( (Addr)&msgp->mtype, sizeof(msgp->mtype) );
/external/valgrind/main/include/vki/
H A Dvki-linux.h1421 long mtype; /* type of message */ member in struct:vki_msgbuf

Completed in 854 milliseconds