Home
last modified time | relevance | path

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

12345678

/dragonfly/usr.bin/window/
H A Dtth29.c61 int modes = '0'; in h29_setmodes() local
64 modes += 0x01; in h29_setmodes()
66 modes += 0x02; in h29_setmodes()
68 modes += 0x04; in h29_setmodes()
70 modes += 0x08; in h29_setmodes()
72 modes += 0x10; in h29_setmodes()
74 ttputc(modes); in h29_setmodes()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dmachmode.def2 machine modes used in the GNU compiler.
63 mode definition file, config/ARCH/ARCH-modes.def.
66 other modes must appear after the modes they refer to. However,
123 of one of the float modes defined in this file.
141 modes that would produce vector modes with only one component,
191 /* No partial integer modes are defined by default. */
193 /* Basic floating point modes. SF and DF are the only modes provided
203 /* Basic CC modes.
207 /* Fixed-point modes. */
235 /* Complex modes. */
[all …]
H A Dread-rtl.c125 static struct iterator_group modes, codes; variable
567 modes.iterators = htab_create (13, leading_string_hash, in initialize_iterators()
569 modes.num_builtins = MAX_MACHINE_MODE; in initialize_iterators()
570 modes.find_builtin = find_mode; in initialize_iterators()
571 modes.uses_iterator_p = uses_mode_iterator_p; in initialize_iterators()
572 modes.apply_iterator = apply_mode_iterator; in initialize_iterators()
582 lower = add_mapping (&modes, modes.attrs, "mode"); in initialize_iterators()
583 upper = add_mapping (&modes, modes.attrs, "MODE"); in initialize_iterators()
837 read_mapping (&modes, modes.attrs); in read_rtx()
842 read_mapping (&modes, modes.iterators); in read_rtx()
[all …]
H A Dgenmodes.c176 m->next = modes[cl]; in new_mode()
177 modes[cl] = m; in new_mode()
812 modes[c] = prev; in calc_wider_mode()
816 if (!modes[c]) in calc_wider_mode()
828 modes[c] = sortbuf[0]; in calc_wider_mode()
879 first = modes[c]; in emit_insn_modes_h()
1155 modes[c] in emit_class_narrowest_mode()
1156 ? (modes[c]->precision != 1 in emit_class_narrowest_mode()
1157 ? modes[c]->name in emit_class_narrowest_mode()
1158 : (modes[c]->next in emit_class_narrowest_mode()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dmachmode.def2 machine modes used in the GNU compiler.
62 mode definition file, config/ARCH/ARCH-modes.def.
65 other modes must appear after the modes they refer to. However,
122 of one of the float modes defined in this file.
140 modes that would produce vector modes with only one component,
210 /* No partial integer modes are defined by default. */
219 /* Basic floating point modes. SF and DF are the only modes provided
229 /* Basic CC modes.
233 /* Fixed-point modes. */
261 /* Complex modes. */
[all …]
H A Dgenmodes.c182 m->next = modes[cl]; in new_mode()
183 modes[cl] = m; in new_mode()
917 modes[c] = prev; in calc_wider_mode()
921 if (!modes[c]) in calc_wider_mode()
939 modes[c] = sortbuf[0]; in calc_wider_mode()
1004 for (i = modes[j]; i; i = i->next) in emit_max_int()
1274 first = modes[c]; in emit_insn_modes_h()
1651 modes[c] in emit_class_narrowest_mode()
1653 ? modes[c]->name in emit_class_narrowest_mode()
1654 : (modes[c]->next in emit_class_narrowest_mode()
[all …]
/dragonfly/sys/kern/
H A Dkern_ntptime.c302 modes = ntv.modes; in sys_ntp_adjtime()
303 if (modes) in sys_ntp_adjtime()
310 if (modes & MOD_MAXERROR) in sys_ntp_adjtime()
312 if (modes & MOD_ESTERROR) in sys_ntp_adjtime()
314 if (modes & MOD_STATUS) { in sys_ntp_adjtime()
333 if (modes & MOD_TAI) { in sys_ntp_adjtime()
338 if (modes & MOD_PPSMAX) { in sys_ntp_adjtime()
347 if (modes & MOD_NANO) in sys_ntp_adjtime()
349 if (modes & MOD_MICRO) in sys_ntp_adjtime()
351 if (modes & MOD_CLKB) in sys_ntp_adjtime()
[all …]
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_capa.c1297 struct hostapd_hw_modes *modes; member
1663 phy_info->modes = mode; in phy_info_band()
1757 if (!modes[m].num_channels) in wpa_driver_nl80211_postprocess_modes()
1793 modes = nmodes; in wpa_driver_nl80211_postprocess_modes()
1797 mode11g = &modes[mode11g_idx]; in wpa_driver_nl80211_postprocess_modes()
1835 return modes; in wpa_driver_nl80211_postprocess_modes()
2173 if (!modes) in nl80211_dump_chan_list()
2217 .modes = NULL, in nl80211_get_hw_feature_data()
2247 os_free(result.modes); in nl80211_get_hw_feature_data()
2254 modes = wpa_driver_nl80211_postprocess_modes(result.modes, in nl80211_get_hw_feature_data()
[all …]
/dragonfly/usr.sbin/ppp/
H A Ddefs.c97 } modes[] = { variable
114 for (m = 0; modes[m].mode; m++) in mode2Nam()
115 if (modes[m].mode == mode) in mode2Nam()
116 return modes[m].name; in mode2Nam()
128 for (m = 0; modes[m].mode; m++) in Nam2mode()
129 if (!strncasecmp(name, modes[m].name, len)) { in Nam2mode()
130 if (modes[m].name[len] == '\0') in Nam2mode()
131 return modes[m].mode; in Nam2mode()
137 return got == -1 ? 0 : modes[got].mode; in Nam2mode()
/dragonfly/gnu/usr.bin/cc80/cc_tools/tools/
H A DMakefile19 min-insn-modes.no \
44 ${BUILD_RTL}: tm.h insn-modes.h insn-modes-inline.h gtype-desc.h insn-constants.h
89 read-md.no: insn-modes.h insn-modes-inline.h
90 gencfn-macros.no: insn-modes.h gtype-desc.h
119 insn-modes.h: genmodes.nx _MIC
121 insn-modes-inline.h: genmodes.nx _MIC
135 min-insn-modes.c: genmodes.nx _MIC
150 insn-modes.c: genmodes.nx _PL
205 tree-check.h genrtl.h insn-modes.h insn-modes-inline.h \
209 c-family/c-target-hooks-def.h min-insn-modes.c \
[all …]
/dragonfly/test/sysperf/
H A Dipitest21 set modes = "`sysctl -n machdep.mwait.CX.supported`"
23 set modes = "$argv"
33 echo "Testing $modes"
38 foreach mode ( $modes )
/dragonfly/tools/tools/ath/athrd/
H A Dathrd.c1029 int modes = 0; in main() local
1093 modes |= HAL_MODE_11A; in main()
1096 modes |= HAL_MODE_11B; in main()
1099 modes |= HAL_MODE_11G; in main()
1102 modes |= HAL_MODE_HT20; in main()
1105 modes |= HAL_MODE_HT40; in main()
1108 modes |= HAL_MODE_HT; in main()
1169 if (modes == 0) { in main()
1267 if (modes & HAL_MODE_11G) in main()
1269 if (modes & HAL_MODE_11B) in main()
[all …]
/dragonfly/usr.sbin/lpr/lpd/
H A Dmodes.c40 struct modes { struct
50 struct modes cmodes[] = { argument
92 struct modes imodes[] = {
128 struct modes lmodes[] = {
180 struct modes omodes[] = {
199 struct modes *mp; in msearch()
/dragonfly/sys/dev/drm/
H A Ddrm_fb_helper.c2157 if (!modes[i]) { in drm_target_cloned()
2164 if (!drm_mode_equal(modes[j], modes[i])) in drm_target_cloned()
2185 modes[i] = mode; in drm_target_cloned()
2187 if (!modes[i]) in drm_target_cloned()
2281 if (!modes[i]) { in drm_target_preferred()
2287 if (!modes[i] && !list_empty(&fb_helper_conn->connector->modes)) { in drm_target_preferred()
2288 list_for_each_entry(modes[i], &fb_helper_conn->connector->modes, head) in drm_target_preferred()
2291 DRM_DEBUG_KMS("found mode %s\n", modes[i] ? modes[i]->name : in drm_target_preferred()
2375 if (!drm_mode_equal(modes[o], modes[n])) in drm_pick_crtcs()
2431 memset(modes, 0, fb_helper->connector_count*sizeof(modes[0])); in drm_setup_crtcs()
[all …]
H A Ddrm_edid.c98 int modes; member
2450 modes++; in drm_gtf_modes_for_range()
2479 modes++; in drm_cvt_modes_for_range()
2613 return modes + closure.modes; in add_established_modes()
2664 modes++; in add_standard_modes()
2674 return modes + closure.modes; in add_standard_modes()
3146 modes++; in add_alternate_cea_modes()
3217 modes++; in do_y420vdb_modes()
3267 modes++; in do_cea_modes()
3329 modes++; in add_hdmi_mandatory_stereo_modes()
[all …]
/dragonfly/bin/stty/
H A Dmodes.c40 struct modes { struct
50 static struct modes cmodes[] = { argument
92 static struct modes imodes[] = {
128 static struct modes lmodes[] = {
180 static struct modes omodes[] = {
207 struct modes *mp; in msearch()
/dragonfly/gnu/usr.bin/cc47/cc_tools/tools/
H A DMakefile14 min-insn-modes.no \
21 ${BUILD_RTL}: tm.h insn-modes.h gtype-desc.h insn-constants.h
26 genprogerr = $(genprogmd) genrtl modes gtype hooks
100 insn-modes.c: genmodes.nx _PL
101 insn-modes.h: genmodes.nx _MIC
103 min-insn-modes.c: genmodes.nx _MIC
134 genrtl.c genrtl.h insn-modes.c insn-modes.h min-insn-modes.c \
/dragonfly/gnu/usr.bin/cc80/support-libs/liblto_plugin/
H A Db-header-vars26 …-hooks-def.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn…
27 CORETYPES_H=coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machm…
28 RTL_BASE_H=coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmo…
30 RTL_H=coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-inline.h machmode.h …
34 TREE_CORE_H=tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-in…
35 TREE_H=tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn-modes-…
49 …=ipa-utils.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn…
51 …statistics.h tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn…
59 …c-common.def tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn…
61 …c-common.def tree.h tree-core.h coretypes.h insn-modes.h signop.h wide-int.h wide-int-print.h insn…
[all …]
/dragonfly/sbin/jscan/
H A Ddump_mirror.c346 jattr->modes = buf_to_int64(buf, recsize); in dump_mirror_payload()
430 if (jattr->modes != (mode_t)-1) in dump_mirror_rebuild_redo()
431 chmod(jattr->pathref, jattr->modes); in dump_mirror_rebuild_redo()
459 if (jattr->path1 && jattr->modes != (mode_t)-1) { in dump_mirror_rebuild_redo()
487 if (jattr->path1 && jattr->modes != (mode_t)-1) { in dump_mirror_rebuild_redo()
488 mkdir(jattr->path1, jattr->modes); in dump_mirror_rebuild_redo()
582 mkdir(jattr->path1, jattr->modes); in dump_mirror_rebuild_undo()
658 if (jattr->modes != (mode_t)-1) in dosetattr()
659 fchmod(fd, jattr->modes); in dosetattr()
672 if (jattr->modes != (mode_t)-1) in dosetattr()
[all …]
/dragonfly/sys/dev/drm/i915/
H A Dintel_fbdev.c350 struct drm_display_mode **modes, in intel_fb_initial_config() argument
443 modes[i] = drm_pick_cmdline_mode(fb_conn); in intel_fb_initial_config()
446 if (!modes[i]) { in intel_fb_initial_config()
449 modes[i] = drm_has_preferred_mode(fb_conn, width, in intel_fb_initial_config()
454 if (!modes[i] && !list_empty(&connector->modes)) { in intel_fb_initial_config()
457 modes[i] = list_first_entry(&connector->modes, in intel_fb_initial_config()
463 if (!modes[i]) { in intel_fb_initial_config()
479 modes[i] = &connector->state->crtc->mode; in intel_fb_initial_config()
487 modes[i]->hdisplay, modes[i]->vdisplay, in intel_fb_initial_config()
488 modes[i]->flags & DRM_MODE_FLAG_INTERLACE ? "i" :""); in intel_fb_initial_config()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386-modes.def20 /* The x86_64 ABI specifies both XF and TF modes.
37 /* Add any extra modes needed to represent the condition code.
39 For the i386, we need separate modes when floating-point
78 /* Vector modes. Note that VEC_CONCAT patterns require vector
107 /* Keep the OI and XI modes from confusing the compiler into thinking
108 that these modes could actually be used for computation. They are
112 /* The symbol Pmode stands for one of the above machine modes (usually SImode).
/dragonfly/sys/dev/netif/ath/ath_hal/ar5312/
H A Dar5312_power.c75 static const char* modes[] = { in ar5312SetPowerMode() local
85 modes[ah->ah_powerMode], modes[mode], in ar5312SetPowerMode()
/dragonfly/sys/dev/video/fb/pcx/
H A Dsplash_pcx.c70 static int modes[] = { in pcx_start() local
91 for (i = 0; modes[i] >= 0; ++i) { in pcx_start()
92 if (get_mode_info(adp, modes[i], &info) != 0) in pcx_start()
100 modes[i], in pcx_start()
110 splash_mode = modes[i]; in pcx_start()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dbfdio.c85 real_fopen (const char *filename, const char *modes) in real_fopen() argument
94 vms_attr = strchr (modes, ','); in real_fopen()
98 return close_on_exec (fopen (filename, modes)); in real_fopen()
103 size_t modes_len = strlen (modes) + 1; in real_fopen()
108 memcpy (attrs, modes, modes_len); in real_fopen()
120 return close_on_exec (fopen64 (filename, modes)); in real_fopen()
122 return close_on_exec (fopen (filename, modes)); in real_fopen()
/dragonfly/contrib/gdb-7/bfd/
H A Dbfdio.c87 real_fopen (const char *filename, const char *modes) in real_fopen() argument
96 vms_attr = strchr (modes, ','); in real_fopen()
100 return close_on_exec (fopen (filename, modes)); in real_fopen()
105 size_t modes_len = strlen (modes) + 1; in real_fopen()
110 memcpy (attrs, modes, modes_len); in real_fopen()
122 return close_on_exec (fopen64 (filename, modes)); in real_fopen()
124 return close_on_exec (fopen (filename, modes)); in real_fopen()

12345678