Searched defs:mtype (Results 1 - 19 of 19) sorted by relevance

/external/libnfc-nxp/src/
H A DphDal4Nfc_messageQueueLib.h40 long mtype; member in struct:phDal4Nfc_Message_Wrapper
/external/kernel-headers/original/linux/
H A Dmsg.h36 long mtype; /* type of message */ member in struct:msgbuf
/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/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)
H A Dgl_vidlinux.cpp721 int mtype; local
735 mtype = vga_getmousetype();
747 if (mouse_init(mousedev, mtype, mouserate))
H A Dvid_svgalib.cpp833 int mtype; local
848 mtype = vga_getmousetype();
861 // mousedev, mice[mtype].name, mouserate);
862 if (mouse_init(mousedev, mtype, mouserate))
/external/skia/legacy/src/views/
H A DSkEvent.cpp193 SkMetaData::Type mtype; local
197 while ((name = iter.next(&mtype, &count)) != NULL)
202 switch (mtype) {
/external/skia/src/views/
H A DSkEvent.cpp193 SkMetaData::Type mtype; local
197 while ((name = iter.next(&mtype, &count)) != NULL)
202 switch (mtype) {
/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/skia/legacy/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/skia/src/core/
H A DSkGlyphCache.cpp238 SkGlyph* SkGlyphCache::lookupMetrics(uint32_t id, MetricsType mtype) { argument
259 if (kFull_MetricsType == mtype && glyph->isJustAdvance()) {
279 if (kJustAdvance_MetricsType == mtype) {
283 SkASSERT(kFull_MetricsType == mtype);
H A DSkDraw.cpp1839 unsigned mtype = fMatrix.getType(); local
1840 if (mtype & (SkMatrix::kAffine_Mask | SkMatrix::kPerspective_Mask)) {
1847 return (mtype & SkMatrix::kScale_Mask) ?
/external/quake/quake/src/QW/client/
H A Dgl_vidlinux.c669 int mtype; local
683 mtype = vga_getmousetype();
695 if (mouse_init(mousedev, mtype, mouserate))
H A Dgl_vidlinux_svga.c707 int mtype; local
721 mtype = vga_getmousetype();
733 if (mouse_init(mousedev, mtype, mouserate))
H A Dvid_svgalib.c846 int mtype; local
861 mtype = vga_getmousetype();
874 // mousedev, mice[mtype].name, mouserate);
875 if (mouse_init(mousedev, mtype, mouserate))
/external/valgrind/main/include/vki/
H A Dvki-linux.h1471 long mtype; /* type of message */ member in struct:vki_msgbuf

Completed in 1723 milliseconds