Searched refs:CVT (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/compat/netbsd32/
H A Dnetbsd32_compat_14.c80 #define CVT(x) perm->x = operm->x macro
81 CVT(uid);
82 CVT(gid);
83 CVT(cuid);
84 CVT(cgid);
85 CVT(mode);
86 #undef CVT macro
93 #define CVT(x) operm->x = perm->x macro
94 CVT(uid);
95 CVT(gi
99 #undef CVT macro
114 #define CVT macro
122 #undef CVT macro
131 #define CVT macro
139 #undef CVT macro
153 #define CVT macro
157 #undef CVT macro
166 #define CVT macro
170 #undef CVT macro
179 #define CVT macro
187 #undef CVT macro
196 #define CVT macro
204 #undef CVT macro
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/sys/
H A Dipc.h71 #define CVT(x) perm->x = operm->x macro
72 CVT(uid);
73 CVT(gid);
74 CVT(cuid);
75 CVT(cgid);
76 CVT(mode);
77 #undef CVT macro
84 #define CVT(x) operm->x = perm->x macro
85 CVT(uid);
86 CVT(gi
90 #undef CVT macro
[all...]
H A Dmsg.h96 #define CVT(x) msqbuf->x = omsqbuf->x macro
97 CVT(msg_qnum);
98 CVT(msg_qbytes);
99 CVT(msg_lspid);
100 CVT(msg_lrpid);
101 CVT(msg_stime);
102 CVT(msg_rtime);
103 CVT(msg_ctime);
104 #undef CVT macro
113 #define CVT( macro
122 #undef CVT macro
137 #define CVT macro
145 #undef CVT macro
154 #define CVT macro
163 #undef CVT macro
[all...]
H A Dshm.h99 #define CVT(x) shmbuf->x = oshmbuf->x macro
100 CVT(shm_segsz);
101 CVT(shm_lpid);
102 CVT(shm_cpid);
103 CVT(shm_nattch);
104 CVT(shm_atime);
105 CVT(shm_dtime);
106 CVT(shm_ctime);
107 #undef CVT macro
116 #define CVT( macro
125 #undef CVT macro
135 #define CVT macro
143 #undef CVT macro
152 #define CVT macro
161 #undef CVT macro
[all...]
H A Dsem.h67 #define CVT(x) sembuf->x = osembuf->x macro
68 CVT(sem_nsems);
69 CVT(sem_otime);
70 CVT(sem_ctime);
71 #undef CVT macro
80 #define CVT(x) osembuf->x = sembuf->x macro
82 CVT(sem_nsems);
85 #undef CVT macro
95 #define CVT(x) sembuf->x = osembuf->x macro
96 CVT(sem_nsem
99 #undef CVT macro
108 #define CVT macro
113 #undef CVT macro
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/vax/
H A Dlocal2.c194 #define CVT 2 /* cvt + src type + dst type */ macro
203 { MVD, MVD, CVT, CVT, CVT, CVT, CSE, CSE, CVT, CVT },
205 { MVD, MVD, MVD, MVD, CVT, CVT, CSE, CSE, CVT, CV
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Dtree.c702 for (tn=ln; tn->tn_op==CVT && !tn->tn_cast; tn=tn->tn_left)
705 for (tn=rn; tn->tn_op==CVT && !tn->tn_cast; tn=tn->tn_left)
741 if (ln->tn_op == CVT && ln->tn_cast &&
761 if (ln->tn_op == CVT && ln->tn_cast &&
926 while (rn->tn_op == CVT)
1019 if (ln->tn_op == CVT && ln->tn_cast &&
1046 case CVT:
1638 ntn->tn_op = CVT;
1640 ntn->tn_cast = op == CVT;
1721 if (op == CVT)
[all...]
H A Dfunc.c1011 while ((op = rn->tn_op) == CVT || op == PLUS)
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dfp.S347 PTR_WORD cvt_d_s # func 33 41 CVT.D.S
350 PTR_WORD cvt_w_s # func 36 44 CVT.W.S
351 PTR_WORD cvt_l_s # func 37 45 CVT.L.S
352 PTR_WORD cvt_ps_s # func 38 46 CVT.PS.S
412 PTR_WORD cvt_s_d # func 32 40 CVT.S.D
416 PTR_WORD cvt_w_d # func 36 44 CVT.W.D
417 PTR_WORD cvt_l_d # func 37 45 CVT.L.D
478 PTR_WORD cvt_s_w # func 32 40 CVT.S.W
479 PTR_WORD cvt_d_w # func 33 41 CVT.D.W
484 PTR_WORD cvt_ps_pw # func 38 46 CVT
[all...]

Completed in 202 milliseconds