| /openbsd-src/gnu/usr.bin/cc/cc_tools/ |
| H A D | Makefile.dep | 8 insn-modes.h 13 insn-modes.h \ 19 insn-modes.h 30 insn-modes.h 35 insn-modes.h 39 insn-modes.h 44 insn-modes.h 48 insn-modes.h 53 insn-modes.h \ 58 insn-modes.h [all …]
|
| H A D | Makefile | 220 .if exists(${GCCDIR}/config/${GCC_CPU}/${GCC_CPU}-modes.def) 258 .if exists(${GCCDIR}/config/${GCC_CPU}/${GCC_CPU}-modes.def) 412 .for F in check checksum genrtl modes 421 gen$F: gen$F.o rtl.o read-rtl.o ggc-none.o vec.o min-insn-modes.o \ 426 CLEANFILES+= rtl.d read-rtl.d ggc-none.d vec.d min-insn-modes.d \ 473 insn-modes.h: genmodes 475 GENSRCS+= insn-modes.h 493 insn-modes.c: genmodes 495 GENONLY+= insn-modes.c 497 min-insn-modes.c: genmodes [all …]
|
| /openbsd-src/sys/dev/pci/drm/ |
| H A D | drm_client_modeset.c | 125 list_for_each_entry(mode, &connector->modes, head) { in drm_connector_get_tiled_mode() 138 list_for_each_entry(mode, &connector->modes, head) { in drm_connector_fallback_non_tiled_mode() 152 list_for_each_entry(mode, &connector->modes, head) { in drm_connector_has_preferred_mode() 174 list_for_each_entry(mode, &connector->modes, head) { in drm_connector_pick_cmdline_mode() 184 * Attempt to find a matching mode in the list of modes we in drm_connector_pick_cmdline_mode() 190 list_for_each_entry(mode, &connector->modes, head) { in drm_connector_pick_cmdline_mode() 261 struct drm_display_mode **modes, in drm_client_target_cloned() argument 288 modes[i] = drm_connector_pick_cmdline_mode(connectors[i]); in drm_client_target_cloned() 289 if (!modes[i]) { in drm_client_target_cloned() 296 if (!drm_mode_match(modes[ in drm_client_target_cloned() 345 drm_client_get_tile_offsets(struct drm_connector ** connectors,unsigned int connector_count,struct drm_display_mode ** modes,struct drm_client_offset * offsets,int idx,int h_idx,int v_idx) drm_client_get_tile_offsets() argument 378 drm_client_target_preferred(struct drm_connector ** connectors,unsigned int connector_count,struct drm_display_mode ** modes,struct drm_client_offset * offsets,bool * enabled,int width,int height) drm_client_target_preferred() argument 495 drm_client_pick_crtcs(struct drm_client_dev * client,struct drm_connector ** connectors,unsigned int connector_count,struct drm_crtc ** best_crtcs,struct drm_display_mode ** modes,int n,int width,int height) drm_client_pick_crtcs() argument 570 drm_client_firmware_config(struct drm_client_dev * client,struct drm_connector ** connectors,unsigned int connector_count,struct drm_crtc ** crtcs,struct drm_display_mode ** modes,struct drm_client_offset * offsets,bool * enabled,int width,int height) drm_client_firmware_config() argument 781 struct drm_display_mode **modes; drm_client_modeset_probe() local [all...] |
| H A D | drm_edid.c | 99 int modes; member 3682 int i, modes = 0; in drm_dmt_modes_for_range() local 3692 modes++; in drm_dmt_modes_for_range() 3697 return modes; in drm_dmt_modes_for_range() 3717 int i, modes = 0; in drm_gtf_modes_for_range() local 3726 return modes; in drm_gtf_modes_for_range() 3736 modes++; in drm_gtf_modes_for_range() 3739 return modes; in drm_gtf_modes_for_range() 3746 int i, modes = 0; in drm_gtf2_modes_for_range() local 3755 return modes; in drm_gtf2_modes_for_range() [all …]
|
| /openbsd-src/sys/dev/microcode/aic7xxx/ |
| H A D | aic79xx.reg | 328 modes M_CCHAN 337 modes M_CCHAN 346 modes M_CCHAN 356 modes M_CCHAN 400 modes M_DFF0, M_DFF1 420 modes M_CFG 435 modes M_DFF0, M_DFF1 451 modes M_DFF0, M_DFF1 460 modes M_DFF0, M_DFF1 473 modes M_CFG [all …]
|
| /openbsd-src/libexec/login_token/ |
| H A D | init.c | 70 } modes[] = { variable 112 for (i = 0; i < sizeof(modes)/sizeof(modes[0]); ++i) in token_mode() 113 if (strstr(mode, modes[i].name) != NULL) in token_mode() 114 return (tt->modes & modes[i].value); in token_mode() 124 for (i = 0; i < sizeof(modes)/sizeof(modes[0]); ++i) in token_getmode() 125 if (mode == modes[i].value) in token_getmode() 126 return(modes[i].name); in token_getmode()
|
| H A D | tokendb.c | 95 tokenrec->mode = tt->modes & ~TOKEN_RIM; in tokendb_getrec() 273 tokenrec->mode = tt->modes & ~TOKEN_RIM; in tokendb_firstrec() 305 tokenrec->mode = tt->modes & ~TOKEN_RIM; in tokendb_nextrec() 356 tokenrec->mode = tt->modes & ~TOKEN_RIM; in tokendb_lockrec()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/example/ |
| H A D | test.pl | 149 push( @modes, "O_NODELAY" ) if &Term::ReadKey::blockoptions() & 1; 150 push( @modes, "poll()" ) if &Term::ReadKey::blockoptions() & 2; 151 push( @modes, "select()" ) if &Term::ReadKey::blockoptions() & 4; 152 push( @modes, "Win32" ) if &Term::ReadKey::blockoptions() & 8; 169 print "Non-blocking reads possible via ", makenicelist(@modes), ".\n"; 170 print $modes[0] . " will be used. " if @modes > 0; 171 print $modes[1] . " will be used for timed reads." 172 if @modes > 1 173 and $modes[0] eq "O_NODELAY";
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | machmode.def | 2 machine modes used in the GNU compiler. 62 This file defines only those modes which are of use on almost all 63 machines. Other modes can be defined in the target-specific 64 mode definition file, config/ARCH/ARCH-modes.def. 67 other modes must appear after the modes they refer to. However, 68 statements which do not refer to other modes may appear in any 101 to FORMAT. Use in an ARCH-modes.def to reset the format 102 of one of the float modes defined in this file. 117 For all modes presently declared in class CLASS, construct 118 corresponding vector modes having width WIDTH. Modes whose [all …]
|
| H A D | genmodes.c | 78 static struct mode_data *modes[MAX_MODE_CLASS]; variable 170 m->next = modes[cl]; in new_mode() 171 modes[cl] = m; in new_mode() 197 for (M = modes[C]; M; M = M->next) 418 for (m = modes[cl]; m; m = m->next) in make_complex_modes() 477 for (m = modes[cl]; m; m = m->next) in make_vector_modes() 754 for (prev = 0, m = modes[c]; m; m = next) in calc_wider_mode() 764 modes[c] = prev; in calc_wider_mode() 768 if (!modes[c]) in calc_wider_mode() 771 for (i = 0, m = modes[c]; m; i++, m = m->next) in calc_wider_mode() [all …]
|
| H A D | read-rtl.c | 151 static struct macro_group modes, codes; variable 338 return MAX_MACHINE_MODE + htab_elements (modes.macros) + mv->number; in mode_attr_index() 356 offset = MAX_MACHINE_MODE + htab_elements (modes.macros); in apply_mode_maps() 668 modes.attrs = htab_create (13, def_hash, def_name_eq_p, 0); in initialize_macros() 669 modes.macros = htab_create (13, def_hash, def_name_eq_p, 0); in initialize_macros() 670 modes.num_builtins = MAX_MACHINE_MODE; in initialize_macros() 671 modes.find_builtin = find_mode; in initialize_macros() 672 modes.uses_macro_p = uses_mode_macro_p; in initialize_macros() 673 modes.apply_macro = apply_mode_macro; in initialize_macros() 682 lower = add_mapping (&modes, modes.attrs, "mode", 0); in initialize_macros() [all …]
|
| /openbsd-src/bin/stty/ |
| H A D | modes.c | 42 struct modes { struct 52 const struct modes cmodes[] = { argument 86 const struct modes imodes[] = { 124 const struct modes lmodes[] = { 178 const struct modes omodes[] = { 207 const struct modes *mp; in msearch()
|
| /openbsd-src/usr.sbin/lpr/lpd/ |
| H A D | modes.c | 39 struct modes { struct 49 const struct modes cmodes[] = { argument 83 const struct modes imodes[] = { 121 const struct modes lmodes[] = { 175 const struct modes omodes[] = { 202 const struct modes *mp; in msearch()
|
| /openbsd-src/usr.sbin/tokeninit/ |
| H A D | tokeninit.c | 64 int modes = 0; in main() local 113 modes |= c; in main() 132 if ((modes & ~TOKEN_RIM) == 0) in main() 133 modes |= tt->defmode; in main() 160 switch (tokenuserinit(cmd, *argv, secret, modes)) { in main()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/t/ |
| H A D | 02_terminal_functions.t | 64 my @modes; 66 push( @modes, "O_NODELAY" ) if Term::ReadKey::blockoptions() & 1; 67 push( @modes, "poll()" ) if Term::ReadKey::blockoptions() & 2; 68 push( @modes, "select()" ) if Term::ReadKey::blockoptions() & 4; 69 push( @modes, "Win32" ) if Term::ReadKey::blockoptions() & 8;
|
| /openbsd-src/regress/lib/libc/glob/ |
| H A D | globtest.c | 20 mode_t modes[MAX_RESULTS]; member 96 entry.modes[entry.nresults] = (mode_t)mode; in main() 119 if (entry->modes[i] == -1 || in test_glob() 121 entry->modes[i] != gl.gl_statv[i]->st_mode) in test_glob() 131 entry->modes[i]); in test_glob()
|
| /openbsd-src/gnu/gcc/gcc/config/s390/ |
| H A D | s390-modes.def | 29 /* Add any extra modes needed to represent the condition code. */ 80 CCA and CCT modes are request only modes. These modes are never returned by 81 s390_select_cc_mode. They are only intended to match other modes. 111 Using two extra modes makes it possible to do complete checks on two bits of an 113 information necessary for CCT1 and CCT2 modes.): 126 around. The following both modes can be considered as CCS and CCU modes with 132 These modes represent the result of overflow checks.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | machmode.def | 2 machine modes used in the GNU compiler. 46 MODE_CC - modes used for representing the condition code in a register 52 so we can have modes smaller than 1 byte. 63 there is none. Vector modes use this field to point to the next 64 vector size, so we can iterate through the different vectors modes. 100 /* Complex modes. */ 115 /* Vector modes. */ 151 /* The modes for representing the condition codes come last. CCmode 152 is always defined. Additional modes for the condition code can be 153 specified in the EXTRA_CC_MODES header. All MODE_CC modes are the [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | i386-modes.def | 21 /* The x86_64 ABI specifies both XF and TF modes. 38 /* Add any extra modes needed to represent the condition code. 40 For the i386, we need separate modes when floating-point 65 /* Vector modes. */ 78 /* The symbol Pmode stands for one of the above machine modes (usually SImode).
|
| /openbsd-src/gnu/usr.bin/perl/ext/B/t/ |
| H A D | concise.t | 237 my @modes = qw( -basic -exec ); 242 for $mode (@modes) { 259 for $mode (@modes) { 268 for $mode (@modes) { 284 for $mode (@modes) { 301 for $mode (@modes) { 313 for $mode (@modes) { 326 for $mode (@modes) {
|
| /openbsd-src/gnu/gcc/gcc/config/soft-fp/ |
| H A D | t-softfp | 22 # softfp_float_modes: a list of soft-float floating-point modes, 24 # softfp_int_modes: a list of integer modes for which to define conversions, 26 # softfp_extensions: a list of extensions between floating-point modes, 28 # softfp_truncations: a list of truncations between floating-point modes, 94 # target may have both soft-float and hard-float modes), for the fixed 95 # list of integer modes (si and di) for which libgcc2.c defines any
|
| /openbsd-src/sbin/scsi/ |
| H A D | scsi.c | 452 FILE *modes; in mode_lookup() local 461 modes = fopen(mode_db, "r"); in mode_lookup() 462 if (modes == NULL) in mode_lookup() 470 skipwhite(modes); in mode_lookup() 472 if (fscanf(modes, "%i", &page_desc) != 1) in mode_lookup() 478 skipwhite(modes); in mode_lookup() 479 if (getc(modes) != START_ENTRY) { in mode_lookup() 485 c = getc(modes); in mode_lookup() 506 fclose(modes); in mode_lookup()
|
| /openbsd-src/gnu/gcc/gcc/config/ia64/ |
| H A D | ia64-modes.def | 23 /* IA64 requires both XF and TF modes. 25 is IEEE quad. Both these modes occupy 16 bytes, but XFmode 71 /* Add any extra modes needed to represent the condition code. 79 /* Vector modes. */
|
| /openbsd-src/sys/dev/videomode/ |
| H A D | modelines | 6 // to the same default modes compiled into XFree86. 8 // Default modes distilled from 141 // Extra modes to include as default modes in the X server. 174 // some Sun-specific modes
|
| /openbsd-src/usr.sbin/lpd/ |
| H A D | lp_stty.c | 284 struct modes { struct 294 const struct modes cmodes[] = { argument 328 const struct modes imodes[] = { 366 const struct modes lmodes[] = { 420 const struct modes omodes[] = { 447 const struct modes *mp; in msearch()
|