| /openbsd-src/regress/lib/libz/ |
| H A D | minigzip.c | 491 char *bname, outmode[20]; in main() local 494 snprintf(outmode, sizeof(outmode), "%s", "wb6 "); in main() 496 strcpy(outmode, "wb6 "); in main() 518 outmode[3] = 'f'; in main() 520 outmode[3] = 'h'; in main() 522 outmode[3] = 'R'; in main() 525 outmode[2] = (*argv)[1]; in main() 530 if (outmode[3] == ' ') in main() 531 outmode[3] = 0; in main() 540 file = gzdopen(fileno(stdout), outmode); in main() [all …]
|
| /openbsd-src/usr.bin/mandoc/ |
| H A D | main.c | 62 enum outmode { enum 149 enum outmode outmode; /* According to command line. */ in main() local 197 outmode = OUTMODE_DEF; in main() 207 outmode = OUTMODE_ALL; in main() 221 outmode = OUTMODE_ALL; in main() 253 outmode = OUTMODE_ALL; in main() 304 outmode = OUTMODE_FLN; in main() 317 switch (outmode) { in main() 321 outmode = OUTMODE_ALL; in main() 325 outmode = OUTMODE_ONE; in main() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | reload.c | 444 || (! in_p && rld[t_reload].outmode == t_mode)) 457 rld[t_reload].outmode = t_mode; 476 rld[t_reload].outmode = ! in_p ? t_mode : VOIDmode; 502 || (! in_p && rld[s_reload].outmode == mode)) 514 rld[s_reload].outmode = mode; 551 rld[s_reload].outmode = ! in_p ? mode : VOIDmode; 932 inmode, outmode, strict_low, optional, opnum, type) in push_reload() argument 936 enum machine_mode inmode, outmode; 955 if (outmode == VOIDmode && out != 0) 956 outmode = GET_MODE (out); [all …]
|
| H A D | calls.c | 3492 emit_library_call_value_1 (retval, orgfun, value, fn_type, outmode, nargs, p) in emit_library_call_value_1() argument 3497 enum machine_mode outmode; 3595 if (outmode != VOIDmode) 3597 tfom = (*lang_hooks.types.type_for_mode) (outmode, 0); 3603 mem_value = gen_rtx_MEM (outmode, pointer_reg); 3606 value = gen_reg_rtx (outmode); 3608 struct_value_size = GET_MODE_SIZE (outmode); 3634 INIT_CUMULATIVE_LIBCALL_ARGS (args_so_far, outmode, fun); 4120 valreg = (mem_value == 0 && outmode != VOIDmode 4121 ? hard_libcall_value (outmode) : NULL_RTX); [all …]
|
| H A D | reload.h | 101 enum machine_mode outmode; member
|
| H A D | ifcvt.c | 663 enum machine_mode outmode, inmode; local 675 outmode = GET_MODE (outer); 678 store_bit_field (inner, GET_MODE_BITSIZE (outmode), bitpos, outmode, y,
|
| H A D | ChangeLog.4 | 596 register in an in-out reload, use outmode if wider than inmode.
|
| H A D | FSFChangeLog.11 | 8162 outmode != VOIDmode.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | reload.c | 431 || (! in_p && rld[s_reload].outmode == mode)) in push_secondary_reload() 443 rld[s_reload].outmode = mode; in push_secondary_reload() 480 rld[s_reload].outmode = ! in_p ? mode : VOIDmode; in push_secondary_reload() 903 enum machine_mode outmode, int strict_low, int optional, in push_reload() argument 919 if (outmode == VOIDmode && out != 0) in push_reload() 920 outmode = GET_MODE (out); in push_reload() 1103 && !CANNOT_CHANGE_MODE_CLASS (GET_MODE (SUBREG_REG (out)), outmode, class) in push_reload() 1110 && ((GET_MODE_SIZE (outmode) in push_reload() 1113 || ((GET_MODE_SIZE (outmode) in push_reload() 1115 && ((GET_MODE_SIZE (outmode) - 1) / UNITS_PER_WORD == in push_reload() [all …]
|
| H A D | calls.c | 3264 enum machine_mode outmode, int nargs, va_list p) in emit_library_call_value_1() argument 3354 if (outmode != VOIDmode) in emit_library_call_value_1() 3356 tfom = lang_hooks.types.type_for_mode (outmode, 0); in emit_library_call_value_1() 3362 mem_value = gen_rtx_MEM (outmode, pointer_reg); in emit_library_call_value_1() 3365 value = gen_reg_rtx (outmode); in emit_library_call_value_1() 3367 struct_value_size = GET_MODE_SIZE (outmode); in emit_library_call_value_1() 3393 INIT_CUMULATIVE_LIBCALL_ARGS (args_so_far, outmode, fun); in emit_library_call_value_1() 3809 valreg = (mem_value == 0 && outmode != VOIDmode in emit_library_call_value_1() 3810 ? hard_libcall_value (outmode) : NULL_RTX); in emit_library_call_value_1() 3880 temp = gen_reg_rtx (outmode); in emit_library_call_value_1() [all …]
|
| H A D | reload.h | 92 enum machine_mode outmode; member
|
| H A D | ifcvt.c | 688 enum machine_mode outmode; in noce_emit_move_insn() local 783 outmode = GET_MODE (outer); in noce_emit_move_insn() 785 store_bit_field (inner, GET_MODE_BITSIZE (outmode), bitpos, outmode, y); in noce_emit_move_insn()
|
| H A D | optabs.c | 2706 enum machine_mode outmode = mode; in expand_unop() local 2712 outmode in expand_unop() 2720 NULL_RTX, LCT_CONST, outmode, in expand_unop() 2725 target = gen_reg_rtx (outmode); in expand_unop() 2727 gen_rtx_fmt_e (unoptab->code, outmode, op0)); in expand_unop()
|
| /openbsd-src/usr.bin/openssl/ |
| H A D | smime.c | 714 const char *inmode = "r", *outmode = "w"; in smime_main() local 813 outmode = "wb"; in smime_main() 816 outmode = "wb"; in smime_main() 920 if ((out = BIO_new_file(cfg.outfile, outmode)) == NULL) { in smime_main()
|
| H A D | cms.c | 1163 const char *inmode = "r", *outmode = "w"; in cms_main() 1279 outmode = "wb"; in cms_main() 1282 outmode = "wb"; in cms_main() 1446 if ((out = BIO_new_file(cfg.outfile, outmode)) == NULL) { in cms_main() 1155 const char *inmode = "r", *outmode = "w"; cms_main() local
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| H A D | 20010518-1.c | 91 enum machine_mode outmode; member
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/etc/ |
| H A D | standards.texi | 2216 || GET_MODE_SIZE (outmode[j]) > GET_MODE_SIZE (inmode[j]) 2217 ? outmode[j] : inmode[j]); 2224 || (GET_MODE_SIZE (outmode[j]) > GET_MODE_SIZE (inmode[j]))) 2225 ? outmode[j] : inmode[j]);
|
| /openbsd-src/gnu/usr.bin/binutils/etc/ |
| H A D | standards.texi | 2216 || GET_MODE_SIZE (outmode[j]) > GET_MODE_SIZE (inmode[j]) 2217 ? outmode[j] : inmode[j]); 2224 || (GET_MODE_SIZE (outmode[j]) > GET_MODE_SIZE (inmode[j]))) 2225 ? outmode[j] : inmode[j]);
|
| /openbsd-src/gnu/usr.bin/perl/vms/ |
| H A D | vms.c | 9178 char *outmode = "w"; /* Mode to Open Output File */ local 9232 outmode = "a"; 9347 if ((out != NULL) && (NULL == freopen(out, outmode, stdout, "mbc=32", "mbf=2")))
|
| /openbsd-src/lib/libz/ |
| H A D | ChangeLog | 802 - Remove trailing space in minigzip.c outmode (VC++ can't deal with it)
|
| /openbsd-src/share/dict/ |
| H A D | web2 | 133731 outmode
|