HomeSort by relevance Sort by last modified time
    Searched refs:mtype (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.27/bfd/
aout-sparcle.c 33 #define MACHTYPE_OK(mtype) ((mtype) == M_SPARC || (mtype) == M_SPARCLET)
aout0.c 34 #define MACHTYPE_OK(mtype) \
35 ((mtype) == M_UNKNOWN || (mtype) == M_68010 || (mtype) == M_68020)
i386freebsd.c 28 #define MACHTYPE_OK(mtype) ((mtype) == M_386_NETBSD || (mtype) == M_UNKNOWN)
i386bsd.c 37 #define MACHTYPE_OK(mtype) ((mtype) == M_386 || (mtype) == M_UNKNOWN)
i386dynix.c 32 #define MACHTYPE_OK(mtype) ((mtype) == M_386 || (mtype) == M_UNKNOWN)
sparclynx.c 47 #define MACHTYPE_OK(mtype) ( (mtype) == M_UNKNOWN \
48 || (mtype) == M_68010 \
49 || (mtype) == M_68020 \
50 || (mtype) == M_SPARC)
  /external/ltp/testcases/kernel/syscalls/ipc/msgrcv/
msgrcv08.c 52 long mtype; /* message type, must be > 0 */ member in struct:msgbuf
61 long mtype = 121; local
64 msbs.mtype = mtype;
69 sret = msgrcv(msqid, &msbr, sizeof(msbr.mtext), -mtype, IPC_NOWAIT | MSG_NOERROR);
76 if (msbr.mtype != mtype)
78 "found mtype %ld, expected %ld\n", msbr.mtype, mtype);
    [all...]
msgrcv07.c 75 MSGBUF snd_buf1 = {.mtype = MSGTYPE1, .mtext = MSG1};
76 MSGBUF snd_buf2 = {.mtype = MSGTYPE2, .mtext = MSG2};
103 rcv_buf.mtype == MSGTYPE1)
117 MSGBUF snd_buf1 = {.mtype = MSGTYPE1, .mtext = MSG1};
141 rcv_buf.mtype == MSGTYPE1)
  /external/strace/tests/
ipc_msgbuf.c 56 const long mtype = 0xdefaced; local
58 kernel_long_t mtype; member in struct:__anon35375
61 .mtype = mtype,
71 if (msgrcv(msqid, &msg, msgsz, mtype, 0) != msgsz)
  /external/strace/tests-m32/
ipc_msgbuf.c 56 const long mtype = 0xdefaced; local
58 kernel_long_t mtype; member in struct:__anon35449
61 .mtype = mtype,
71 if (msgrcv(msqid, &msg, msgsz, mtype, 0) != msgsz)
  /external/strace/tests-mx32/
ipc_msgbuf.c 56 const long mtype = 0xdefaced; local
58 kernel_long_t mtype; member in struct:__anon35523
61 .mtype = mtype,
71 if (msgrcv(msqid, &msg, msgsz, mtype, 0) != msgsz)
  /external/strace/
print_msgbuf.c 48 tprintf("{%" PRI_kld ", ", (kernel_long_t) msg.mtype);
49 printstrn(tcp, addr + sizeof(msg.mtype), count);
  /bionic/libc/kernel/uapi/scsi/
scsi_netlink.h 50 #define INIT_SCSI_NL_HDR(hdr,t,mtype,mlen) { (hdr)->version = SCSI_NL_VERSION; (hdr)->transport = t; (hdr)->magic = SCSI_NL_MAGIC; (hdr)->msgtype = mtype; (hdr)->msglen = mlen; }
  /external/kernel-headers/original/uapi/scsi/
scsi_netlink.h 114 #define INIT_SCSI_NL_HDR(hdr, t, mtype, mlen) \
119 (hdr)->msgtype = mtype; \
  /external/skia/src/core/
SkTextMapStateProc.h 23 unsigned mtype = fMatrix.getType(); local
24 if (mtype & (SkMatrix::kAffine_Mask | SkMatrix::kPerspective_Mask)) {
32 if (mtype & SkMatrix::kScale_Mask) {
  /external/skqp/src/core/
SkTextMapStateProc.h 23 unsigned mtype = fMatrix.getType(); local
24 if (mtype & (SkMatrix::kAffine_Mask | SkMatrix::kPerspective_Mask)) {
32 if (mtype & SkMatrix::kScale_Mask) {
  /external/mesa3d/src/mesa/math/
m_debug_norm.c 197 static int test_norm_function( normal_func func, int mtype, long *cycles )
217 scale = 1.0F + rnd () * norm_scale_types[mtype];
221 switch ( norm_templates[mtype][i * 4 + j] ) {
278 if ( norm_normalize_types[mtype] == 0 ) {
312 if ( norm_normalize_types[mtype] != 0 ) {
337 int mtype; local
358 for ( mtype = 0 ; mtype < 8 ; mtype++ ) {
359 normal_func func = _mesa_normal_tab[norm_types[mtype]];
    [all...]
m_debug_xform.c 169 int mtype, unsigned long *cycles )
187 mat->type = mtypes[mtype];
196 switch ( templates[mtype][i * 4 + j] ) {
282 int psize, mtype; local
311 for ( mtype = 0 ; mtype < 7 ; mtype++ ) {
313 transform_func func = _mesa_transform_tab[psize][mtypes[mtype]];
314 unsigned long *cycles = &(benchmark_tab[psize-1][mtype]);
316 if ( test_transform_function( func, psize, mtype, cycles ) == 0 )
    [all...]
  /external/linux-kselftest/tools/testing/selftests/ipc/
msgque.c 15 long mtype; member in struct:msg1
66 if (msgsnd(msgque->msq_id, &msgque->messages[i].mtype,
87 ret = msgrcv(msgque->msq_id, &message.mtype, MAX_MSG_SIZE,
102 if (message.mtype != msgque->messages[cnt].mtype) {
161 ret = msgrcv(msgque->msq_id, &msgque->messages[i].mtype,
176 msgbuf.mtype = MSG_TYPE;
178 if (msgsnd(msgque->msq_id, &msgbuf.mtype, sizeof(TEST_STRING),
184 msgbuf.mtype = ANOTHER_MSG_TYPE;
186 if (msgsnd(msgque->msq_id, &msgbuf.mtype, sizeof(ANOTHER_TEST_STRING)
    [all...]
  /external/ltp/testcases/kernel/syscalls/ipc/lib/
ipcmsg.h 49 long mtype; member in struct:mbuf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
msg.h 55 long int mtype; /* type of received/sent message */ member in struct:msgbuf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
msg.h 55 long int mtype; /* type of received/sent message */ member in struct:msgbuf
  /bionic/libc/bionic/
pthread_mutex.cpp 704 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); local
708 if ( __predict_true(mtype == MUTEX_TYPE_BITS_NORMAL) ) {
715 if (mtype == MUTEX_TYPE_BITS_ERRORCHECK) {
721 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED;
722 const uint16_t locked_uncontended = mtype | shared | MUTEX_STATE_BITS_LOCKED_UNCONTENDED;
723 const uint16_t locked_contended = mtype | shared | MUTEX_STATE_BITS_LOCKED_CONTENDED;
810 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); local
812 if (__predict_true(mtype == MUTEX_TYPE_BITS_NORMAL)) {
844 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); local
894 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); local
956 uint16_t mtype = (old_state & MUTEX_TYPE_MASK); local
    [all...]
  /external/ltp/testcases/kernel/containers/sysvipc/
mesgq_nstest.c 47 long int mtype; /* type of received/sent message */ member in struct:msg_buf
62 n, msg.mtype, n, msg.mtext);
135 msg.mtype = 5;
msg_comm.c 46 long mtype; member in struct:sysv_msg
75 m.mtype = 1;
94 /* if mtype #2 was found in the message queue, it is fail */
117 m.mtype = 2;

Completed in 715 milliseconds

1 2 3 4