/external/libnfc-nxp/src/ |
H A D | phDal4Nfc_messageQueueLib.h | 40 long mtype; member in struct:phDal4Nfc_Message_Wrapper
|
/external/kernel-headers/original/linux/ |
H A D | msg.h | 36 long mtype; /* type of message */ member in struct:msgbuf
|
/external/strace/ |
H A D | ipc.c | 224 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 D | net_ser.cpp | 87 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 D | gl_vidlinux.cpp | 721 int mtype; local 735 mtype = vga_getmousetype(); 747 if (mouse_init(mousedev, mtype, mouserate))
|
H A D | vid_svgalib.cpp | 833 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 D | SkEvent.cpp | 193 SkMetaData::Type mtype; local 197 while ((name = iter.next(&mtype, &count)) != NULL) 202 switch (mtype) {
|
/external/skia/src/views/ |
H A D | SkEvent.cpp | 193 SkMetaData::Type mtype; local 197 while ((name = iter.next(&mtype, &count)) != NULL) 202 switch (mtype) {
|
/external/blktrace/ |
H A D | blkiomon.c | 57 long mtype; member in struct:dstat_msg 231 dstat->msg.mtype = msg_id;
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
H A D | sessionmessages.cc | 864 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 D | fsm.c | 189 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 D | SkGlyphCache.cpp | 236 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 D | SkDraw.cpp | 1705 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 D | SkGlyphCache.cpp | 238 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 D | SkDraw.cpp | 1839 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 D | gl_vidlinux.c | 669 int mtype; local 683 mtype = vga_getmousetype(); 695 if (mouse_init(mousedev, mtype, mouserate))
|
H A D | gl_vidlinux_svga.c | 707 int mtype; local 721 mtype = vga_getmousetype(); 733 if (mouse_init(mousedev, mtype, mouserate))
|
H A D | vid_svgalib.c | 846 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 D | vki-linux.h | 1471 long mtype; /* type of message */ member in struct:vki_msgbuf
|