Lines Matching defs:cd
46 int cd;
52 cd = idx->add[az <= siz->add ? az : 0];
53 vcioputc(vcd->inst, cd);
55 if(tbl->code[cd].inst1.size == 0)
87 int cd;
92 cd = idx->copy[md][cz <= siz->copy[md] ? cz : 0];
93 vcioputc(vcd->inst, cd);
94 if(tbl->code[cd].inst1.size == 0)
111 int cd;
128 { cd = idx->addcopy[sav->dtsz][md][cz];
129 vcioputc(vcd->inst, cd);
157 int cd;
169 { cd = idx->copyadd[sav->mode][sav->dtsz][az];
170 vcioputc(vcd->inst, cd);
398 { Vcdcode_t* cd;
405 cd = code + vciogetc(&inst);
408 { in = i == 0 ? &cd->inst1 : &cd->inst2;