| /netbsd-src/external/gpl3/binutils/dist/zlib/ |
| H A D | minigzip.c | 356 char *bname, outmode[20]; local 358 strcpy(outmode, "wb6 "); 379 outmode[3] = 'f'; 381 outmode[3] = 'h'; 383 outmode[3] = 'R'; 386 outmode[2] = (*argv)[1]; 391 if (outmode[3] == ' ') 392 outmode[3] = 0; 401 file = gzdopen(fileno(stdout), outmode); 427 file = gzdopen(fileno(stdout), outmode); [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
| H A D | minigzip.c | 356 char *bname, outmode[20]; local 358 strcpy(outmode, "wb6 "); 379 outmode[3] = 'f'; 381 outmode[3] = 'h'; 383 outmode[3] = 'R'; 386 outmode[2] = (*argv)[1]; 391 if (outmode[3] == ' ') 392 outmode[3] = 0; 401 file = gzdopen(fileno(stdout), outmode); 427 file = gzdopen(fileno(stdout), outmode); [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/ |
| H A D | minigzip.c | 356 char *bname, outmode[20]; local 358 strcpy(outmode, "wb6 "); 379 outmode[3] = 'f'; 381 outmode[3] = 'h'; 383 outmode[3] = 'R'; 386 outmode[2] = (*argv)[1]; 391 if (outmode[3] == ' ') 392 outmode[3] = 0; 401 file = gzdopen(fileno(stdout), outmode); 427 file = gzdopen(fileno(stdout), outmode); [all …]
|
| /netbsd-src/external/bsd/mdocml/dist/ |
| H A D | main.c | 58 enum outmode { enum 130 enum outmode outmode; in main() local 197 outmode = OUTMODE_DEF; in main() 207 outmode = OUTMODE_ALL; in main() 221 outmode = OUTMODE_ALL; in main() 243 outmode = OUTMODE_ALL; in main() 269 outmode = OUTMODE_FLN; in main() 282 if (outmode == OUTMODE_DEF) { in main() 285 outmode = OUTMODE_ALL; in main() 289 outmode = OUTMODE_ONE; in main() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/test/ |
| H A D | minigzip.c | 563 char *bname, outmode[20]; local 566 snprintf(outmode, sizeof(outmode), "%s", "wb6 "); 568 strcpy(outmode, "wb6 "); 590 outmode[3] = 'f'; 592 outmode[3] = 'h'; 594 outmode[3] = 'R'; 597 outmode[2] = (*argv)[1]; 602 if (outmode[3] == ' ') 603 outmode[3] = 0; 612 file = gzdopen(fileno(stdout), outmode); [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/test/ |
| H A D | minigzip.c | 563 char *bname, outmode[20]; local 566 snprintf(outmode, sizeof(outmode), "%s", "wb6 "); 568 strcpy(outmode, "wb6 "); 590 outmode[3] = 'f'; 592 outmode[3] = 'h'; 594 outmode[3] = 'R'; 597 outmode[2] = (*argv)[1]; 602 if (outmode[3] == ' ') 603 outmode[3] = 0; 612 file = gzdopen(fileno(stdout), outmode); [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/test/ |
| H A D | minigzip.c | 563 char *bname, outmode[20]; local 566 snprintf(outmode, sizeof(outmode), "%s", "wb6 "); 568 strcpy(outmode, "wb6 "); 590 outmode[3] = 'f'; 592 outmode[3] = 'h'; 594 outmode[3] = 'R'; 597 outmode[2] = (*argv)[1]; 602 if (outmode[3] == ' ') 603 outmode[3] = 0; 612 file = gzdopen(fileno(stdout), outmode); [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | reload.c | 426 || (! in_p && rld[s_reload].outmode == mode)) in push_secondary_reload() 439 rld[s_reload].outmode = mode; in push_secondary_reload() 476 rld[s_reload].outmode = ! in_p ? mode : VOIDmode; in push_secondary_reload() 965 machine_mode outmode, int strict_low, int optional, in push_reload() argument 985 if (outmode == VOIDmode && out != 0) in push_reload() 986 outmode = GET_MODE (out); in push_reload() 1171 outmode, rclass) in push_reload() 1178 && (paradoxical_subreg_p (outmode, GET_MODE (SUBREG_REG (out))) in push_reload() 1180 && partial_subreg_p (outmode, GET_MODE (SUBREG_REG (out))) in push_reload() 1182 (GET_MODE_SIZE (outmode) - 1, in push_reload() [all …]
|
| H A D | rtl.h | 4189 emit_library_call (rtx fun, libcall_type fn_type, machine_mode outmode) 4191 emit_library_call_value_1 (0, fun, NULL_RTX, fn_type, outmode, 0, NULL); 4195 emit_library_call (rtx fun, libcall_type fn_type, machine_mode outmode, 4199 emit_library_call_value_1 (0, fun, NULL_RTX, fn_type, outmode, 1, args); 4203 emit_library_call (rtx fun, libcall_type fn_type, machine_mode outmode, 4211 emit_library_call_value_1 (0, fun, NULL_RTX, fn_type, outmode, 2, args); 4215 emit_library_call (rtx fun, libcall_type fn_type, machine_mode outmode, 4225 emit_library_call_value_1 (0, fun, NULL_RTX, fn_type, outmode, 3, args); 4229 emit_library_call (rtx fun, libcall_type fn_type, machine_mode outmode, 4241 emit_library_call_value_1 (0, fun, NULL_RTX, fn_type, outmode, 4, args); [all …]
|
| H A D | calls.c | 5047 machine_mode outmode, int nargs, rtx_mode_t *args) in emit_library_call_value_1() argument 5137 if (outmode != VOIDmode) in emit_library_call_value_1() 5139 tfom = lang_hooks.types.type_for_mode (outmode, 0); in emit_library_call_value_1() 5145 mem_value = gen_rtx_MEM (outmode, pointer_reg); in emit_library_call_value_1() 5148 value = gen_reg_rtx (outmode); in emit_library_call_value_1() 5150 struct_value_size = GET_MODE_SIZE (outmode); in emit_library_call_value_1() 5176 INIT_CUMULATIVE_LIBCALL_ARGS (args_so_far_v, outmode, fun); in emit_library_call_value_1() 5650 valreg = (mem_value == 0 && outmode != VOIDmode in emit_library_call_value_1() 5651 ? hard_libcall_value (outmode, orgfun) : NULL_RTX); in emit_library_call_value_1() 5739 if (outmode != VOIDmode && retval) in emit_library_call_value_1() [all …]
|
| H A D | reload.h | 89 machine_mode outmode; member
|
| H A D | lra-constraints.c | 965 machine_mode inmode, outmode; in match_reload() local 970 outmode = out < 0 ? inmode : curr_operand_mode[out]; in match_reload() 972 if (inmode != outmode) in match_reload() 976 if (partial_subreg_p (outmode, inmode)) in match_reload() 981 new_out_reg = gen_lowpart_SUBREG (outmode, reg); in match_reload() 996 = lra_create_new_reg_with_unique_value (outmode, out_rtx, in match_reload() 1015 && GET_MODE (subreg_reg) == outmode in match_reload() 1081 : lra_create_new_reg_with_unique_value (outmode, out_rtx, in match_reload()
|
| H A D | optabs.c | 3051 machine_mode outmode = mode; in expand_unop() local 3058 outmode in expand_unop() 3066 value = emit_library_call_value (libfunc, NULL_RTX, LCT_CONST, outmode, in expand_unop() 3071 target = gen_reg_rtx (outmode); in expand_unop() 3078 if (GET_MODE_UNIT_SIZE (outmode) < GET_MODE_UNIT_SIZE (mode)) in expand_unop() 3079 eq_value = simplify_gen_unary (TRUNCATE, outmode, eq_value, mode); in expand_unop() 3080 else if (GET_MODE_UNIT_SIZE (outmode) > GET_MODE_UNIT_SIZE (mode)) in expand_unop() 3082 outmode, eq_value, mode); in expand_unop()
|
| H A D | ifcvt.c | 948 machine_mode outmode; in noce_emit_move_insn() local 1046 outmode = GET_MODE (outer); in noce_emit_move_insn() 1048 store_bit_field (inner, GET_MODE_BITSIZE (outmode), bitpos, in noce_emit_move_insn() 1049 0, 0, outmode, y, false); in noce_emit_move_insn()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | rtl.h | 4327 emit_library_call (rtx fun, libcall_type fn_type, machine_mode outmode) 4329 emit_library_call_value_1 (0, fun, NULL_RTX, fn_type, outmode, 0, NULL); 4333 emit_library_call (rtx fun, libcall_type fn_type, machine_mode outmode, 4337 emit_library_call_value_1 (0, fun, NULL_RTX, fn_type, outmode, 1, args); 4341 emit_library_call (rtx fun, libcall_type fn_type, machine_mode outmode, 4349 emit_library_call_value_1 (0, fun, NULL_RTX, fn_type, outmode, 2, args); 4353 emit_library_call (rtx fun, libcall_type fn_type, machine_mode outmode, 4363 emit_library_call_value_1 (0, fun, NULL_RTX, fn_type, outmode, 3, args); 4367 emit_library_call (rtx fun, libcall_type fn_type, machine_mode outmode, 4379 emit_library_call_value_1 (0, fun, NULL_RTX, fn_type, outmode, 4, args); [all …]
|
| H A D | calls.cc | 4047 machine_mode outmode, int nargs, rtx_mode_t *args) in emit_library_call_value_1() argument 4137 if (outmode != VOIDmode) in emit_library_call_value_1() 4139 tfom = lang_hooks.types.type_for_mode (outmode, 0); in emit_library_call_value_1() 4145 mem_value = gen_rtx_MEM (outmode, pointer_reg); in emit_library_call_value_1() 4148 value = gen_reg_rtx (outmode); in emit_library_call_value_1() 4150 struct_value_size = GET_MODE_SIZE (outmode); in emit_library_call_value_1() 4176 INIT_CUMULATIVE_LIBCALL_ARGS (args_so_far_v, outmode, fun); in emit_library_call_value_1() 4650 valreg = (mem_value == 0 && outmode != VOIDmode in emit_library_call_value_1() 4651 ? hard_libcall_value (outmode, orgfun) : NULL_RTX); in emit_library_call_value_1() 4739 if (outmode != VOIDmode && retval) in emit_library_call_value_1() [all …]
|
| H A D | reload.h | 89 machine_mode outmode; member
|
| H A D | lra-constraints.cc | 1011 machine_mode inmode, outmode; in match_reload() local 1016 outmode = out < 0 ? inmode : curr_operand_mode[out]; in match_reload() 1018 if (inmode != outmode) in match_reload() 1022 if (partial_subreg_p (outmode, inmode)) in match_reload() 1028 new_out_reg = gen_lowpart_SUBREG (outmode, reg); in match_reload() 1043 = lra_create_new_reg_with_unique_value (outmode, out_rtx, in match_reload() 1064 && GET_MODE (subreg_reg) == outmode in match_reload() 1131 : lra_create_new_reg_with_unique_value (outmode, out_rtx, goal_class, in match_reload()
|
| H A D | optabs.cc | 3501 machine_mode outmode = mode; in expand_unop() local 3508 outmode in expand_unop() 3516 value = emit_library_call_value (libfunc, NULL_RTX, LCT_CONST, outmode, in expand_unop() 3521 target = gen_reg_rtx (outmode); in expand_unop() 3528 if (GET_MODE_UNIT_SIZE (outmode) < GET_MODE_UNIT_SIZE (mode)) in expand_unop() 3529 eq_value = simplify_gen_unary (TRUNCATE, outmode, eq_value, mode); in expand_unop() 3530 else if (GET_MODE_UNIT_SIZE (outmode) > GET_MODE_UNIT_SIZE (mode)) in expand_unop() 3532 outmode, eq_value, mode); in expand_unop()
|
| H A D | ifcvt.cc | 958 machine_mode outmode; in noce_emit_move_insn() local 1056 outmode = GET_MODE (outer); in noce_emit_move_insn() 1058 store_bit_field (inner, GET_MODE_BITSIZE (outmode), bitpos, in noce_emit_move_insn() 1059 0, 0, outmode, y, false); in noce_emit_move_insn()
|
| /netbsd-src/sys/nfs/ |
| H A D | nfs_serv.c | 178 u_long inmode, testmode, outmode; in nfsrv3_access() local 191 outmode = 0; in nfsrv3_access() 194 outmode |= NFSV3ACCESS_READ; in nfsrv3_access() 199 outmode |= testmode; in nfsrv3_access() 202 outmode |= NFSV3ACCESS_EXECUTE; in nfsrv3_access() 208 outmode |= testmode; in nfsrv3_access() 211 outmode |= NFSV3ACCESS_LOOKUP; in nfsrv3_access() 218 *tl = txdr_unsigned(outmode); in nfsrv3_access()
|
| /netbsd-src/external/gpl3/autoconf/dist/doc/ |
| H A D | standards.texi | 2500 || GET_MODE_SIZE (outmode[j]) > GET_MODE_SIZE (inmode[j]) 2501 ? outmode[j] : inmode[j]); 2508 || (GET_MODE_SIZE (outmode[j]) > GET_MODE_SIZE (inmode[j]))) 2509 ? outmode[j] : inmode[j]);
|
| H A D | standards.info | 2382 || GET_MODE_SIZE (outmode[j]) > GET_MODE_SIZE (inmode[j]) 2383 ? outmode[j] : inmode[j]); 2389 || (GET_MODE_SIZE (outmode[j]) > GET_MODE_SIZE (inmode[j]))) 2390 ? outmode[j] : inmode[j]);
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386-expand.c | 15374 machine_mode outmode = GET_MODE (op0); in ix86_emit_i387_round() local 15380 rtx res = gen_reg_rtx (outmode); in ix86_emit_i387_round() 15402 switch (outmode) in ix86_emit_i387_round() 15445 switch (outmode) in ix86_emit_i387_round() 15454 gen_rtx_UNSPEC (outmode, gen_rtvec (1, tmp), in ix86_emit_i387_round()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386-expand.cc | 17396 machine_mode outmode = GET_MODE (op0); in ix86_emit_i387_round() local 17402 rtx res = gen_reg_rtx (outmode); in ix86_emit_i387_round() 17424 switch (outmode) in ix86_emit_i387_round() 17467 switch (outmode) in ix86_emit_i387_round() 17476 gen_rtx_UNSPEC (outmode, gen_rtvec (1, tmp), in ix86_emit_i387_round()
|