Searched refs:outmode (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/zlib/test/
H A Dminigzip.c563 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[
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dreload.c433 || (! in_p && rld[s_reload].outmode == mode))
445 rld[s_reload].outmode = mode;
482 rld[s_reload].outmode = ! in_p ? mode : VOIDmode;
908 enum machine_mode outmode, int strict_low, int optional,
924 if (outmode == VOIDmode && out != 0)
925 outmode = GET_MODE (out);
1108 && !CANNOT_CHANGE_MODE_CLASS (GET_MODE (SUBREG_REG (out)), outmode, class)
1115 && ((GET_MODE_SIZE (outmode)
1118 || ((GET_MODE_SIZE (outmode)
1120 && ((GET_MODE_SIZE (outmode)
901 push_reload(rtx in, rtx out, rtx *inloc, rtx *outloc, enum reg_class class, enum machine_mode inmode, enum machine_mode outmode, int strict_low, int optional, int opnum, enum reload_type type) argument
1891 find_dummy_reload(rtx real_in, rtx real_out, rtx *inloc, rtx *outloc, enum machine_mode inmode, enum machine_mode outmode, enum reg_class class, int for_real, int earlyclobber) argument
[all...]
H A Dreload.h92 enum machine_mode outmode; member in struct:reload
H A Dcalls.c3267 enum machine_mode outmode, int nargs, va_list p)
3299 tree tfom; /* type_for_mode (outmode, 0) */
3357 if (outmode != VOIDmode)
3359 tfom = lang_hooks.types.type_for_mode (outmode, 0);
3365 mem_value = gen_rtx_MEM (outmode, pointer_reg);
3368 value = gen_reg_rtx (outmode);
3370 struct_value_size = GET_MODE_SIZE (outmode);
3396 INIT_CUMULATIVE_LIBCALL_ARGS (args_so_far, outmode, fun);
3812 valreg = (mem_value == 0 && outmode != VOIDmode
3813 ? hard_libcall_value (outmode)
3263 emit_library_call_value_1(int retval, rtx orgfun, rtx value, enum libcall_type fn_type, enum machine_mode outmode, int nargs, va_list p) argument
3986 emit_library_call(rtx orgfun, enum libcall_type fn_type, enum machine_mode outmode, int nargs, ...) argument
4005 emit_library_call_value(rtx orgfun, rtx value, enum libcall_type fn_type, enum machine_mode outmode, int nargs, ...) argument
[all...]
H A Difcvt.c691 enum machine_mode outmode;
786 outmode = GET_MODE (outer);
788 store_bit_field (inner, GET_MODE_BITSIZE (outmode), bitpos, outmode, y);
688 enum machine_mode outmode; local
H A Doptabs.c2720 enum machine_mode outmode = mode;
2726 outmode
2734 NULL_RTX, LCT_CONST, outmode,
2739 target = gen_reg_rtx (outmode);
2741 gen_rtx_fmt_e (unoptab->code, outmode, op0));
2710 enum machine_mode outmode = mode; local
/freebsd-10-stable/crypto/openssl/apps/
H A Dsmime.c94 const char *inmode = "r", *outmode = "w"; local
487 outmode = "wb";
490 outmode = "wb";
593 if (!(out = BIO_new_file(outfile, outmode))) {
H A Dcms.c109 const char *inmode = "r", *outmode = "w"; local
626 outmode = "wb";
629 outmode = "wb";
776 if (!(out = BIO_new_file(outfile, outmode))) {
/freebsd-10-stable/contrib/sendmail/src/
H A Dsrvrsmtp.c4419 int inmode, outmode; local
4430 outmode = fcntl(outchfd, F_GETFL, 0);
4431 if (outmode == -1)
4440 bitset(O_NONBLOCK, outmode) ||
4443 outmode = fcntl(outchfd, F_GETFL, 0);
4444 if (outmode != -1 && bitset(O_NONBLOCK, outmode))
/freebsd-10-stable/sys/dev/usb/
H A Dusb_device.c2051 int inmode, outmode, inmask, outmask, mode; local
2060 outmode = FREAD;
2063 outmode = FWRITE;
2093 mode |= (outmask & (1 << ep)) ? outmode : 0;

Completed in 247 milliseconds