| /src/external/bsd/ntp/dist/include/ |
| adjtime.h | 49 long mtype; member in struct:__anon5034::__anon5035 57 * mtype values
|
| adjtime.h | 49 long mtype; member in struct:__anon5034::__anon5035 57 * mtype values
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| MetricList.h | 45 // flavor depends on mtype in the list 51 // It is assumed that this->mtype is MET_CALL, MET_DATA, or MET_INDX and 52 // that metrics_list->mtype is MET_NORMAL 105 return mtype; 156 MetricType mtype; member in class:MetricList
|
| MetricList.h | 45 // flavor depends on mtype in the list 51 // It is assumed that this->mtype is MET_CALL, MET_DATA, or MET_INDX and 52 // that metrics_list->mtype is MET_NORMAL 105 return mtype; 156 MetricType mtype; member in class:MetricList
|
| HeapActivity.cc | 85 Metric::Type mtype = mtr->get_type (); local 90 switch (mtype) 156 Metric::Type mtype = mtr->get_type (); local 160 switch (mtype) 209 Metric::Type mtype = mtr->get_type (); local 212 switch (mtype)
|
| HeapActivity.cc | 85 Metric::Type mtype = mtr->get_type (); local 90 switch (mtype) 156 Metric::Type mtype = mtr->get_type (); local 160 switch (mtype) 209 Metric::Type mtype = mtr->get_type (); local 212 switch (mtype)
|
| IOActivity.cc | 134 Metric::Type mtype = mtr->get_type (); local 139 switch (mtype) 280 Metric::Type mtype = mtr->get_type (); local 284 switch (mtype) 355 Metric::Type mtype = mtr->get_type (); local 360 switch (mtype)
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| MetricList.h | 45 // flavor depends on mtype in the list 51 // It is assumed that this->mtype is MET_CALL, MET_DATA, or MET_INDX and 52 // that metrics_list->mtype is MET_NORMAL 105 return mtype; 156 MetricType mtype; member in class:MetricList
|
| MetricList.h | 45 // flavor depends on mtype in the list 51 // It is assumed that this->mtype is MET_CALL, MET_DATA, or MET_INDX and 52 // that metrics_list->mtype is MET_NORMAL 105 return mtype; 156 MetricType mtype; member in class:MetricList
|
| HeapActivity.cc | 85 Metric::Type mtype = mtr->get_type (); local 90 switch (mtype) 156 Metric::Type mtype = mtr->get_type (); local 160 switch (mtype) 209 Metric::Type mtype = mtr->get_type (); local 212 switch (mtype)
|
| HeapActivity.cc | 85 Metric::Type mtype = mtr->get_type (); local 90 switch (mtype) 156 Metric::Type mtype = mtr->get_type (); local 160 switch (mtype) 209 Metric::Type mtype = mtr->get_type (); local 212 switch (mtype)
|
| /src/tests/lib/libc/sys/ |
| t_msgctl.c | 55 long mtype; member in struct:msg
|
| t_msgctl.c | 55 long mtype; member in struct:msg
|
| t_msgrcv.c | 58 long mtype; member in struct:msg 220 ATF_CHECK(msg1.buf[0] != msg2.buf[0]); /* Different mtype. */ 226 ATF_CHECK(msg1.buf[0] == msg2.buf[0]); /* Same mtype. */ 306 long mtype; member in struct:msgsmall
|
| t_msgsnd.c | 57 long mtype; member in struct:msg 200 msg.mtype = 0;
|
| t_msgrcv.c | 58 long mtype; member in struct:msg 220 ATF_CHECK(msg1.buf[0] != msg2.buf[0]); /* Different mtype. */ 226 ATF_CHECK(msg1.buf[0] == msg2.buf[0]); /* Same mtype. */ 306 long mtype; member in struct:msgsmall
|
| t_msgsnd.c | 57 long mtype; member in struct:msg 200 msg.mtype = 0;
|
| /src/external/bsd/nvi/dist/common/ |
| msg.h | 59 mtype_t mtype; /* Message type: M_NONE, M_ERR, M_INFO. */ member in struct:_msg
|
| msg.h | 59 mtype_t mtype; /* Message type: M_NONE, M_ERR, M_INFO. */ member in struct:_msg
|
| /src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| intr.c | 354 int mtype; 361 mtype = 0; 367 mtype = maxtype(mtype, ep->vtype); 374 if( ! ONEOF(mtype, MSKINT|MSKLOGICAL) ) 420 if(sp->atype == mtype) { 423 sp[1].atype == mtype) 438 if(mtype != sp->atype) 441 if((q = finline(sp-spectab, mtype, argsp->b_list.listp))) 463 if( ! ONEOF(mtype, MSKINT|MSKREAL) 352 int mtype; local [all...] |
| intr.c | 354 int mtype; 361 mtype = 0; 367 mtype = maxtype(mtype, ep->vtype); 374 if( ! ONEOF(mtype, MSKINT|MSKLOGICAL) ) 420 if(sp->atype == mtype) { 423 sp[1].atype == mtype) 438 if(mtype != sp->atype) 441 if((q = finline(sp-spectab, mtype, argsp->b_list.listp))) 463 if( ! ONEOF(mtype, MSKINT|MSKREAL) 352 int mtype; local [all...] |
| /src/external/gpl3/gcc.old/dist/libobjc/ |
| gc.c | 100 const char *mtype; local 108 objc_layout_structure_get_info (&layout, &position, NULL, &mtype); 111 if (*mtype == '"') 113 for (mtype++; *mtype++ != '"';) 117 if (*mtype == _C_GCINVISIBLE) 120 mtype++; 126 switch (*mtype) { 138 __objc_gc_setup_array (mask, mtype, position); 142 __objc_gc_setup_struct (mask, mtype, position) [all...] |
| gc.c | 100 const char *mtype; local 108 objc_layout_structure_get_info (&layout, &position, NULL, &mtype); 111 if (*mtype == '"') 113 for (mtype++; *mtype++ != '"';) 117 if (*mtype == _C_GCINVISIBLE) 120 mtype++; 126 switch (*mtype) { 138 __objc_gc_setup_array (mask, mtype, position); 142 __objc_gc_setup_struct (mask, mtype, position) [all...] |
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| heaptrace.c | 39 Heap_type mtype; /* subtype of packet */ member in struct:Heap_packet 168 (int) offsetof (Heap_packet, mtype), 169 fld_sizeof (Heap_packet, mtype) == 4 ? "INT32" : "INT64"); 287 hpacket.mtype = MALLOC_TRACE; 323 hpacket.mtype = FREE_TRACE; 362 hpacket.mtype = REALLOC_TRACE; 394 hpacket.mtype = MALLOC_TRACE; 427 hpacket.mtype = MALLOC_TRACE; 464 hpacket.mtype = MALLOC_TRACE; 478 __collector_heap_record (int mtype, size_t size, void *vaddr [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| heaptrace.c | 39 Heap_type mtype; /* subtype of packet */ member in struct:Heap_packet 168 (int) offsetof (Heap_packet, mtype), 169 fld_sizeof (Heap_packet, mtype) == 4 ? "INT32" : "INT64"); 287 hpacket.mtype = MALLOC_TRACE; 323 hpacket.mtype = FREE_TRACE; 362 hpacket.mtype = REALLOC_TRACE; 394 hpacket.mtype = MALLOC_TRACE; 427 hpacket.mtype = MALLOC_TRACE; 464 hpacket.mtype = MALLOC_TRACE; 478 __collector_heap_record (int mtype, size_t size, void *vaddr [all...] |