HomeSort by: relevance | last modified time | path
    Searched refs:tmode (Results 1 - 25 of 61) sorted by relevancy

1 2 3

  /src/libexec/getty/
subr.c 59 extern struct termios tmode, omode;
157 &tmode.c_cc[VERASE], &tmode.c_cc[VKILL], &tmode.c_cc[VINTR],
158 &tmode.c_cc[VQUIT], &tmode.c_cc[VSTART], &tmode.c_cc[VSTOP],
159 &tmode.c_cc[VEOF], &tmode.c_cc[VEOL], &tmode.c_cc[VSUSP]
    [all...]
main.c 93 struct termios tmode, omode; variable in typeref:struct:termios
132 #define ERASE tmode.c_cc[VERASE]
133 #define KILL tmode.c_cc[VKILL]
134 #define EOT tmode.c_cc[VEOF]
247 if (tcgetattr(0, &tmode) < 0) {
251 omode = tmode;
271 (void)cfsetispeed(&tmode, (speed_t)IS);
273 (void)cfsetispeed(&tmode, (speed_t)SP);
275 (void)cfsetospeed(&tmode, (speed_t)OS);
277 (void)cfsetospeed(&tmode, (speed_t)SP)
    [all...]
init.c 53 extern struct termios tmode;
56 #define M(a) ((char *)&tmode.c_cc[a])
  /src/external/gpl3/gdb/dist/gdbsupport/
fileio.cc 218 mode_t tmode = 0; local
221 tmode |= FILEIO_S_IFREG;
223 tmode |= FILEIO_S_IFDIR;
225 tmode |= FILEIO_S_IFCHR;
227 tmode |= FILEIO_S_IRUSR;
229 tmode |= FILEIO_S_IWUSR;
231 tmode |= FILEIO_S_IXUSR;
234 tmode |= FILEIO_S_IRGRP;
238 tmode |= FILEIO_S_IWGRP;
242 tmode |= FILEIO_S_IXGRP
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbsupport/
fileio.cc 218 mode_t tmode = 0; local
221 tmode |= FILEIO_S_IFREG;
223 tmode |= FILEIO_S_IFDIR;
225 tmode |= FILEIO_S_IFCHR;
227 tmode |= FILEIO_S_IRUSR;
229 tmode |= FILEIO_S_IWUSR;
231 tmode |= FILEIO_S_IXUSR;
234 tmode |= FILEIO_S_IRGRP;
238 tmode |= FILEIO_S_IWGRP;
242 tmode |= FILEIO_S_IXGRP
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
optabs-libfuncs.cc 374 machine_mode tmode,
391 mname_len = strlen (GET_MODE_NAME (tmode)) + strlen (GET_MODE_NAME (fmode));
415 tname = GET_MODE_NAME (tmode);
417 if (DECIMAL_FLOAT_MODE_P (fmode) || DECIMAL_FLOAT_MODE_P (tmode))
436 set_conv_libfunc (tab, tmode, fmode,
446 machine_mode tmode,
451 if (GET_MODE_CLASS (tmode) != MODE_FLOAT && !DECIMAL_FLOAT_MODE_P (tmode))
453 gen_interclass_conv_libfunc (tab, opname, tmode, fmode);
462 machine_mode tmode,
    [all...]
expmed.cc 1508 to either MODE or TMODE. MODE, TMODE and UNSIGNEDP are arguments
1513 machine_mode tmode, bool unsignedp)
1515 if (GET_MODE (x) == tmode || GET_MODE (x) == mode)
1521 if (!SCALAR_INT_MODE_P (tmode))
1523 scalar_int_mode int_mode = int_mode_for_mode (tmode).require ();
1526 return gen_lowpart (tmode, x);
1529 return convert_to_mode (tmode, x, unsignedp);
1544 machine_mode mode, machine_mode tmode)
1582 target = spec_target = gen_reg_rtx (tmode);
    [all...]
combine.cc 7650 scalar_int_mode tmode;
7651 if (int_mode_for_size (len, 1).exists (&tmode)
7655 && (inner_mode == tmode
7657 || TRULY_NOOP_TRUNCATION_MODES_P (tmode, inner_mode)
7658 || reg_truncated_to_mode (tmode, inner))
7661 && have_insn_for (STRICT_LOW_PART, tmode))))
7664 % (STRICT_ALIGNMENT ? GET_MODE_ALIGNMENT (tmode)
7668 && !paradoxical_subreg_p (tmode, inner_mode)
7670 && (inner_mode == tmode
7693 new_rtx = adjust_address_nv (inner, tmode, offset)
7626 scalar_int_mode tmode; local
10555 scalar_int_mode tmode, inner_mode, int_mode, int_varop_mode, int_result_mode; local
12120 scalar_int_mode mode, inner_mode, tmode; local
    [all...]
expr.cc 982 scalar_int_mode tmode
985 if (align >= GET_MODE_ALIGNMENT (tmode))
986 align = GET_MODE_ALIGNMENT (tmode);
993 tmode = mode_iter.require ();
994 if (GET_MODE_SIZE (tmode) > max_pieces
995 || targetm.slow_unaligned_access (tmode, align))
997 xmode = tmode;
1064 opt_scalar_int_mode tmode;
1066 FOR_EACH_MODE_IN_CLASS (tmode, MODE_INT)
1068 mode = tmode.require ()
979 scalar_int_mode tmode local
1061 opt_scalar_int_mode tmode; local
3508 fixed_size_mode tmode = as_a <fixed_size_mode> (GET_MODE (target)); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
optabs-libfuncs.cc 374 machine_mode tmode,
391 mname_len = strlen (GET_MODE_NAME (tmode)) + strlen (GET_MODE_NAME (fmode));
415 tname = GET_MODE_NAME (tmode);
417 if (DECIMAL_FLOAT_MODE_P (fmode) || DECIMAL_FLOAT_MODE_P (tmode))
436 set_conv_libfunc (tab, tmode, fmode,
446 machine_mode tmode,
451 if (GET_MODE_CLASS (tmode) != MODE_FLOAT && !DECIMAL_FLOAT_MODE_P (tmode))
453 gen_interclass_conv_libfunc (tab, opname, tmode, fmode);
462 machine_mode tmode,
    [all...]
expmed.cc 1501 to either MODE or TMODE. MODE, TMODE and UNSIGNEDP are arguments
1506 machine_mode tmode, bool unsignedp)
1508 if (GET_MODE (x) == tmode || GET_MODE (x) == mode)
1514 if (!SCALAR_INT_MODE_P (tmode))
1516 scalar_int_mode int_mode = int_mode_for_mode (tmode).require ();
1519 return gen_lowpart (tmode, x);
1522 return convert_to_mode (tmode, x, unsignedp);
1537 machine_mode mode, machine_mode tmode)
1575 target = spec_target = gen_reg_rtx (tmode);
    [all...]
expr.cc 790 scalar_int_mode tmode
793 if (align >= GET_MODE_ALIGNMENT (tmode))
794 align = GET_MODE_ALIGNMENT (tmode);
801 tmode = mode_iter.require ();
802 if (GET_MODE_SIZE (tmode) > max_pieces
803 || targetm.slow_unaligned_access (tmode, align))
805 xmode = tmode;
844 opt_scalar_int_mode tmode;
845 FOR_EACH_MODE_IN_CLASS (tmode, MODE_INT)
846 if (GET_MODE_SIZE (tmode.require ()) < size
787 scalar_int_mode tmode local
841 opt_scalar_int_mode tmode; local
2905 fixed_size_mode tmode = as_a <fixed_size_mode> (GET_MODE (target)); local
    [all...]
combine.cc 7607 scalar_int_mode tmode;
7608 if (int_mode_for_size (len, 1).exists (&tmode)
7612 && (inner_mode == tmode
7614 || TRULY_NOOP_TRUNCATION_MODES_P (tmode, inner_mode)
7615 || reg_truncated_to_mode (tmode, inner))
7618 && have_insn_for (STRICT_LOW_PART, tmode))))
7621 % (STRICT_ALIGNMENT ? GET_MODE_ALIGNMENT (tmode)
7625 && !paradoxical_subreg_p (tmode, inner_mode)
7627 && (inner_mode == tmode
7650 new_rtx = adjust_address_nv (inner, tmode, offset)
7583 scalar_int_mode tmode; local
10499 scalar_int_mode tmode, inner_mode, int_mode, int_varop_mode, int_result_mode; local
11990 scalar_int_mode mode, inner_mode, tmode; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-builtin.cc 2257 machine_mode tmode = SImode; local
2278 || GET_MODE (target) != tmode
2279 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
2280 target = gen_reg_rtx (tmode);
2334 machine_mode tmode = TYPE_MODE (type); local
2335 machine_mode inner_mode = GET_MODE_INNER (tmode);
2336 int i, n_elt = GET_MODE_NUNITS (tmode);
2338 gcc_assert (VECTOR_MODE_P (tmode));
2341 if (!target || !register_operand (target, tmode))
2342 target = gen_reg_rtx (tmode);
2389 machine_mode tmode, mode1; local
2421 machine_mode tmode, mode0; local
2464 machine_mode tmode = insn_data[icode2].operand[0].mode; local
2980 machine_mode tmode = VOIDmode; local
3143 machine_mode tmode = (uses_spr) ? insn_op->mode : E_SImode; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-builtin.cc 2282 machine_mode tmode = SImode; local
2303 || GET_MODE (target) != tmode
2304 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
2305 target = gen_reg_rtx (tmode);
2359 machine_mode tmode = TYPE_MODE (type); local
2360 machine_mode inner_mode = GET_MODE_INNER (tmode);
2361 int i, n_elt = GET_MODE_NUNITS (tmode);
2363 gcc_assert (VECTOR_MODE_P (tmode));
2366 if (!target || !register_operand (target, tmode))
2367 target = gen_reg_rtx (tmode);
2414 machine_mode tmode, mode1; local
2446 machine_mode tmode, mode0; local
2489 machine_mode tmode = insn_data[icode2].operand[0].mode; local
3004 machine_mode tmode = VOIDmode; local
3167 machine_mode tmode = (uses_spr) ? insn_op->mode : E_SImode; local
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
refclock_zyfer.c 212 int tmode; /* Time mode */ local
276 &tmode, &tfom, &omode) != 8) {
281 if (tmode != 2) {
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-builtins.cc 2775 machine_mode tmode = insn_data[icode].operand[0].mode; local
2788 || GET_MODE (target) != tmode
2789 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
2790 target = gen_reg_rtx (tmode);
2821 machine_mode tmode = insn_data[icode].operand[0].mode; local
2831 || GET_MODE (target) != tmode
2832 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
2833 target = gen_reg_rtx (tmode);
2859 machine_mode tmode = insn_data[icode].operand[0].mode; local
2863 || GET_MODE (target) != tmode
2996 machine_mode tmode = insn_data[icode].operand[0].mode; local
3477 machine_mode tmode; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-builtins.cc 2718 machine_mode tmode = insn_data[icode].operand[0].mode; local
2731 || GET_MODE (target) != tmode
2732 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
2733 target = gen_reg_rtx (tmode);
2764 machine_mode tmode = insn_data[icode].operand[0].mode; local
2774 || GET_MODE (target) != tmode
2775 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
2776 target = gen_reg_rtx (tmode);
2802 machine_mode tmode = insn_data[icode].operand[0].mode; local
2806 || GET_MODE (target) != tmode
2939 machine_mode tmode = insn_data[icode].operand[0].mode; local
3424 machine_mode tmode; local
    [all...]
  /src/sys/arch/hp300/dev/
rboxreg.h 86 uint8_t tmode; /* Tile mode size 0x40bb */ member in struct:rboxfb
  /src/sys/arch/hp300/stand/common/
grf_rbreg.h 107 vu_char tmode; /* Tile mode size 0x40bb */ member in struct:rboxfb
  /src/usr.sbin/mtree/
compare.c 271 mode_t tmode, mode; local
273 tmode = s->st_mode;
280 if (!((tmode & ~(S_IRWXU|S_IRWXG|S_IRWXO)) ||
282 if ((mode | tmode) == tmode)
  /src/tests/fs/vfs/
t_vnops.c 999 int tmode; local
1007 tmode = F_OK;
1009 tmode = ALLACC;
1011 RL(rump_sys_access("tfile", tmode));
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_diff.c 266 mode_t fmode, tmode; local
301 tmode = tsb.zs_mode & S_IFMT;
302 if (fmode == S_IFDIR || tmode == S_IFDIR || fsb.zs_links == 0 ||
324 if (fmode != tmode && fsb.zs_gen == tsb.zs_gen)
  /src/sys/dev/ic/
rtsx.c 1305 uint8_t tmode = read ? RTSX_TM_NORMAL_READ : RTSX_TM_AUTO_WRITE2; local
1354 if (tmode == RTSX_TM_NORMAL_READ) {
1361 0xff, tmode | RTSX_SD_TRANSFER_START);
1382 int ncmd, dma_dir, error, tmode; local
1403 tmode = RTSX_TM_AUTO_READ3;
1410 tmode = RTSX_TM_AUTO_WRITE3;
1453 0xff, tmode | RTSX_SD_TRANSFER_START);
  /src/external/gpl3/gcc/dist/gcc/config/bfin/
bfin.cc 5411 machine_mode tmode = insn_data[icode].operand[0].mode;
5421 || GET_MODE (target) != tmode
5422 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
5423 target = gen_reg_rtx (tmode);
5466 machine_mode tmode = insn_data[icode].operand[0].mode;
5470 || GET_MODE (target) != tmode
5471 || ! (*insn_data[icode].operand[0].predicate) (target, tmode))
5472 target = gen_reg_rtx (tmode);
5513 machine_mode tmode, mode0;
5532 tmode = insn_data[icode].operand[0].mode
5389 machine_mode tmode = insn_data[icode].operand[0].mode; local
5444 machine_mode tmode = insn_data[icode].operand[0].mode; local
5491 machine_mode tmode, mode0; local
    [all...]

Completed in 83 milliseconds

1 2 3