Searched refs:mode (Results 101 - 125 of 1865) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/gcc/
H A Dexpmed.c99 shift count and some by mode. */
138 enum machine_mode mode, wider_mode; local
208 for (mode = GET_CLASS_NARROWEST_MODE (MODE_INT);
209 mode != VOIDmode;
210 mode = GET_MODE_WIDER_MODE (mode))
212 PUT_MODE (&all.reg, mode);
213 PUT_MODE (&all.plus, mode);
214 PUT_MODE (&all.neg, mode);
215 PUT_MODE (&all.mult, mode);
270 negate_rtx(enum machine_mode mode, rtx x) argument
794 enum machine_mode mode; local
1089 extract_bit_field(rtx str_rtx, unsigned HOST_WIDE_INT bitsize, unsigned HOST_WIDE_INT bitnum, int unsignedp, rtx target, enum machine_mode mode, enum machine_mode tmode) argument
1706 enum machine_mode mode; local
1827 mask_rtx(enum machine_mode mode, int bitpos, int bitsize, int complement) argument
1868 lshift_value(enum machine_mode mode, rtx value, int bitpos, int bitsize) argument
1902 enum machine_mode mode, dmode; local
2185 expand_shift(enum tree_code code, enum machine_mode mode, rtx shifted, tree amount, rtx target, int unsignedp) argument
2407 enum machine_mode mode; member in struct:alg_hash_entry
2456 synth_mult(struct algorithm *alg_out, unsigned HOST_WIDE_INT t, const struct mult_cost *cost_limit, enum machine_mode mode) argument
2871 choose_mult_variant(enum machine_mode mode, HOST_WIDE_INT val, struct algorithm *alg, enum mult_variant *variant, int mult_cost) argument
2946 expand_mult_const(enum machine_mode mode, rtx op0, HOST_WIDE_INT val, rtx target, const struct algorithm *alg, enum mult_variant variant) argument
3101 expand_mult(enum machine_mode mode, rtx op0, rtx op1, rtx target, int unsignedp) argument
3382 expand_mult_highpart_adjust(enum machine_mode mode, rtx adj_operand, rtx op0, rtx op1, rtx target, int unsignedp) argument
3409 extract_high_half(enum machine_mode mode, rtx op) argument
3428 expand_mult_highpart_optab(enum machine_mode mode, rtx op0, rtx op1, rtx target, int unsignedp, int max_cost) argument
3538 expand_mult_highpart(enum machine_mode mode, rtx op0, rtx op1, rtx target, int unsignedp, int max_cost) argument
3601 expand_smod_pow2(enum machine_mode mode, rtx op0, HOST_WIDE_INT d) argument
3702 expand_sdiv_pow2(enum machine_mode mode, rtx op0, HOST_WIDE_INT d) argument
3815 expand_divmod(int rem_flag, enum tree_code code, enum machine_mode mode, rtx op0, rtx op1, rtx target, int unsignedp) argument
5074 expand_and(enum machine_mode mode, rtx op0, rtx op1, rtx target) argument
5106 emit_store_flag(rtx target, enum rtx_code code, rtx op0, rtx op1, enum machine_mode mode, int unsignedp, int normalizep) argument
5551 emit_store_flag_force(rtx target, enum rtx_code code, rtx op0, rtx op1, enum machine_mode mode, int unsignedp, int normalizep) argument
5586 do_cmp_and_jump(rtx arg1, rtx arg2, enum rtx_code op, enum machine_mode mode, rtx label) argument
[all...]
H A Ddojump.c120 where X is an arbitrary register of mode MODE. Return true if the former
124 prefer_and_bit_test (enum machine_mode mode, int bitnum)
130 and_reg = gen_rtx_REG (mode, FIRST_PSEUDO_REGISTER);
131 and_test = gen_rtx_AND (mode, and_reg, NULL);
132 shift_test = gen_rtx_AND (mode, gen_rtx_ASHIFTRT (mode, and_reg, NULL),
137 /* Change the mode of the previously-created rtxes. */
138 PUT_MODE (and_reg, mode);
139 PUT_MODE (and_test, mode);
140 PUT_MODE (shift_test, mode);
123 prefer_and_bit_test(enum machine_mode mode, int bitnum) argument
167 enum machine_mode mode; local
323 enum machine_mode mode; local
618 do_jump_by_parts_greater_rtx(enum machine_mode mode, int unsignedp, rtx op0, rtx op1, rtx if_false_label, rtx if_true_label) argument
675 enum machine_mode mode = TYPE_MODE (TREE_TYPE (TREE_OPERAND (exp, 0))); local
688 do_jump_by_parts_zero_rtx(enum machine_mode mode, rtx op0, rtx if_false_label, rtx if_true_label) argument
738 do_jump_by_parts_equality_rtx(enum machine_mode mode, rtx op0, rtx op1, rtx if_false_label, rtx if_true_label) argument
779 enum machine_mode mode = TYPE_MODE (TREE_TYPE (TREE_OPERAND (exp, 0))); local
797 compare_from_rtx(rtx op0, rtx op1, enum rtx_code code, int unsignedp, enum machine_mode mode, rtx size) argument
849 do_compare_rtx_and_jump(rtx op0, rtx op1, enum rtx_code code, int unsignedp, enum machine_mode mode, rtx size, rtx if_false_label, rtx if_true_label) argument
991 enum machine_mode mode; local
[all...]
H A Dloop-iv.c45 iv_analyze_expr (insn, rhs, mode, iv): Stores to IV the description of iv
143 fprintf (file, " (in %s)", GET_MODE_NAME (iv->mode));
145 if (iv->mode != iv->extend_mode)
164 /* Generates a subreg to get the least significant part of EXPR (in mode
361 iv_constant (struct rtx_iv *iv, rtx cst, enum machine_mode mode) argument
363 if (mode == VOIDmode)
364 mode = GET_MODE (cst);
366 iv->mode = mode;
371 iv->extend_mode = iv->mode;
381 iv_subreg(struct rtx_iv *iv, enum machine_mode mode) argument
421 iv_extend(struct rtx_iv *iv, enum rtx_code extend, enum machine_mode mode) argument
478 enum machine_mode mode; local
547 enum machine_mode mode = iv->extend_mode; local
572 enum machine_mode mode = iv->extend_mode; local
900 iv_analyze_expr(rtx insn, rtx rhs, enum machine_mode mode, struct rtx_iv *iv) argument
1438 enum machine_mode mode; local
1515 enum machine_mode mode; local
1815 shorten_into_mode(struct rtx_iv *iv, enum machine_mode mode, enum rtx_code cond, bool signed_p, struct niter_desc *desc) argument
1996 enum machine_mode mode, comp_mode; local
[all...]
/freebsd-10.1-release/sys/i386/i386/
H A Dlongrun.c89 u_int low, high, flags, mode; local
98 for (mode = 0; mode < LONGRUN_MODE_MAX; mode++) {
99 if (low == longrun_modes[mode][0] &&
100 high == longrun_modes[mode][1] &&
101 flags == longrun_modes[mode][2]) {
105 mode = LONGRUN_MODE_UNKNOWN;
108 return (mode);
129 tmx86_set_longrun_mode(u_int mode) argument
198 u_int mode; local
[all...]
/freebsd-10.1-release/sys/dev/drm2/
H A Ddrm_edid.c56 /* First detailed mode wrong, use largest 60Hz mode */
60 /* Prefer the largest mode at 75 Hz */
70 /* use +hsync +vsync for detailed mode */
463 * @connector: has mode list to fix up
466 * Walk the mode list for @connector, clearing the preferred status
467 * on existing modes and setting it anew for the right mode ala @quirks.
492 /* Largest mode is preferred */
510 struct drm_display_mode *mode = NULL; local
518 /* get the expected default mode */
707 struct drm_display_mode *m, *mode = NULL; local
810 drm_mode_do_interlace_quirk(struct drm_display_mode *mode, struct detailed_pixel_timing *pt) argument
858 struct drm_display_mode *mode; local
944 mode_is_rb(const struct drm_display_mode *mode) argument
953 mode_in_hsync_range(struct drm_display_mode *mode, struct edid *edid, u8 *t) argument
970 mode_in_vsync_range(struct drm_display_mode *mode, struct edid *edid, u8 *t) argument
1002 mode_in_range(struct drm_display_mode *mode, struct edid *edid, struct detailed_timing *timing) argument
1085 struct drm_display_mode *mode; local
1486 drm_av_sync_delay(struct drm_connector *connector, struct drm_display_mode *mode) argument
1526 drm_select_eld(struct drm_encoder *encoder, struct drm_display_mode *mode) argument
1764 struct drm_display_mode *mode; local
[all...]
/freebsd-10.1-release/contrib/openbsm/bin/auditdistd/
H A Dopenat.h57 int mode; local
60 mode = va_arg(ap, int);
63 ffd = open(path, flags, mode);
H A Dfaccessat.h40 faccessat(int fd, const char *path, int mode, int flag) argument
60 ret = access(path, mode);
/freebsd-10.1-release/contrib/opie/libopie/
H A Dopen.c11 Modified by cmetz for OPIE 2.4. More portable way to get the mode
31 FILE *__opieopen FUNCTION((file, rw, mode), char *file AND int rw AND int mode) argument
45 if (chmod(file, mode))
/freebsd-10.1-release/lib/libc/stdio/
H A Dflags.c47 * Return the (stdio) flags for a given mode. Store the flags
52 __sflags(const char *mode, int *optr) argument
56 switch (*mode++) {
76 default: /* illegal mode */
83 switch (*mode++) {
H A Dsetvbuf.c51 setvbuf(FILE * __restrict fp, char * __restrict buf, int mode, size_t size) argument
62 if (mode != _IONBF)
63 if ((mode != _IOFBF && mode != _IOLBF) || (int)size < 0)
83 /* If setting unbuffered mode, skip all the hard work. */
84 if (mode == _IONBF)
137 if (mode == _IOLBF)
/freebsd-10.1-release/contrib/gcc/config/s390/
H A Dfixdfdi.h38 typedef int DItype_x __attribute__ ((mode (DI)));
39 typedef unsigned int UDItype_x __attribute__ ((mode (DI)));
40 typedef int SItype_x __attribute__ ((mode (SI)));
41 typedef unsigned int USItype_x __attribute__ ((mode (SI)));
111 typedef int DItype_x __attribute__ ((mode (DI)));
112 typedef unsigned int UDItype_x __attribute__ ((mode (DI)));
113 typedef int SItype_x __attribute__ ((mode (SI)));
114 typedef unsigned int USItype_x __attribute__ ((mode (SI)));
182 typedef int DItype_x __attribute__ ((mode (DI)));
183 typedef unsigned int UDItype_x __attribute__ ((mode (D
[all...]
/freebsd-10.1-release/sys/dev/ata/chipsets/
H A Data-cypress.c55 static int ata_cypress_setmode(device_t dev, int target, int mode);
96 ata_cypress_setmode(device_t dev, int target, int mode) argument
101 mode = min(mode, ATA_WDMA2);
104 if (mode == ATA_WDMA2) {
107 /* we could set PIO mode timings, but we assume the BIOS did that */
108 return (mode);
/freebsd-10.1-release/tools/regression/pjdfstest/tests/link/
H A D00.t36 expect ${type},0201,3,65534,65533 lstat ${n0} type,mode,nlink,uid,gid
37 expect ${type},0201,3,65534,65533 lstat ${n1} type,mode,nlink,uid,gid
38 expect ${type},0201,3,65534,65533 lstat ${n2} type,mode,nlink,uid,gid
41 expect ENOENT lstat ${n0} type,mode,nlink,uid,gid
42 expect ${type},0201,2,65534,65533 lstat ${n1} type,mode,nlink,uid,gid
43 expect ${type},0201,2,65534,65533 lstat ${n2} type,mode,nlink,uid,gid
46 expect ENOENT lstat ${n0} type,mode,nlink,uid,gid
47 expect ${type},0201,1,65534,65533 lstat ${n1} type,mode,nlink,uid,gid
48 expect ENOENT lstat ${n2} type,mode,nlink,uid,gid
51 expect ENOENT lstat ${n0} type,mode,nlin
[all...]
/freebsd-10.1-release/tools/regression/pjdfstest/tests/symlink/
H A D00.t15 expect regular,0644 lstat ${n0} type,mode
18 expect regular,0644 stat ${n1} type,mode
20 expect ENOENT stat ${n1} type,mode
/freebsd-10.1-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_power.c108 * fames. If request, set power mode of chip to
121 * Set power mgt to the requested mode, and conditionally set
125 ar5416SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip) argument
141 modes[ahp->ah_powerMode], modes[mode], setChip ? "set chip " : "");
142 switch (mode) {
153 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: unknown power mode 0x%x\n",
154 __func__, mode);
157 ahp->ah_powerMode = mode;
162 * Return the current sleep mode of the chip
167 int mode local
[all...]
/freebsd-10.1-release/sys/sys/
H A Ddirent.h80 #define IFTODT(mode) (((mode) & 0170000) >> 12)
/freebsd-10.1-release/tools/regression/pjdfstest/tests/chmod/
H A D07.t28 expect 0642 stat ${n1}/${n2} mode
30 expect 0642 stat ${n1}/${n2} mode
33 expect 0642 stat ${n1}/${n2} mode
39 expect 0642,65534,65534 stat ${n1}/${n2} mode,uid,gid
41 expect 0642,65534,65534 stat ${n1}/${n2} mode,uid,gid
44 expect 0642,0,0 stat ${n1}/${n2} mode,uid,gid
51 expect 0642 stat ${n1}/${n2} mode
53 expect 0642 stat ${n1}/${n2} mode
56 expect 0642 stat ${n1}/${n2} mode
H A D00.t27 expect 0111 stat ${n0} mode
30 mode=`${fstest} lstat ${n1} mode`
32 expect 0222 stat ${n1} mode
33 expect 0222 stat ${n0} mode
34 expect ${mode} lstat ${n1} mode
47 expect 0111 lstat ${n0} mode
121 # (set-group-ID on execution) in the file's mode shall be cleared upon
127 expect 02755 stat ${n0} mode
[all...]
/freebsd-10.1-release/tools/regression/pjdfstest/tests/mkfifo/
H A D02.t15 expect fifo,0644 stat ${nx} type,mode
/freebsd-10.1-release/tools/regression/pjdfstest/tests/open/
H A D02.t15 expect regular,0620 stat ${nx} type,mode
/freebsd-10.1-release/usr.bin/tset/
H A Dextern.h35 extern struct termios mode, oldmode;
/freebsd-10.1-release/usr.sbin/pw/
H A Dpw.c90 static void cmdhelp(int mode, int which);
97 int mode = -1; local
154 else if (mode == -1 && (tmp = getindex(Modes, argv[1])) != -1)
155 mode = tmp;
158 else if ((mode == -1 && which == -1) &&
162 mode = tmp % M_NUM;
164 cmdhelp(mode, which);
165 else if (which != -1 && mode != -1)
176 if (mode == -1 || which == -1)
177 cmdhelp(mode, whic
281 cmdhelp(int mode, int which) argument
[all...]
/freebsd-10.1-release/contrib/ncurses/progs/
H A Dtset.c139 static TTY mode, oldmode, original; variable
730 * Reset the terminal mode bits to a sensible state. Very useful after
731 * a child program dies in raw mode.
737 tcgetattr(STDERR_FILENO, &mode);
739 stty(STDERR_FILENO, &mode);
744 mode.c_cc[VDISCARD] = CHK(mode.c_cc[VDISCARD], CDISCARD);
746 mode.c_cc[VEOF] = CHK(mode.c_cc[VEOF], CEOF);
747 mode
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/tui/
H A Dtui.c76 /* Key mapping to gdb commands when the TUI is using the single key mode. */
94 Switch the output mode between TUI/standard gdb. */
113 /* Since we left the curses mode, the terminal mode is restored to
115 to work correctly (it may be restored in line mode). We force an
118 in readline, we also redisplay its prompt in the non-curses mode. */
257 Temporarily leave the TUI SingleKey mode to allow editing
259 is executed, the TUI SingleKey mode is installed back. */
268 Switch between TUI SingleKey mode and gdb readline editing. */
281 In the SingleKey mode, th
296 tui_set_key_mode(enum tui_key_mode mode) argument
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/threads/
H A Dth-lock.c91 static void irix_locking_callback(int mode, int type, char *file, int line);
92 static void solaris_locking_callback(int mode, int type, char *file,
94 static void win32_locking_callback(int mode, int type, char *file, int line);
95 static void pthreads_locking_callback(int mode, int type, char *file,
144 void win32_locking_callback(int mode, int type, char *file, int line) argument
146 if (mode & CRYPTO_LOCK) {
209 void solaris_locking_callback(int mode, int type, char *file, int line) argument
212 fprintf(stderr, "thread=%4d mode=%s lock=%s %s:%d\n",
214 (mode & CRYPTO_LOCK) ? "l" : "u",
221 CRYPTO_thread_id(), mode, fil
301 irix_locking_callback(int mode, int type, char *file, int line) argument
360 pthreads_locking_callback(int mode, int type, char *file, int line) argument
[all...]

Completed in 329 milliseconds

1234567891011>>