Home
last modified time | relevance | path

Searched refs:modes (Results 1 – 25 of 1343) sorted by relevance

12345678910>>...54

/netbsd-src/sys/dev/videomode/
H A Dpickmode.c120 sort_modes(struct videomode *modes, struct videomode **preferred, int nmodes) in sort_modes() argument
134 if (*preferred != modes) { in sort_modes()
135 swap_modes(*preferred, modes); in sort_modes()
136 *preferred = modes; in sort_modes()
147 if (modes[i].hdisplay > hbest) { in sort_modes()
148 hbest = modes[i].hdisplay; in sort_modes()
149 vbest = modes[i].vdisplay; in sort_modes()
150 mtemp = &modes[i]; in sort_modes()
151 } else if (modes[i].hdisplay == hbest && in sort_modes()
152 modes[i].vdisplay > vbest) { in sort_modes()
[all …]
/netbsd-src/sys/arch/arm/iomd/
H A Dmakemodes.awk117 modes[mode, 0] = $2;
125 modes[mode, 1] = $2;
133 modes[mode, 2] = $2;
141 modes[mode, 3] = $2;
149 modes[mode, 4] = $2;
157 modes[mode, 5] = $2;
165 modes[mode, 6] = $2;
230 if (modespec[1] != modes[loop, 1]) continue;
231 if (modespec[2] != modes[loop, 2]) continue;
235 ht = split(modes[loop, 4], htimings, ",");
[all …]
H A Dvidc20config.c303 struct videomode const *modes; in vidcvideo_coldinit() local
332 modes = vidc_videomode_list; in vidcvideo_coldinit()
335 modes = videomode_list; in vidcvideo_coldinit()
340 vidc_currentmode.timings = modes[0]; in vidcvideo_coldinit()
344 if (modes[i].flags & (VID_INTERLACE | VID_DBLSCAN)) in vidcvideo_coldinit()
351 framerate = (modes[i].dot_clock * 1000 / in vidcvideo_coldinit()
352 modes[i].htotal * 2 / modes[i].vtotal + 1) / 2; in vidcvideo_coldinit()
353 if (modes[i].hdisplay == bootconfig.width + 1 in vidcvideo_coldinit()
354 && modes[i].vdisplay == bootconfig.height + 1 in vidcvideo_coldinit()
356 vidc_currentmode.timings = modes[i]; in vidcvideo_coldinit()
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_client_modeset.c129 list_for_each_entry(mode, &connector->modes, head) { in drm_connector_get_tiled_mode()
142 list_for_each_entry(mode, &connector->modes, head) { in drm_connector_fallback_non_tiled_mode()
156 list_for_each_entry(mode, &connector->modes, head) { in drm_connector_has_preferred_mode()
185 list_for_each_entry(mode, &connector->modes, head) { in drm_connector_pick_cmdline_mode()
218 list_add(&mode->head, &connector->modes); in drm_connector_pick_cmdline_mode()
265 struct drm_display_mode **modes, in drm_client_target_cloned() argument
292 modes[i] = drm_connector_pick_cmdline_mode(connectors[i]); in drm_client_target_cloned()
293 if (!modes[i]) { in drm_client_target_cloned()
300 if (!drm_mode_match(modes[j], modes[i], in drm_client_target_cloned()
322 list_for_each_entry(mode, &connectors[i]->modes, head) { in drm_client_target_cloned()
[all …]
H A Ddrm_edid.c102 int modes; member
2737 int i, modes = 0; in drm_dmt_modes_for_range() local
2747 modes++; in drm_dmt_modes_for_range()
2752 return modes; in drm_dmt_modes_for_range()
2772 int i, modes = 0; in drm_gtf_modes_for_range() local
2780 return modes; in drm_gtf_modes_for_range()
2790 modes++; in drm_gtf_modes_for_range()
2793 return modes; in drm_gtf_modes_for_range()
2800 int i, modes = 0; in drm_cvt_modes_for_range() local
2809 return modes; in drm_cvt_modes_for_range()
[all …]
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daic79xx.reg336 modes M_CCHAN
345 modes M_CCHAN
354 modes M_CCHAN
364 modes M_CCHAN
408 modes M_DFF0, M_DFF1
428 modes M_CFG
443 modes M_DFF0, M_DFF1
459 modes M_DFF0, M_DFF1
468 modes M_DFF0, M_DFF1
481 modes M_CFG
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmachmode.def2 machine modes used in the GNU compiler.
60 This file defines only those modes which are of use on almost all
61 machines. Other modes can be defined in the target-specific
62 mode definition file, config/ARCH/ARCH-modes.def.
65 other modes must appear after the modes they refer to. However,
66 statements which do not refer to other modes may appear in any
121 to FORMAT. Use in an ARCH-modes.def to reset the format
122 of one of the float modes defined in this file.
137 For all modes presently declared in class CLASS, construct
138 corresponding vector modes having width WIDTH. Modes whose
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmachmode.def2 machine modes used in the GNU compiler.
60 This file defines only those modes which are of use on almost all
61 machines. Other modes can be defined in the target-specific
62 mode definition file, config/ARCH/ARCH-modes.def.
65 other modes must appear after the modes they refer to. However,
66 statements which do not refer to other modes may appear in any
121 to FORMAT. Use in an ARCH-modes.def to reset the format
122 of one of the float modes defined in this file.
137 For all modes presently declared in class CLASS, construct
138 corresponding vector modes having width WIDTH. Modes whose
[all …]
/netbsd-src/sys/kern/
H A Dkern_ntptime.c268 if (ntv.modes != 0 && (error = kauth_authorize_system(l->l_cred, in sys_ntp_adjtime()
286 int modes; in ntp_adjtime1() local
298 modes = ntv->modes; in ntp_adjtime1()
299 if (modes != 0) in ntp_adjtime1()
302 if (modes & MOD_MAXERROR) in ntp_adjtime1()
304 if (modes & MOD_ESTERROR) in ntp_adjtime1()
306 if (modes & MOD_STATUS) { in ntp_adjtime1()
317 if (modes & MOD_TIMECONST) { in ntp_adjtime1()
325 if (modes & MOD_TAI) { in ntp_adjtime1()
330 if (modes & MOD_PPSMAX) { in ntp_adjtime1()
[all …]
/netbsd-src/external/bsd/ntp/dist/util/
H A Dntptime.c121 ntx.modes |= MOD_MICRO; in main()
126 ntx.modes |= MOD_NANO; in main()
131 ntx.modes = MOD_TAI; in main()
140 ntx.modes |= MOD_ESTERROR; in main()
145 ntx.modes |= MOD_FREQUENCY; in main()
150 ntx.modes |= MOD_MAXERROR; in main()
155 ntx.modes |= MOD_OFFSET; in main()
164 ntx.modes |= MOD_STATUS; in main()
171 ntx.modes |= MOD_TIMECONST; in main()
275 _ntx.modes = 0; /* Ensure nothing is set */ in main()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Diterators.md29 ;; Iterator for General Purpose Integer registers (32- and 64-bit modes)
32 ;; Iterator for HI, SI, DI, some instructions can only work on these modes.
38 ;; Iterator for QI and HI modes
41 ;; Iterators for single modes, for "@" patterns.
45 ;; Iterator for all integer modes (up to 64-bit)
48 ;; Iterator for all integer modes (up to 128-bit)
51 ;; Iterator for all integer modes that can be extended (up to 64-bit)
54 ;; Iterator for General Purpose Floating-point registers (32- and 64-bit modes)
57 ;; Iterator for all scalar floating point modes (HF, SF, DF)
60 ;; Iterator for all scalar floating point modes (HF, SF, DF)
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A Dbuild.info17 INCLUDE[e_aes.o]=.. ../modes
18 INCLUDE[e_aes_cbc_hmac_sha1.o]=../modes
19 INCLUDE[e_aes_cbc_hmac_sha256.o]=../modes
20 INCLUDE[e_aria.o]=.. ../modes
21 INCLUDE[e_camellia.o]=.. ../modes
22 INCLUDE[e_sm4.o]=.. ../modes
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Diterators.md29 ;; Iterator for General Purpose Integer registers (32- and 64-bit modes)
32 ;; Iterator for HI, SI, DI, some instructions can only work on these modes.
38 ;; Iterator for QI and HI modes
41 ;; Iterators for single modes, for "@" patterns.
45 ;; Iterator for all integer modes (up to 64-bit)
48 ;; Iterator for all integer modes (up to 128-bit)
51 ;; Iterator for all integer modes that can be extended (up to 64-bit)
54 ;; Iterator for General Purpose Floating-point registers (32- and 64-bit modes)
57 ;; Iterator for all scalar floating point modes (HF, SF, DF)
60 ;; Iterator for all scalar floating point modes (HF, SF, DF)
[all …]
/netbsd-src/sys/dev/scsipi/
H A Dstvar.h63 struct modes { struct
81 struct modes modes[4]; argument
128 struct modes modes[4]; /* plus more for each mode */ member
/netbsd-src/bin/stty/
H A Dmodes.c50 struct modes { struct
65 const struct modes cmodes[] = { argument
95 const struct modes imodes[] = {
120 const struct modes lmodes[] = {
155 const struct modes omodes[] = {
176 modeset(const char *name, const struct modes *mp, in modeset()
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dmodes.inc1 # $NetBSD: modes.inc,v 1.1.1.2 2023/04/18 14:19:04 christos Exp $
5 # SRCS extracted from src/crypto/dist/openssl/crypto/modes/Makefile
8 .PATH: ${OPENSSLSRC}/crypto/modes
26 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/modes ${MODESCPPFLAGS}
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dbuild.info60 INCLUDE[e_camellia.o]=.. ../modes
65 INCLUDE[e_aes.o]=.. ../modes
66 INCLUDE[e_aes_cbc_hmac_sha1.o]=../modes
67 INCLUDE[e_aes_cbc_hmac_sha256.o]=../modes
68 INCLUDE[e_aria.o]=.. ../modes
69 INCLUDE[e_sm4.o]=.. ../modes
/netbsd-src/usr.sbin/lpr/lpd/
H A Dmodes.c48 struct modes { struct
58 const struct modes cmodes[] = { argument
94 const struct modes imodes[] = {
130 const struct modes lmodes[] = {
182 const struct modes omodes[] = {
201 const struct modes *mp; in msearch()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Diterators.md26 ;; A list of modes that are exactly 64 bits in size. This is used to expand
27 ;; some splits that are the same for all modes when operating on ARM
37 ;; A list of integer modes that are up to one word long
40 ;; A list of integer modes that are half and one word long
43 ;; A list of integer modes that are less than a word
46 ;; A list of all the integer modes up to 64bit
49 ;; A list of the 32bit and 64bit integer modes
52 ;; A list of atomic compare and swap success return modes
55 ;; A list of modes which the VFP unit can handle
66 ;; Integer and float modes supported by Neon and IWMMXT.
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Diterators.md26 ;; A list of modes that are exactly 64 bits in size. This is used to expand
27 ;; some splits that are the same for all modes when operating on ARM
37 ;; A list of integer modes that are up to one word long
40 ;; A list of integer modes that are half and one word long
43 ;; A list of integer modes that are less than a word
46 ;; A list of all the integer modes up to 64bit
49 ;; A list of the 32bit and 64bit integer modes
52 ;; A list of atomic compare and swap success return modes
55 ;; A list of modes which the VFP unit can handle
66 ;; Integer and float modes supported by Neon and IWMMXT.
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Diterators.md26 ;; A list of integer modes that are up to one word long.
29 ;; A list of integer modes for one word and double word.
32 ;; A list of integer modes that are up to one half-word long.
35 ;; A list of the modes that are up to double-word long.
38 ;; A list of the modes that are up to one word long vector.
41 ;; A list of the modes that are up to one word long vector
48 ;; A list of the modes that are up to double-word long.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Diterators.md26 ;; A list of integer modes that are up to one word long.
29 ;; A list of integer modes for one word and double word.
32 ;; A list of integer modes that are up to one half-word long.
35 ;; A list of the modes that are up to double-word long.
38 ;; A list of the modes that are up to one word long vector.
41 ;; A list of the modes that are up to one word long vector
48 ;; A list of the modes that are up to double-word long.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-modes.def28 Previously, IFmode and KFmode were defined to be fractional modes and TFmode
38 IEEE 128-bit modes would not widen to IFmode. */
41 #include "config/rs6000/rs6000-modes.h"
55 /* Add any extra modes needed to represent the condition code.
57 For the RS/6000, we need separate modes when unsigned (logical) comparisons
66 /* Vector modes. */
86 /* Define, but don't use the larger integer modes. We need an integer mode
87 defined that is the same size as the vector pair and vector quad modes. */
/netbsd-src/tests/sbin/ifconfig/
H A Dt_woptions.sh163 atf_test_case modes
178 modes="11a 11b 11g 11n"
188 for j in $modes; do
198 for j in $modes; do
218 atf_add_test_case modes
/netbsd-src/sys/arch/atari/dev/
H A Dgrfabs.c53 static MODES modes; variable
102 LIST_INIT(&modes); in grfabs_probe()
105 (*probe_fun)(&modes); in grfabs_probe()
107 return ((modes.lh_first == NULL) ? 0 : 1); in grfabs_probe()
193 dm = modes.lh_first; in get_best_display_mode()

12345678910>>...54