| /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/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/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/external/bsd/ntp/dist/ntpd/ |
| refclock_zyfer.c | 212 int tmode; /* Time mode */ local 276 &tmode, &tfom, &omode) != 8) { 281 if (tmode != 2) {
|
| /src/libexec/getty/ |
| 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...] |
| /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/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/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/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/dist/gcc/ |
| simplify-rtx.cc | 1619 scalar_int_mode tmode; 1623 - INTVAL (XEXP (op, 1)), 1).exists (&tmode)) 1626 rtl_hooks.gen_lowpart_no_emit (tmode, XEXP (XEXP (op, 0), 0)); 1630 int_mode, inner, tmode); 1809 scalar_int_mode tmode; 1811 - INTVAL (XEXP (op, 1)), 1).exists (&tmode)) 1814 rtl_hooks.gen_lowpart_no_emit (tmode, XEXP (XEXP (op, 0), 0)); 1817 inner, tmode); 3859 scalar_int_mode tmode = as_a <scalar_int_mode> (mode); 3861 && GET_MODE_BITSIZE (tmode) < BITS_PER_WORD 1611 scalar_int_mode tmode; local 1801 scalar_int_mode tmode; local 3850 scalar_int_mode tmode = as_a <scalar_int_mode> (mode); local [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...] |
| optabs.cc | 4873 machine_mode tmode = mode; 4876 && validate_test_and_branch (val, &test, &tmode, 4879 emit_cmp_and_jump_insn_1 (test, tmode, label, optab, prob, true); 6418 machine_mode tmode = GET_MODE (target); 6423 || related_int_vector_mode (tmode).require () == smode); 6424 create_output_operand (&ops[0], target, tmode); 6432 v0 = force_reg (tmode, v0); 6441 create_input_operand (&ops[1], v0, tmode); 6442 create_input_operand (&ops[2], v1, tmode); 8052 machine_mode mode, imode, tmode; 4858 machine_mode tmode = mode; local 6396 machine_mode tmode = GET_MODE (target); local 8027 machine_mode mode, imode, tmode; 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/gpl3/gcc.old/dist/gcc/d/ |
| d-codegen.cc | 994 tree tmode = lang_hooks.types.type_for_mode (mode.require (), 1); local 996 if (tmode == NULL_TREE) 997 tmode = make_unsigned_type (GET_MODE_BITSIZE (mode.require ())); 999 tmode = build_aligned_type (tmode, TYPE_ALIGN (stype)); 1000 t1ref = build_vconvert (tmode, t1ref); 1001 t2ref = build_vconvert (tmode, t2ref);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| simplify-rtx.cc | 1572 scalar_int_mode tmode; 1576 - INTVAL (XEXP (op, 1)), 1).exists (&tmode)) 1579 rtl_hooks.gen_lowpart_no_emit (tmode, XEXP (XEXP (op, 0), 0)); 1583 int_mode, inner, tmode); 1744 scalar_int_mode tmode; 1746 - INTVAL (XEXP (op, 1)), 1).exists (&tmode)) 1749 rtl_hooks.gen_lowpart_no_emit (tmode, XEXP (XEXP (op, 0), 0)); 1752 inner, tmode); 1564 scalar_int_mode tmode; local 1736 scalar_int_mode tmode; local
|
| optabs.cc | 6159 machine_mode tmode = GET_MODE (target); 6164 || related_int_vector_mode (tmode).require () == smode); 6165 create_output_operand (&ops[0], target, tmode); 6173 v0 = force_reg (tmode, v0); 6182 create_input_operand (&ops[1], v0, tmode); 6183 create_input_operand (&ops[2], v1, tmode); 7798 machine_mode mode, imode, tmode; 7845 tmode = (VECTOR_MODE_P (imode) && !VECTOR_MODE_P (mode) 7847 if (tmode != VOIDmode && tmode != mode 6136 machine_mode tmode = GET_MODE (target); local 7772 machine_mode mode, imode, tmode; 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.old/dist/gcc/config/tilegx/ |
| tilegx.cc | 3597 machine_mode tmode = insn_data[icode].operand[0].mode; 3599 || GET_MODE (target) != tmode 3600 || !(*insn_data[icode].operand[0].predicate) (target, tmode)) 3602 if (tmode == VOIDmode) 3605 tmode = TYPE_MODE (TREE_TYPE (TREE_TYPE (fndecl))); 3607 target = gen_reg_rtx (tmode); 3590 machine_mode tmode = insn_data[icode].operand[0].mode; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/ |
| tilepro.cc | 3145 machine_mode tmode = insn_data[icode].operand[0].mode; 3147 || GET_MODE (target) != tmode 3148 || !(*insn_data[icode].operand[0].predicate) (target, tmode)) 3149 target = gen_reg_rtx (tmode); 3138 machine_mode tmode = insn_data[icode].operand[0].mode; local
|
| /src/external/gpl3/gcc/dist/gcc/config/arc/ |
| arc.cc | 6964 machine_mode tmode = insn_data[icode].operand[0].mode; 7264 || GET_MODE (target) != tmode 7265 || !insn_data[icode].operand[0].predicate (target, tmode)) 7267 target = gen_reg_rtx (tmode); 6963 machine_mode tmode = insn_data[icode].operand[0].mode; local
|
| /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...] |
| /src/external/gpl3/gcc/dist/gcc/config/nios2/ |
| nios2.cc | 3679 machine_mode tmode = VOIDmode; 3687 tmode = TYPE_MODE (TREE_TYPE (exp)); 3688 if (!target || GET_MODE (target) != tmode 3690 target = gen_reg_rtx (tmode); 3717 gen_rtx_UNSPEC_VOLATILE (tmode, 3671 machine_mode tmode = VOIDmode; local
|
| /src/external/gpl3/gcc/dist/gcc/config/pa/ |
| pa.cc | 734 machine_mode tmode ATTRIBUTE_UNUSED, 749 machine_mode tmode = insn_data[icode].operand[0].mode; 751 || GET_MODE (target) != tmode 752 || ! (*insn_data[icode].operand[0].predicate) (target, tmode)) 753 op[0] = gen_reg_rtx (tmode); 747 machine_mode tmode = insn_data[icode].operand[0].mode; local
|