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

/freebsd-9.3-release/lib/libz/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-9.3-release/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.c3266 enum machine_mode outmode, int nargs, va_list p)
3298 tree tfom; /* type_for_mode (outmode, 0) */
3356 if (outmode != VOIDmode)
3358 tfom = lang_hooks.types.type_for_mode (outmode, 0);
3364 mem_value = gen_rtx_MEM (outmode, pointer_reg);
3367 value = gen_reg_rtx (outmode);
3369 struct_value_size = GET_MODE_SIZE (outmode);
3395 INIT_CUMULATIVE_LIBCALL_ARGS (args_so_far, outmode, fun);
3811 valreg = (mem_value == 0 && outmode != VOIDmode
3812 ? hard_libcall_value (outmode)
3262 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
3985 emit_library_call(rtx orgfun, enum libcall_type fn_type, enum machine_mode outmode, int nargs, ...) argument
4004 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.c2716 enum machine_mode outmode = mode;
2722 outmode
2730 NULL_RTX, LCT_CONST, outmode,
2735 target = gen_reg_rtx (outmode);
2737 gen_rtx_fmt_e (unoptab->code, outmode, op0));
2706 enum machine_mode outmode = mode; local
/freebsd-9.3-release/crypto/openssl/apps/
H A Dsmime.c91 const char *inmode = "r", *outmode = "w"; local
450 outmode = "wb";
453 outmode = "wb";
546 if (!(out = BIO_new_file(outfile, outmode))) {
H A Dcms.c107 const char *inmode = "r", *outmode = "w"; local
610 outmode = "wb";
613 outmode = "wb";
760 if (!(out = BIO_new_file(outfile, outmode))) {
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_device.c2013 int inmode, outmode, inmask, outmask, mode; local
2022 outmode = FREAD;
2025 outmode = FWRITE;
2055 mode |= (outmask & (1 << ep)) ? outmode : 0;
/freebsd-9.3-release/contrib/sendmail/src/
H A Dsrvrsmtp.c4045 int inmode, outmode; local
4056 outmode = fcntl(outchfd, F_GETFL, 0);
4057 if (outmode == -1)
4066 bitset(O_NONBLOCK, outmode) ||
4069 outmode = fcntl(outchfd, F_GETFL, 0);
4070 if (outmode != -1 && bitset(O_NONBLOCK, outmode))

Completed in 144 milliseconds