Searched refs:cccc (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/bzip2/
H A Dbzlib_private.h444 #define BZ_GET_FAST(cccc) \
448 cccc = (UChar)(s->tPos & 0xff); \
451 #define BZ_GET_FAST_C(cccc) \
455 cccc = (UChar)(c_tPos & 0xff); \
475 #define BZ_GET_SMALL(cccc) \
478 cccc = BZ2_indexIntoF ( s->tPos, s->cftab ); \
/freebsd-11-stable/sys/dev/mvs/
H A Dmvs_pci.c117 ctlr->cccc = 8;
119 device_get_unit(dev), "cccc", &ctlr->cccc);
120 if (ctlr->ccc == 0 || ctlr->cccc == 0) {
122 ctlr->cccc = 0;
205 int i, ccc = ctlr->ccc, cccc = ctlr->cccc, ccim = 0; local
216 ctlr->ccc, ctlr->cccc);
221 ATA_OUTL(ctlr->r_mem, CHIP_ICT, cccc);
227 cccc
[all...]
H A Dmvs_soc.c120 ctlr->cccc = 8;
122 device_get_unit(dev), "cccc", &ctlr->cccc);
123 if (ctlr->ccc == 0 || ctlr->cccc == 0) {
125 ctlr->cccc = 0;
208 int ccc = ctlr->ccc, cccc = ctlr->cccc, ccim = 0; local
220 ctlr->ccc, ctlr->cccc);
223 ATA_OUTL(ctlr->r_mem, HC_ICT, cccc);
H A Dmvs.h602 int cccc; /* CCC commands */ member in struct:mvs_controller
/freebsd-11-stable/crypto/openssh/regress/
H A Dcfginclude.sh71 Hostname cccc
212 Hostname cccc

Completed in 2289 milliseconds