Searched refs:new_mode (Results 1 - 25 of 81) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dchmod.c74 mode_t mode_mask, file_mode, new_mode; local
292 new_mode = 0;
298 new_mode |= _S_IREAD;
302 new_mode |= _S_IWRITE;
310 new_mode |= S_IRUSR;
312 new_mode |= S_IRGRP;
314 new_mode |= S_IROTH;
321 new_mode |= S_IWUSR;
323 new_mode |= S_IWGRP;
325 new_mode |
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dchmod.c77 mode_t file_mode, new_mode; local
295 new_mode = 0;
301 new_mode |= _S_IREAD;
305 new_mode |= _S_IWRITE;
313 new_mode |= S_IRUSR;
315 new_mode |= S_IRGRP;
317 new_mode |= S_IROTH;
324 new_mode |= S_IWUSR;
326 new_mode |= S_IWGRP;
328 new_mode |
[all...]
/netbsd-current/external/bsd/kyua-testers/dist/
H A Dfs.c232 static const mode_t new_mode = 0700; local
234 if (chmod(path, new_mode) == -1) {
235 warnx("chmod(%s, %04o) failed", path, new_mode);
252 static const mode_t new_mode = 0700; local
255 if (lchmod(path, new_mode) == -1) {
256 warnx("lchmod(%s, %04o) failed", path, new_mode);
262 new_mode);
/netbsd-current/common/include/x86emu/
H A Dx86emu_i8254.h73 uint8_t new_mode; member in struct:x86emu_i8254_timer
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcompare-elim.c312 machine_mode new_mode
315 if (new_mode == VOIDmode)
318 if (cmp->orig_mode != new_mode)
321 rtx flags = gen_rtx_REG (new_mode, targetm.flags_regnum);
322 rtx x = gen_rtx_COMPARE (new_mode, cmp->in_a, cmp->in_b);
328 cmp->orig_mode = new_mode;
542 machine_mode new_mode = SELECT_CC_MODE (cmp->uses[i].code, a, b);
543 if (new_mode != sel_mode)
545 sel_mode = targetm.cc_modes_compatible (sel_mode, new_mode);
541 machine_mode new_mode = SELECT_CC_MODE (cmp->uses[i].code, a, b); local
H A Dregcprop.c397 mode_change_ok (machine_mode orig_mode, machine_mode new_mode, argument
400 if (partial_subreg_p (orig_mode, new_mode))
403 return REG_CAN_CHANGE_MODE_P (regno, orig_mode, new_mode);
413 machine_mode new_mode, unsigned int regno,
417 && partial_subreg_p (copy_mode, new_mode))
427 if (orig_mode == new_mode)
428 return gen_raw_REG (new_mode, regno);
429 else if (mode_change_ok (orig_mode, new_mode, regno))
432 int use_nregs = hard_regno_nregs (copy_regno, new_mode);
439 = subreg_size_lowpart_offset (GET_MODE_SIZE (new_mode)
412 maybe_mode_change(machine_mode orig_mode, machine_mode copy_mode, machine_mode new_mode, unsigned int regno, unsigned int copy_regno ATTRIBUTE_UNUSED) argument
[all...]
H A Ddse.c1740 scalar_int_mode new_mode;
1757 new_mode = new_mode_iter.require ();
1758 if (GET_MODE_BITSIZE (new_mode) > BITS_PER_WORD)
1760 if (maybe_lt (GET_MODE_SIZE (new_mode), access_size))
1768 poly_uint64 byte = subreg_lowpart_offset (new_mode, store_mode);
1769 rtx ret = simplify_subreg (new_mode, store_info->const_rhs,
1773 rtx shift_rtx = gen_int_shift_amount (new_mode, shift);
1774 ret = simplify_const_binary_operation (LSHIFTRT, new_mode,
1778 byte = subreg_lowpart_offset (read_mode, new_mode);
1779 ret = simplify_subreg (read_mode, ret, new_mode, byt
1738 scalar_int_mode new_mode; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcompare-elim.cc310 machine_mode new_mode
313 if (new_mode == VOIDmode)
316 if (cmp->orig_mode != new_mode)
319 rtx flags = gen_rtx_REG (new_mode, targetm.flags_regnum);
320 rtx x = gen_rtx_COMPARE (new_mode, cmp->in_a, cmp->in_b);
326 cmp->orig_mode = new_mode;
540 machine_mode new_mode = SELECT_CC_MODE (cmp->uses[i].code, a, b);
541 if (new_mode != sel_mode)
543 sel_mode = targetm.cc_modes_compatible (sel_mode, new_mode);
539 machine_mode new_mode = SELECT_CC_MODE (cmp->uses[i].code, a, b); local
H A Dregcprop.cc397 mode_change_ok (machine_mode orig_mode, machine_mode new_mode, argument
400 if (partial_subreg_p (orig_mode, new_mode))
403 return REG_CAN_CHANGE_MODE_P (regno, orig_mode, new_mode);
413 machine_mode new_mode, unsigned int regno,
417 && partial_subreg_p (copy_mode, new_mode))
427 if (orig_mode == new_mode)
428 return gen_raw_REG (new_mode, regno);
429 else if (mode_change_ok (orig_mode, new_mode, regno)
430 && mode_change_ok (copy_mode, new_mode, copy_regno))
433 int use_nregs = hard_regno_nregs (copy_regno, new_mode);
412 maybe_mode_change(machine_mode orig_mode, machine_mode copy_mode, machine_mode new_mode, unsigned int regno, unsigned int copy_regno ATTRIBUTE_UNUSED) argument
[all...]
H A Ddse.cc1722 scalar_int_mode new_mode;
1730 auto new_mode = smallest_int_mode_for_size (access_size * BITS_PER_UNIT);
1731 auto byte = subreg_lowpart_offset (new_mode, store_mode);
1733 = simplify_subreg (new_mode, store_info->const_rhs, store_mode, byte);
1736 rtx shift_rtx = gen_int_shift_amount (new_mode, shift);
1737 ret = simplify_const_binary_operation (LSHIFTRT, new_mode, ret,
1741 byte = subreg_lowpart_offset (read_mode, new_mode);
1742 ret = simplify_subreg (read_mode, ret, new_mode, byte);
1768 new_mode = new_mode_iter.require ();
1769 if (GET_MODE_BITSIZE (new_mode) > BITS_PER_WOR
1720 scalar_int_mode new_mode; local
1728 auto new_mode = smallest_int_mode_for_size (access_size * BITS_PER_UNIT); local
[all...]
H A Dgenmodes.cc161 new_mode (enum mode_class cl, const char *name, function
492 c = new_mode (cclass, buf, file, line);
544 v = new_mode (vclass, xstrdup (buf), file, line);
568 struct mode_data *v = new_mode (MODE_VECTOR_BOOL, name, file, line);
585 new_mode (cl, name, file, line);
597 struct mode_data *m = new_mode (MODE_INT, name, file, line);
610 struct mode_data *m = new_mode (MODE_INT, name, file, line);
625 struct mode_data *m = new_mode (MODE_OPAQUE, name, file, line);
653 struct mode_data *m = new_mode (cl, name, file, line);
669 struct mode_data *m = new_mode (MODE_FLOA
[all...]
/netbsd-current/sys/dev/sun/
H A Dbwtwo.c426 int new_mode = *(int*)data; local
427 if (new_mode != sc->sc_mode)
429 sc->sc_mode = new_mode;
430 if(new_mode == WSDISPLAYIO_MODE_EMUL)
H A Dcgthree.c451 int new_mode = *(int*)data; local
452 if (new_mode != sc->sc_mode)
454 sc->sc_mode = new_mode;
455 if(new_mode == WSDISPLAYIO_MODE_EMUL)
/netbsd-current/sys/arch/next68k/dev/
H A Dnextdisplay.c300 int new_mode; local
329 new_mode = *(int *)data;
330 if (new_mode != sc->sc_mode) {
331 sc->sc_mode = new_mode;
/netbsd-current/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dfunctions.cc201 machine_mode new_mode = combine_modes (user_phi_mode, phi_mode); local
202 if (user_phi_mode != new_mode)
204 user_phi->set_mode (new_mode);
/netbsd-current/sys/dev/pci/
H A Dgenfb_pci.c216 int new_mode; local
234 new_mode = *(int *)data;
235 if (new_mode == WSDISPLAYIO_MODE_EMUL) {
/netbsd-current/sys/arch/macppc/dev/
H A Dvalkyriefb.c385 int new_mode = *(int*)data; local
386 if (new_mode != sc->sc_mode) {
387 sc->sc_mode = new_mode;
388 if (new_mode == WSDISPLAYIO_MODE_EMUL) {
H A Dofb.c295 int new_mode = *(int*)data; local
296 if (new_mode != sc->sc_mode)
298 sc->sc_mode = new_mode;
299 if (new_mode == WSDISPLAYIO_MODE_EMUL)
/netbsd-current/sys/arch/sparc64/dev/
H A Dgfb.c294 int new_mode = *(int*)data; local
297 if (new_mode != sc->sc_mode) {
298 sc->sc_mode = new_mode;
299 if(new_mode == WSDISPLAYIO_MODE_EMUL) {
/netbsd-current/sys/arch/amiga/dev/
H A Dzz9k_fb.c422 uint16_t new_mode; local
442 new_mode = ZZ9K_MODE_SCALE_2 | ZZ9K_MODE_COLOR_32BIT | display_mode;
454 ZZREG_W(ZZ9K_MODE, new_mode);
462 uint16_t new_mode; local
469 new_mode = zzfb_modes[display_mode].scale;
479 new_mode = new_mode | zzfb_colors[color_mode].mode | display_mode;
497 ZZREG_W(ZZ9K_MODE, new_mode);
H A Dmntva.c519 int new_mode = *(int *) data; local
520 if (new_mode != sc->sc_mode) {
521 sc->sc_mode = new_mode;
522 if (new_mode == WSDISPLAYIO_MODE_EMUL)
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dlock.c224 mode_t new_mode = 0; local
275 The idea behind the new_mode stuff is that the directory we
277 directory (we re-set new_mode with each EEXIST). CVSUMASK
290 new_mode = sb.st_mode;
304 && CVS_MKDIR (retval, new_mode) < 0)
313 new_mode = sb.st_mode;
321 if (CVS_MKDIR (retval, new_mode) < 0
/netbsd-current/sys/arch/evbppc/explora/dev/
H A Dfb_elb.c313 int new_mode; local
339 new_mode = *(int *)data;
340 if (new_mode != sc->sc_mode) {
341 sc->sc_mode = new_mode;
342 if (new_mode == WSDISPLAYIO_MODE_EMUL) {
/netbsd-current/sys/arch/luna68k/dev/
H A Dlunafb.c245 int new_mode; local
272 new_mode = *(int *)data;
273 if (new_mode != sc->sc_mode) {
274 sc->sc_mode = new_mode;
275 if (new_mode == WSDISPLAYIO_MODE_EMUL)
/netbsd-current/sys/dev/sbus/
H A Dcgtwelve.c541 int new_mode = *(int*)data; local
542 if (new_mode != sc->sc_mode)
544 sc->sc_mode = new_mode;
545 if (new_mode == WSDISPLAYIO_MODE_EMUL)

Completed in 396 milliseconds

1234