Searched refs:ncd (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/ibmnws/conf/
H A DMakefile.ibmnws.inc5 ${TOOL_NCDCS} $@ $@.ncd; \
6 mv $@.ncd $@
/netbsd-current/sys/arch/amiga/stand/bootblock/boot/
H A Dmain.c127 int ncd, nseg; local
264 for (ncd=0, cd=0; (cd = FindConfigDev(cd, -1, -1)); ncd++)
369 + sizeof(*nkcd) + ncd*sizeof(*cd)
419 *nkcd = ncd;
/netbsd-current/sys/arch/amiga/stand/loadbsd/
H A Dloadbsd.c190 int boothowto, ncd, i, mem_ix, ch; local
296 for (cd = 0, ncd = 0; cd = FindConfigDev(cd, -1, -1); ncd++)
315 + sizeof(*nkcd) + ncd * sizeof(*cd)
396 *nkcd = ncd;
/netbsd-current/sys/arch/amiga/dev/
H A Dmsc.c580 unsigned char ncd, ocd, ccd; local
600 ncd = msc->board->CDBuf[bufpos++]; /* get one event */
601 ccd = ncd ^ ocd; /* mask of changed lines*/
602 ocd = ncd; /* save new status bits */
604 printf("ocd %02x ncd %02x ccd %02x\n", ocd, ncd, ccd);
609 if (ncd & 1) { /* CD is now OFF */
644 ccd >>= 1; ncd >>= 1; /* bit for next line */
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-strength-reduction.c3204 basic_block ncd;
3218 ncd = nearest_common_dominator (CDI_DOMINATORS, bb1, bb2);
3222 if (bb1 == ncd && bb2 == ncd)
3232 else if (bb1 == ncd)
3235 else if (bb2 == ncd)
3242 return ncd;
3253 basic_block ncd, slsr_cand_t *where)
3265 ncd = ncd_with_phi (c, incr, as_a <gphi *> (arg_def), ncd, wher
3195 basic_block ncd; local
3243 ncd_with_phi(slsr_cand_t c, const widest_int &incr, gphi *phi, basic_block ncd, slsr_cand_t *where) argument
3288 basic_block ncd = NULL; local
3315 basic_block sib_ncd = NULL, dep_ncd = NULL, this_ncd = NULL, ncd; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-strength-reduction.cc3203 basic_block ncd;
3217 ncd = nearest_common_dominator (CDI_DOMINATORS, bb1, bb2);
3221 if (bb1 == ncd && bb2 == ncd)
3231 else if (bb1 == ncd)
3234 else if (bb2 == ncd)
3241 return ncd;
3252 basic_block ncd, slsr_cand_t *where)
3264 ncd = ncd_with_phi (c, incr, as_a <gphi *> (arg_def), ncd, wher
3194 basic_block ncd; local
3242 ncd_with_phi(slsr_cand_t c, const widest_int &incr, gphi *phi, basic_block ncd, slsr_cand_t *where) argument
3287 basic_block ncd = NULL; local
3314 basic_block sib_ncd = NULL, dep_ncd = NULL, this_ncd = NULL, ncd; local
[all...]
/netbsd-current/sys/arch/amiga/amiga/
H A Damiga_init.c218 u_int ncd; local
327 ncd = RELOC(ncfdev, int); ncd > 0; ncd--, cd++) {

Completed in 119 milliseconds