HomeSort by relevance Sort by last modified time
    Searched defs:mtype (Results 1 - 24 of 24) sorted by null

  /external/libnfc-nxp/src/
phDal4Nfc_messageQueueLib.h 40 long mtype; member in struct:phDal4Nfc_Message_Wrapper
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
msg.h 55 long int mtype; /* type of received/sent message */ member in struct:msgbuf
  /bionic/libc/kernel/common/linux/
msg.h 42 long mtype; member in struct:msgbuf
  /development/ndk/platforms/android-3/include/linux/
msg.h 42 long mtype; member in struct:msgbuf
  /external/strace/
ipc.c 198 long mtype; local
203 umove(tcp, tcp->u_arg[3], &mtype);
204 tprintf(", {%lu, ", mtype);
211 umove(tcp, tcp->u_arg[1], &mtype);
212 tprintf(", {%lu, ", mtype);
226 long mtype; local
239 umove(tcp, (long) tmp.msgp, &mtype); local
240 tprintf(", {%lu, ", mtype);
248 umove(tcp, tcp->u_arg[1], &mtype);
249 tprintf(", {%lu, ", mtype);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
msg.h 36 long mtype; /* type of message */ member in struct:msgbuf
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
msg.h 42 long mtype; member in struct:msgbuf
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
msg.h 42 long mtype; member in struct:msgbuf
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
msg.h 42 long mtype; member in struct:msgbuf
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
msg.h 42 long mtype; member in struct:msgbuf
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
msg.h 42 long mtype; member in struct:msgbuf
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
msg.h 42 long mtype; member in struct:msgbuf
  /external/kernel-headers/original/linux/
msg.h 36 long mtype; /* type of message */ member in struct:msgbuf
  /external/skia/src/views/
SkEvent.cpp 214 SkMetaData::Type mtype; local
218 while ((name = iter.next(&mtype, &count)) != NULL)
223 switch (mtype) {
  /external/quake/quake/src/WinQuake/
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)
gl_vidlinux.cpp 721 int mtype; local
735 mtype = vga_getmousetype();
747 if (mouse_init(mousedev, mtype, mouserate))
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/blktrace/
blkiomon.c 57 long mtype; member in struct:dstat_msg
231 dstat->msg.mtype = msg_id;
  /external/quake/quake/src/QW/client/
gl_vidlinux.c 669 int mtype; local
683 mtype = vga_getmousetype();
695 if (mouse_init(mousedev, mtype, mouserate))
gl_vidlinux_svga.c 707 int mtype; local
721 mtype = vga_getmousetype();
733 if (mouse_init(mousedev, mtype, mouserate))
vid_svgalib.c 846 int mtype; local
861 mtype = vga_getmousetype();
874 // mousedev, mice[mtype].name, mouserate);
875 if (mouse_init(mousedev, mtype, mouserate))
  /bionic/libc/bionic/
pthread.c 1017 int mtype, tid, new_lock_type, shared; local
1022 mtype = (mutex->value & MUTEX_TYPE_MASK);
1026 if ( __likely(mtype == MUTEX_TYPE_NORMAL) ) {
1037 if (mtype == MUTEX_TYPE_ERRORCHECK) {
1061 /* compute futex wait opcode and restore shared flag in mtype */
1062 mtype |= shared;
1069 if (oldv == mtype) { /* uncontended released lock => 1 or 2 */
1070 mutex->value = ((tid << 16) | mtype | new_lock_type);
1077 if (oldv == mtype)
1096 int mtype, tid, oldv, shared local
1136 int mtype, tid, oldv, shared; local
1230 int mtype, tid, oldv, new_lock_type, shared; local
    [all...]
  /external/skia/src/core/
SkDraw.cpp 1618 unsigned mtype = fMatrix.getType(); local
    [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 602 milliseconds