Home
last modified time | relevance | path

Searched refs:ckd (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/emulators/hercules/hercules-3.13/
H A Ddasdtab.c302 store_fw (devid + 4, (ckd->devt << 16) | (ckd->model << 8) | 0x00); in dasd_build_ckd_devid()
329 || 0x2311 == ckd->devt in dasd_build_ckd_devid()
330 || 0x2314 == ckd->devt in dasd_build_ckd_devid()
349 if (cyls > ckd->cyls) altcyls = cyls - ckd->cyls; in dasd_build_ckd_devchar()
368 if (ckd->formula == 1) in dasd_build_ckd_devchar()
371 devchar[23] = (BYTE)(ckd->f1); // Factor F1 in dasd_build_ckd_devchar()
372 store_hw(devchar+24, ckd->f2); // Factor F2 in dasd_build_ckd_devchar()
373 store_hw(devchar+26, ckd->f3); // Factor F3 in dasd_build_ckd_devchar()
375 else if (ckd->formula == 2) in dasd_build_ckd_devchar()
387 store_hw(devchar+30, altcyls * ckd->heads); in dasd_build_ckd_devchar()
[all …]
H A Ddasdinit.c149 CKDDEV *ckd; /* -> CKD device table entry */ in main() local
200 ckd = dasd_lookup (DASD_CKDDEV, argv[2], 0, 0); in main()
201 if (ckd != NULL) in main()
204 devtype = ckd->devt; in main()
205 size = ckd->cyls; in main()
206 altsize = ckd->altcyls; in main()
207 heads = ckd->heads; in main()
208 maxdlen = ckd->r1; in main()
H A Ddasdutil.c620 if (ckd == NULL) in open_ckd_image()
1028 trklen = ckd->len; in capacity_calc()
1029 maxlen = ckd->r1; in capacity_calc()
1030 heads = ckd->heads; in capacity_calc()
1031 cyls = ckd->cyls; in capacity_calc()
1033 switch (ckd->formula) { in capacity_calc()
1036 c = ckd->f1; x = ckd->f2; d1 = ckd->f3; d2 = ckd->f4; in capacity_calc()
1046 c = ckd->f1; x = ckd->f2; in capacity_calc()
1054 f1 = ckd->f1; f2 = ckd->f2; f3 = ckd->f3; in capacity_calc()
1065 f1 = ckd->f1; f2 = ckd->f2; f3 = ckd->f3; in capacity_calc()
[all …]
H A Ddasdcopy.c67 CKDDEV *ckd=NULL; /* -> CKD device table entry */ in main() local
278 ckd = dasd_lookup (DASD_CKDDEV, NULL, idev->devtype, cyls); in main()
279 if (ckd == NULL) in main()
288 if (cyls <= ckd->cyls && alt) cyls = ckd->cyls + ckd->altcyls; in main()
316 ckd->r1, cyls, "", comp, lfs, 1+r, nullfmt, 0); in main()
H A Dcckddiag.c380 CKDDEV *ckd=0; /* CKD DASD table entry */ in main() local
502 ckd = dasd_lookup(DASD_CKDDEV, NULL, devhdr.devtype, 0); in main()
503 if (ckd == NULL) { in main()
542 ckd->name, heads); in main()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/txx9/generic/
H A Dsetup_tx4939.c502 __u64 pcfg, rst = 0, ckd = 0; in tx4939_stop_unused_modules() local
511 ckd |= TX4939_CLKCTR_ACLCKD; in tx4939_stop_unused_modules()
519 ckd |= TX4939_CLKCTR_I2SCKD; in tx4939_stop_unused_modules()
524 ckd |= TX4939_CLKCTR_ATA0CKD; in tx4939_stop_unused_modules()
529 ckd |= TX4939_CLKCTR_ATA1CKD; in tx4939_stop_unused_modules()
534 ckd |= TX4939_CLKCTR_SPICKD; in tx4939_stop_unused_modules()
539 ckd |= TX4939_CLKCTR_VPCCKD; in tx4939_stop_unused_modules()
544 ckd |= TX4939_CLKCTR_SIO2CKD; in tx4939_stop_unused_modules()
549 ckd |= TX4939_CLKCTR_SIO3CKD; in tx4939_stop_unused_modules()
552 if (rst | ckd) { in tx4939_stop_unused_modules()
[all …]
H A Dsetup_tx4938.c433 __u64 pcfg, rst = 0, ckd = 0; in tx4938_stop_unused_modules() local
443 ckd |= TX4938_CLKCTR_ACLCKD; in tx4938_stop_unused_modules()
451 ckd |= TX4938_CLKCTR_ACLCKD; in tx4938_stop_unused_modules()
459 ckd |= TX4938_CLKCTR_NDFCKD; in tx4938_stop_unused_modules()
464 ckd |= TX4938_CLKCTR_SPICKD; in tx4938_stop_unused_modules()
469 if (rst | ckd) { in tx4938_stop_unused_modules()
471 txx9_set64(&tx4938_ccfgptr->clkctr, ckd); in tx4938_stop_unused_modules()
H A Dsetup_tx4927.c310 __u64 pcfg, rst = 0, ckd = 0; in tx4927_stop_unused_modules() local
318 ckd |= TX4927_CLKCTR_ACLCKD; in tx4927_stop_unused_modules()
321 if (rst | ckd) { in tx4927_stop_unused_modules()
323 txx9_set64(&tx4927_ccfgptr->clkctr, ckd); in tx4927_stop_unused_modules()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/txx9/generic/
H A Dsetup_tx4939.c502 __u64 pcfg, rst = 0, ckd = 0; in tx4939_stop_unused_modules() local
511 ckd |= TX4939_CLKCTR_ACLCKD; in tx4939_stop_unused_modules()
519 ckd |= TX4939_CLKCTR_I2SCKD; in tx4939_stop_unused_modules()
524 ckd |= TX4939_CLKCTR_ATA0CKD; in tx4939_stop_unused_modules()
529 ckd |= TX4939_CLKCTR_ATA1CKD; in tx4939_stop_unused_modules()
534 ckd |= TX4939_CLKCTR_SPICKD; in tx4939_stop_unused_modules()
539 ckd |= TX4939_CLKCTR_VPCCKD; in tx4939_stop_unused_modules()
544 ckd |= TX4939_CLKCTR_SIO2CKD; in tx4939_stop_unused_modules()
549 ckd |= TX4939_CLKCTR_SIO3CKD; in tx4939_stop_unused_modules()
552 if (rst | ckd) { in tx4939_stop_unused_modules()
[all …]
H A Dsetup_tx4938.c433 __u64 pcfg, rst = 0, ckd = 0; in tx4938_stop_unused_modules() local
443 ckd |= TX4938_CLKCTR_ACLCKD; in tx4938_stop_unused_modules()
451 ckd |= TX4938_CLKCTR_ACLCKD; in tx4938_stop_unused_modules()
459 ckd |= TX4938_CLKCTR_NDFCKD; in tx4938_stop_unused_modules()
464 ckd |= TX4938_CLKCTR_SPICKD; in tx4938_stop_unused_modules()
469 if (rst | ckd) { in tx4938_stop_unused_modules()
471 txx9_set64(&tx4938_ccfgptr->clkctr, ckd); in tx4938_stop_unused_modules()
H A Dsetup_tx4927.c310 __u64 pcfg, rst = 0, ckd = 0; in tx4927_stop_unused_modules() local
318 ckd |= TX4927_CLKCTR_ACLCKD; in tx4927_stop_unused_modules()
321 if (rst | ckd) { in tx4927_stop_unused_modules()
323 txx9_set64(&tx4927_ccfgptr->clkctr, ckd); in tx4927_stop_unused_modules()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/txx9/generic/
H A Dsetup_tx4939.c502 __u64 pcfg, rst = 0, ckd = 0; in tx4939_stop_unused_modules() local
511 ckd |= TX4939_CLKCTR_ACLCKD; in tx4939_stop_unused_modules()
519 ckd |= TX4939_CLKCTR_I2SCKD; in tx4939_stop_unused_modules()
524 ckd |= TX4939_CLKCTR_ATA0CKD; in tx4939_stop_unused_modules()
529 ckd |= TX4939_CLKCTR_ATA1CKD; in tx4939_stop_unused_modules()
534 ckd |= TX4939_CLKCTR_SPICKD; in tx4939_stop_unused_modules()
539 ckd |= TX4939_CLKCTR_VPCCKD; in tx4939_stop_unused_modules()
544 ckd |= TX4939_CLKCTR_SIO2CKD; in tx4939_stop_unused_modules()
549 ckd |= TX4939_CLKCTR_SIO3CKD; in tx4939_stop_unused_modules()
552 if (rst | ckd) { in tx4939_stop_unused_modules()
[all …]
H A Dsetup_tx4938.c433 __u64 pcfg, rst = 0, ckd = 0; in tx4938_stop_unused_modules() local
443 ckd |= TX4938_CLKCTR_ACLCKD; in tx4938_stop_unused_modules()
451 ckd |= TX4938_CLKCTR_ACLCKD; in tx4938_stop_unused_modules()
459 ckd |= TX4938_CLKCTR_NDFCKD; in tx4938_stop_unused_modules()
464 ckd |= TX4938_CLKCTR_SPICKD; in tx4938_stop_unused_modules()
469 if (rst | ckd) { in tx4938_stop_unused_modules()
471 txx9_set64(&tx4938_ccfgptr->clkctr, ckd); in tx4938_stop_unused_modules()
H A Dsetup_tx4927.c310 __u64 pcfg, rst = 0, ckd = 0; in tx4927_stop_unused_modules() local
318 ckd |= TX4927_CLKCTR_ACLCKD; in tx4927_stop_unused_modules()
321 if (rst | ckd) { in tx4927_stop_unused_modules()
323 txx9_set64(&tx4927_ccfgptr->clkctr, ckd); in tx4927_stop_unused_modules()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/labeling/
H A Dqgslabelpropertydialog.h71 void mFontUnderlineBtn_toggled( bool ckd );
72 void mFontStrikethroughBtn_toggled( bool ckd );
73 void mFontBoldBtn_toggled( bool ckd );
74 void mFontItalicBtn_toggled( bool ckd );
H A Dqgslabelpropertydialog.cpp703 void QgsLabelPropertyDialog::mFontUnderlineBtn_toggled( bool ckd ) in mFontUnderlineBtn_toggled() argument
705 mLabelFont.setUnderline( ckd ); in mFontUnderlineBtn_toggled()
707 insertChangedValue( QgsPalLayerSettings::Underline, ckd ); in mFontUnderlineBtn_toggled()
712 mLabelFont.setStrikeOut( ckd ); in mFontStrikethroughBtn_toggled()
714 insertChangedValue( QgsPalLayerSettings::Strikeout, ckd ); in mFontStrikethroughBtn_toggled()
717 void QgsLabelPropertyDialog::mFontBoldBtn_toggled( bool ckd ) in mFontBoldBtn_toggled() argument
719 mLabelFont.setBold( ckd ); in mFontBoldBtn_toggled()
721 insertChangedValue( QgsPalLayerSettings::Bold, ckd ); in mFontBoldBtn_toggled()
724 void QgsLabelPropertyDialog::mFontItalicBtn_toggled( bool ckd ) in mFontItalicBtn_toggled() argument
726 mLabelFont.setItalic( ckd ); in mFontItalicBtn_toggled()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/app/labeling/
H A Dqgslabelpropertydialog.h72 void mFontUnderlineBtn_toggled( bool ckd );
73 void mFontStrikethroughBtn_toggled( bool ckd );
74 void mFontBoldBtn_toggled( bool ckd );
75 void mFontItalicBtn_toggled( bool ckd );
H A Dqgslabelpropertydialog.cpp764 void QgsLabelPropertyDialog::mFontUnderlineBtn_toggled( bool ckd ) in mFontUnderlineBtn_toggled() argument
766 mLabelFont.setUnderline( ckd ); in mFontUnderlineBtn_toggled()
768 insertChangedValue( QgsPalLayerSettings::Underline, ckd ); in mFontUnderlineBtn_toggled()
773 mLabelFont.setStrikeOut( ckd ); in mFontStrikethroughBtn_toggled()
775 insertChangedValue( QgsPalLayerSettings::Strikeout, ckd ); in mFontStrikethroughBtn_toggled()
778 void QgsLabelPropertyDialog::mFontBoldBtn_toggled( bool ckd ) in mFontBoldBtn_toggled() argument
780 mLabelFont.setBold( ckd ); in mFontBoldBtn_toggled()
782 insertChangedValue( QgsPalLayerSettings::Bold, ckd ); in mFontBoldBtn_toggled()
785 void QgsLabelPropertyDialog::mFontItalicBtn_toggled( bool ckd ) in mFontItalicBtn_toggled() argument
787 mLabelFont.setItalic( ckd ); in mFontItalicBtn_toggled()
[all …]
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dmmul.c404 DECL_DIM_PTRS(ckd); in I8()
510 SET_DIM_PTRS(ckd, cs, 1); in I8()
514 kn = F90_DPTR_EXTENT_G(ckd); in I8()
554 cks = F90_DPTR_SSTRIDE_G(ckd) * F90_DPTR_LSTRIDE_G(ckd); in I8()
556 kcl = DIST_DPTR_CL_G(ckd); in I8()
557 kcn = DIST_DPTR_CN_G(ckd); in I8()
568 (F90_DPTR_SSTRIDE_G(ckd) * kl + F90_DPTR_SOFFSET_G(ckd) - klof); in I8()
631 DECL_DIM_PTRS(ckd); in I8()
732 SET_DIM_PTRS(ckd, cs, 0); in I8()
750 F90_LBASE_G(cs) - 1 + F90_DPTR_SOFFSET_G(ckd) * F90_DPTR_LSTRIDE_G(ckd); in I8()
[all …]
/dports/dns/p5-Net-DNS/Net-DNS-1.32/contrib/
H A DREADME14 loc2earth.fcgi Christopher Davis <ckd@kei.com>
16 loclist.pl Christopher Davis <ckd@kei.com>
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgscollapsiblegroupbox.h130 void checkToggled( bool ckd );
131 void checkClicked( bool ckd );
H A Dqgstextformatwidget.h276 void mFontUnderlineBtn_toggled( bool ckd );
277 void mFontStrikethroughBtn_toggled( bool ckd );
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgscollapsiblegroupbox.h130 void checkToggled( bool ckd );
131 void checkClicked( bool ckd );
H A Dqgstextformatwidget.h277 void mFontUnderlineBtn_toggled( bool ckd );
278 void mFontStrikethroughBtn_toggled( bool ckd );
/dports/japanese/scim-tables/scim-tables-0.5.10/tables/ko/
H A DHanja.txt.in6384 ckd
6385 ckd
6386 ckd
6387 ckd
6388 ckd
6389 ckd
6390 ckd
6391 ckd
6392 ckd
6393 ckd
[all …]

123456789