| /src/sys/arch/amiga/dev/ |
| msc.c | 580 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 */
|
| /src/sys/arch/amiga/stand/bootblock/boot/ |
| main.c | 127 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;
|
| /src/sys/arch/amiga/amiga/ |
| amiga_init.c | 218 u_int ncd; local 327 ncd = RELOC(ncfdev, int); ncd > 0; ncd--, cd++) {
|
| /src/sys/arch/amiga/stand/loadbsd/ |
| loadbsd.c | 190 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;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-ssa-strength-reduction.cc | 3197 if the NCD matches BB1, return C1 in *WHERE; if the NCD matches BB2, 3198 return C2 in *WHERE; and if the NCD matches neither, return NULL in 3205 basic_block ncd; 3219 ncd = nearest_common_dominator (CDI_DOMINATORS, bb1, bb2); 3223 if (bb1 == ncd && bb2 == ncd) 3233 else if (bb1 == ncd) 3236 else if (bb2 == ncd) 3243 return ncd; 3196 basic_block ncd; local 3289 basic_block ncd = NULL; local 3316 basic_block sib_ncd = NULL, dep_ncd = NULL, this_ncd = NULL, ncd; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-ssa-strength-reduction.cc | 3197 if the NCD matches BB1, return C1 in *WHERE; if the NCD matches BB2, 3198 return C2 in *WHERE; and if the NCD matches neither, return NULL in 3205 basic_block ncd; 3219 ncd = nearest_common_dominator (CDI_DOMINATORS, bb1, bb2); 3223 if (bb1 == ncd && bb2 == ncd) 3233 else if (bb1 == ncd) 3236 else if (bb2 == ncd) 3243 return ncd; 3196 basic_block ncd; local 3289 basic_block ncd = NULL; local 3316 basic_block sib_ncd = NULL, dep_ncd = NULL, this_ncd = NULL, ncd; local [all...] |