Searched refs:stat2 (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/sys/dev/isa/ |
| H A D | cec.c | 245 u_int8_t stat1, stat2; in cecintr() local 248 stat2 = bus_space_read_1(iot, ioh, NEC7210_ISR2); in cecintr() 251 sc, stat1, stat2)); in cecintr() 663 u_int8_t stat1, stat2; in cecwait() local 669 stat2 = bus_space_read_1(iot, ioh, NEC7210_ISR2); in cecwait() 681 if ((stat1 & x1) || (stat2 & x2)) in cecwait()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans-stmt.cc | 863 tree stat = NULL_TREE, stat2 = NULL_TREE; in gfc_trans_lock_unlock() local 979 stat2 = stat; in gfc_trans_lock_unlock() 1017 if (stat2 != NULL_TREE) in gfc_trans_lock_unlock() 1018 gfc_add_modify (&se.pre, stat2, in gfc_trans_lock_unlock() 1019 fold_convert (TREE_TYPE (stat2), stat)); in gfc_trans_lock_unlock() 1044 tree stat = NULL_TREE, stat2 = NULL_TREE; in gfc_trans_event_post_wait() local 1177 stat2 = stat; in gfc_trans_event_post_wait() 1204 if (stat2 != NULL_TREE) in gfc_trans_event_post_wait() 1205 gfc_add_modify (&se.pre, stat2, fold_convert (TREE_TYPE (stat2), stat)); in gfc_trans_event_post_wait()
|
| H A D | trans-intrinsic.cc | 12042 tree stat = NULL_TREE, stat2 = NULL_TREE; in conv_intrinsic_event_query() local 12154 stat2 = stat; in conv_intrinsic_event_query() 12170 if (stat2 != NULL_TREE) in conv_intrinsic_event_query() 12171 gfc_add_modify (&se.pre, stat2, in conv_intrinsic_event_query() 12172 fold_convert (TREE_TYPE (stat2), stat)); in conv_intrinsic_event_query()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans-stmt.c | 829 tree stat = NULL_TREE, stat2 = NULL_TREE; in gfc_trans_lock_unlock() local 945 stat2 = stat; in gfc_trans_lock_unlock() 983 if (stat2 != NULL_TREE) in gfc_trans_lock_unlock() 984 gfc_add_modify (&se.pre, stat2, in gfc_trans_lock_unlock() 985 fold_convert (TREE_TYPE (stat2), stat)); in gfc_trans_lock_unlock() 1010 tree stat = NULL_TREE, stat2 = NULL_TREE; in gfc_trans_event_post_wait() local 1143 stat2 = stat; in gfc_trans_event_post_wait() 1170 if (stat2 != NULL_TREE) in gfc_trans_event_post_wait() 1171 gfc_add_modify (&se.pre, stat2, fold_convert (TREE_TYPE (stat2), stat)); in gfc_trans_event_post_wait()
|
| H A D | trans-intrinsic.c | 11673 tree stat = NULL_TREE, stat2 = NULL_TREE; in conv_intrinsic_event_query() local 11785 stat2 = stat; in conv_intrinsic_event_query() 11801 if (stat2 != NULL_TREE) in conv_intrinsic_event_query() 11802 gfc_add_modify (&se.pre, stat2, in conv_intrinsic_event_query() 11803 fold_convert (TREE_TYPE (stat2), stat)); in conv_intrinsic_event_query()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | arc.c | 888 #define ARCSTAT_CONDSTAT(cond1, stat1, notstat1, cond2, stat2, notstat2, stat) \ argument 891 ARCSTAT_BUMP(arcstat_##stat1##_##stat2##_##stat); \ 897 ARCSTAT_BUMP(arcstat_##notstat1##_##stat2##_##stat); \
|