| /openbsd-src/sys/dev/fdt/ |
| H A D | amlpwm.c | 142 uint32_t pwm, misc; in amlpwm_get_state() local 151 misc = HREAD4(sc, PWM_MISC_REG_AB); in amlpwm_get_state() 154 if ((misc & PWM_A_CLK_EN) && (misc & PWM_A_EN)) in amlpwm_get_state() 156 clk_div = PWM_A_CLK_DIV(misc); in amlpwm_get_state() 158 if ((misc & PWM_B_CLK_EN) && (misc & PWM_B_EN)) in amlpwm_get_state() 160 clk_div = PWM_B_CLK_DIV(misc); in amlpwm_get_state() 179 uint32_t pwm, misc; in amlpwm_set_state() local 206 misc = HREAD4(sc, PWM_MISC_REG_AB); in amlpwm_set_state() 209 misc &= ~PWM_A_CLK_DIV_MASK; in amlpwm_set_state() 210 misc |= (clk_div - 1) << PWM_A_CLK_DIV_SHIFT; in amlpwm_set_state() [all …]
|
| H A D | imxehci.c | 124 uint32_t phy[1], misc[2]; in imxehci_attach() local 141 misc, sizeof(misc)) != sizeof(misc)) in imxehci_attach() 144 misc_node = OF_getnodebyphandle(misc[0]); in imxehci_attach() 156 sc->sc_unit = misc[1]; in imxehci_attach() 185 switch (misc[1]) { in imxehci_attach()
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | elf32-ip2k.c | 28 struct misc struct 55 PARAMS ((bfd *, asection *, Elf_Internal_Rela *, struct misc *)); argument 57 PARAMS ((bfd *, asection *, Elf_Internal_Rela *, bfd_boolean *, struct misc *)); 61 PARAMS ((bfd *, asection *, Elf_Internal_Rela *, bfd_boolean *, struct misc *)); 65 PARAMS ((bfd *, asection *, Elf_Internal_Rela *, bfd_boolean *, struct misc *)); 69 PARAMS ((bfd *, asection *, bfd_boolean *, struct misc *, unsigned long, unsigned long)); 416 ip2k_test_page_insn (abfd, sec, irel, misc) in ip2k_test_page_insn() argument 420 struct misc *misc; 425 symval = symbol_value (abfd, misc->symtab_hdr, misc->isymbuf, irel); 434 ip2k_nominal_page_bits (abfd, sec, irel->r_offset, misc->contents)) [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | elf32-ip2k.c | 30 struct misc struct 523 struct misc *misc) in ip2k_test_page_insn() argument 528 symval = symbol_value (abfd, misc->symtab_hdr, misc->isymbuf, irel); in ip2k_test_page_insn() 537 ip2k_nominal_page_bits (abfd, sec, irel->r_offset, misc->contents)) in ip2k_test_page_insn() 805 struct misc *misc) in ip2k_delete_page_insn() argument 808 elf_section_data (sec)->relocs = misc->irelbase; in ip2k_delete_page_insn() 809 elf_section_data (sec)->this_hdr.contents = misc->contents; in ip2k_delete_page_insn() 810 misc->symtab_hdr->contents = (bfd_byte *) misc->isymbuf; in ip2k_delete_page_insn() 830 struct misc *misc) in ip2k_relax_switch_table_128() argument 832 Elf_Internal_Rela *irelend = misc->irelbase + sec->reloc_count; in ip2k_relax_switch_table_128() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | pp | 54 use warnings 'misc' ; 61 no warnings 'misc' ; 81 use warnings 'misc' ; 83 no warnings 'misc' ; 89 use warnings 'misc' ; 91 no warnings 'misc' ; 97 use warnings 'misc'; 100 no warnings 'misc'; 109 use warnings 'misc'; 112 no warnings 'misc'; [all …]
|
| H A D | pp_hot | 184 use warnings 'misc' ; 186 no warnings 'misc' ; 192 use warnings 'misc' ; 194 no warnings 'misc' ; 317 use warnings 'misc'; 321 no warnings 'misc'; 333 use warnings 'misc'; 338 no warnings 'misc'; 347 use warnings 'misc'; 353 use warnings 'misc';
|
| H A D | universal | 10 use warnings 'misc' ; 19 use warnings 'misc' ;
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | OpenMPSupport.rst | 233 | misc | array shaping | :go… 235 | misc | library shutdown (omp_pause_resource[_all]) | :no… 237 | misc | metadirectives | :pa… 239 | misc | conditional modifier for lastprivate clause | :go… 241 | misc | iterator and multidependences | :go… 243 | misc | depobj directive and depobj dependency kind | :go… 245 | misc | user-defined function variants | :pa… 247 | misc | pointer/reference to pointer based array reductions | :no… 249 | misc | prevent new type definitions in clauses | :go… 318 | misc | 'omp_all_memory' keyword and use in 'depend' clause | :go… [all …]
|
| /openbsd-src/gnu/llvm/libcxx/ |
| H A D | .clang-tidy | 11 misc-definitions-in-headers, 12 misc-misplaced-const, 13 misc-non-copyable-objects, 14 misc-uniqueptr-reset-release, 54 # misc-unused-parameters,
|
| /openbsd-src/regress/usr.bin/ssh/unittests/sshsig/ |
| H A D | mktestdata.sh | 10 if [ -f ../../../misc/sk-dummy/sk-dummy.so ] ; then 11 SK_DUMMY=../../../misc/sk-dummy/sk-dummy.so 12 elif [ -f ../../../misc/sk-dummy/obj/sk-dummy.so ] ; then 13 SK_DUMMY=../../../misc/sk-dummy/obj/sk-dummy.so
|
| /openbsd-src/usr.bin/mail/ |
| H A D | Makefile | 12 cd ${.CURDIR}/misc; ${INSTALL} ${INSTALL_COPY} -o root -g wheel \ 14 cd ${.CURDIR}/misc; ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \ 15 -m 444 ${SFILES} ${DESTDIR}/usr/share/misc
|
| /openbsd-src/usr.bin/tic/ |
| H A D | capconvert | 127 if test $OPT ../misc/shlib ; then 161 if test -f ../misc/terminfo.src 164 master=../misc/terminfo.src
|
| /openbsd-src/bin/ksh/ |
| H A D | CONTRIBUTORS | 4 readmes (most of which are still in the misc directory) and the source 31 cleaned up configuration, many bug fixes (see misc/Changes.jrm). 34 (see misc/ChangeLog.sjg and misc/ReadME.sjg). 37 misc bug fixes. 39 added async job notification, added CDPATH and other cd fixes, misc bug 44 merged John Rochester's vi code into pdksh, misc bug fixes. 50 OS/2 port; misc bug fixes. 57 mode (see misc/Changes.mlj), added v to vi, fixes for history; fixed
|
| /openbsd-src/sys/dev/ic/ |
| H A D | vgareg.h | 33 u_int8_t colreset, misc; member 47 u_int8_t rdplanesel, mode, misc, colorcare; member
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | fcodes_s.t | 150 $x->_out(qq{=pod\n\nL<news:comp.lang.perl.misc>\n}), 151 " news:comp.lang.perl.misc\n\n" 170 $x->_out(qq{=pod\n\nL<news:compE<46>lang.perl.misc>\n}), 171 " news:comp.lang.perl.misc\n\n" 272 x(qq{L<news:comp.lang.perl.misc>\n}), 273 qq{\n<p><a href="news:comp.lang.perl.misc" class="podlinkurl"\n>news:comp.lang.perl.misc</a></p>\n} 292 x(qq{L<news:compE<46>lang.perl.misc>\n}), 293 qq{\n<p><a href="news:comp.lang.perl.misc" class="podlinkurl"\n>news:comp.lang.perl.misc</ [all...] |
| /openbsd-src/regress/usr.bin/ssh/unittests/conversion/ |
| H A D | Makefile | 7 SRCS+=sshbuf-getput-basic.c sshbuf-getput-crypto.c sshbuf-misc.c sshbuf.c 8 SRCS+=atomicio.c misc.c xmalloc.c log.c uidswap.c cleanup.c fatal.c ssherr.c
|
| /openbsd-src/regress/usr.bin/ssh/unittests/match/ |
| H A D | Makefile | 7 SRCS+=sshbuf-getput-basic.c sshbuf-getput-crypto.c sshbuf-misc.c sshbuf.c 8 SRCS+=match.c misc.c log.c uidswap.c fatal.c ssherr.c addrmatch.c xmalloc.c
|
| /openbsd-src/share/termtypes/ |
| H A D | Makefile | 22 ${DESTDIR}${BINDIR}/misc/termcap 23 ln -fs ${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap
|
| /openbsd-src/gnu/usr.bin/cvs/vms/ |
| H A D | Makefile.am | 31 misc.c \ 32 misc.h \
|
| H A D | build_vms.com | 7 $ CC misc.c 22 filutils.obj,getpass.obj,getwd.obj,misc.obj,ndir.obj,pipe.obj,-
|
| /openbsd-src/sys/dev/pci/drm/radeon/ |
| H A D | radeon_atombios.c | 1627 uint16_t data_offset, misc; in radeon_atombios_get_lvds_info() local 1665 misc = le16_to_cpu(lvds_info->info.sLCDTiming.susModeMiscInfo.usAccess); in radeon_atombios_get_lvds_info() 1666 if (misc & ATOM_VSYNC_POLARITY) in radeon_atombios_get_lvds_info() 1668 if (misc & ATOM_HSYNC_POLARITY) in radeon_atombios_get_lvds_info() 1670 if (misc & ATOM_COMPOSITESYNC) in radeon_atombios_get_lvds_info() 1672 if (misc & ATOM_INTERLACE) in radeon_atombios_get_lvds_info() 1674 if (misc & ATOM_DOUBLE_CLOCK_MODE) in radeon_atombios_get_lvds_info() 1806 u16 data_offset, misc; in radeon_atom_get_tv_timings() 1831 misc = le16_to_cpu(tv_info->aModeTimings[index].susModeMiscInfo.usAccess); in radeon_atom_get_tv_timings() 1832 if (misc in radeon_atom_get_tv_timings() 1803 u16 data_offset, misc; radeon_atom_get_tv_timings() local 2048 radeon_atombios_parse_misc_flags_1_3(struct radeon_device * rdev,int state_index,u32 misc,u32 misc2) radeon_atombios_parse_misc_flags_1_3() argument 2089 u32 misc, misc2 = 0; radeon_atombios_parse_power_table_1_3() local 2414 u32 misc = le32_to_cpu(non_clock_info->ulCapsAndSettings); radeon_atombios_parse_pplib_non_clock_info() local [all...] |
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dml/dcn31/ |
| H A D | display_rq_dlg_calc_31.c | 142 …if ((double) rq_param->misc.rq_l.stored_swath_bytes / (double) rq_param->misc.rq_c.stored_swath_by… in extract_rq_regs() 160 …dml_print("DML_DLG: %s: rq_l.stored_swath_bytes = %0d\n", __func__, rq_param->misc.rq_l.stored_swa… in extract_rq_regs() 161 …dml_print("DML_DLG: %s: rq_c.stored_swath_bytes = %0d\n", __func__, rq_param->misc.rq_c.stored_swa… in extract_rq_regs() 182 full_swath_bytes_packed_l = rq_param->misc.rq_l.full_swath_bytes; in handle_det_buf_split() 183 full_swath_bytes_packed_c = rq_param->misc.rq_c.full_swath_bytes; in handle_det_buf_split() 191 …full_swath_bytes_packed_l = dml_round_to_multiple(rq_param->misc.rq_l.full_swath_bytes * 2.0 / 3.0… in handle_det_buf_split() 192 …full_swath_bytes_packed_c = dml_round_to_multiple(rq_param->misc.rq_c.full_swath_bytes * 2.0 / 3.0… in handle_det_buf_split() 250 rq_param->misc.rq_l.stored_swath_bytes = swath_bytes_l; in handle_det_buf_split() 251 rq_param->misc.rq_c.stored_swath_bytes = swath_bytes_c; in handle_det_buf_split() 255 …dml_print("DML_DLG: %s: rq_l.stored_swath_bytes = %0d\n", __func__, rq_param->misc.rq_l.stored_swa… in handle_det_buf_split() [all …]
|
| /openbsd-src/regress/usr.bin/ssh/unittests/sshbuf/ |
| H A D | Makefile | 14 SRCS+=sshbuf-getput-basic.c sshbuf-getput-crypto.c sshbuf-misc.c sshbuf.c 15 SRCS+=sshbuf-io.c atomicio.c misc.c xmalloc.c log.c fatal.c ssherr.c cleanup.c
|
| /openbsd-src/regress/usr.bin/ssh/unittests/misc/ |
| H A D | Makefile | 16 SRCS+= sshbuf-misc.c 20 SRCS+= misc.c
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dml/dcn314/ |
| H A D | display_rq_dlg_calc_314.c | 230 …if ((double) rq_param->misc.rq_l.stored_swath_bytes / (double) rq_param->misc.rq_c.stored_swath_by… in extract_rq_regs() 248 …dml_print("DML_DLG: %s: rq_l.stored_swath_bytes = %0d\n", __func__, rq_param->misc.rq_l.stored_swa… in extract_rq_regs() 249 …dml_print("DML_DLG: %s: rq_c.stored_swath_bytes = %0d\n", __func__, rq_param->misc.rq_c.stored_swa… in extract_rq_regs() 270 full_swath_bytes_packed_l = rq_param->misc.rq_l.full_swath_bytes; in handle_det_buf_split() 271 full_swath_bytes_packed_c = rq_param->misc.rq_c.full_swath_bytes; in handle_det_buf_split() 279 …full_swath_bytes_packed_l = dml_round_to_multiple(rq_param->misc.rq_l.full_swath_bytes * 2.0 / 3.0… in handle_det_buf_split() 280 …full_swath_bytes_packed_c = dml_round_to_multiple(rq_param->misc.rq_c.full_swath_bytes * 2.0 / 3.0… in handle_det_buf_split() 338 rq_param->misc.rq_l.stored_swath_bytes = swath_bytes_l; in handle_det_buf_split() 339 rq_param->misc.rq_c.stored_swath_bytes = swath_bytes_c; in handle_det_buf_split() 343 …dml_print("DML_DLG: %s: rq_l.stored_swath_bytes = %0d\n", __func__, rq_param->misc.rq_l.stored_swa… in handle_det_buf_split() [all …]
|