Searched refs:mode (Results 1 - 25 of 3214) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Duninit-I-O0.c6 struct { int mode; } setbuf; /* { dg-warning "'setbuf\.mode' is used" {} { xfail *-*-* } } */ member in struct:__anon6233
7 return setbuf.mode;
H A Duninit-I.c6 struct { int mode; } setbuf; /* { dg-warning "'setbuf\.mode' is used" "" { xfail *-*-* } } */ member in struct:__anon6234
7 return setbuf.mode;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Duninit-I.c6 struct { int mode; } setbuf; /* { dg-warning "'setbuf\.mode' is used" } */ member in struct:__anon4216
7 return setbuf.mode;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr24172.C3 inline int* dummy( const char* const mode )
5 IOException(*mode+*mode);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr24172.C3 inline int* dummy( const char* const mode )
5 IOException(*mode+*mode);
/netbsd-6-1-5-RELEASE/share/examples/wsmoused/
H A Dwsmoused.conf18 # Selection mode (sel) specific configuration.
19 mode selection {
27 mode action {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/warn/
H A Dunit-1.C4 struct a { int mode; }; member in struct:a
7 struct a setbuf; /* { dg-warning "'setbuf.mode' is used" "" { xfail *-*-* } } */
8 return setbuf.mode;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/warn/
H A Dunit-1.C4 struct a { int mode; }; member in struct:a
7 struct a setbuf; /* { dg-warning "'setbuf\.a::mode' is used" } */
8 return setbuf.mode;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/compat/decimal/
H A Dpass-1_y.C1 typedef float dec32 __attribute__((mode(SD)));
2 typedef float dec64 __attribute__((mode(DD)));
3 typedef float dec128 __attribute__((mode(TD)));
H A Dpass-4_y.C1 typedef float dec32 __attribute__((mode(SD)));
2 typedef float dec64 __attribute__((mode(DD)));
3 typedef float dec128 __attribute__((mode(TD)));
H A Dpass-6_y.C1 typedef float dec32 __attribute__((mode(SD)));
2 typedef float dec64 __attribute__((mode(DD)));
3 typedef float dec128 __attribute__((mode(TD)));
H A Dreturn-1_y.C1 typedef float dec32 __attribute__((mode(SD)));
2 typedef float dec64 __attribute__((mode(DD)));
3 typedef float dec128 __attribute__((mode(TD)));
H A Dreturn-4_y.C1 typedef float dec32 __attribute__((mode(SD)));
2 typedef float dec64 __attribute__((mode(DD)));
3 typedef float dec128 __attribute__((mode(TD)));
H A Dreturn-6_y.C1 typedef float dec32 __attribute__((mode(SD)));
2 typedef float dec64 __attribute__((mode(DD)));
3 typedef float dec128 __attribute__((mode(TD)));
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libntp/
H A Dmodetoa.c4 * modetoa - return an asciized mode
13 size_t mode
29 if (mode >= COUNTOF(modestrings)) {
31 snprintf(bp, LIB_BUFLENGTH, "mode#%zu", mode);
35 return modestrings[mode];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/noncompile/
H A Dincomplete-2.c9 g95_type_for_mode (enum machine_mode mode) /* { dg-error "incomplete type" } */ argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/arm/
H A Dfp16-compile-alt-12.c4 float xx __attribute__((mode(HF))) = 0.0;
H A Dfp16-compile-ieee-12.c4 float xx __attribute__((mode(HF))) = 0.0;
H A Dfp16-compile-none-2.c4 /* mode(HF) attributes are not recognized unless you explicitly enable
7 float xx __attribute__((mode(HF))) = 0.0; /* { dg-error "HF" } */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/noncompile/
H A Dincomplete-2.c9 g95_type_for_mode (enum machine_mode mode) /* { dg-error "incomplete type" } */ argument
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/contrib/
H A Dsp.pl6 $mode = 'transport';
8 $mode = $ARGV[2];
12 if ($mode eq 'transport') {
13 print STDERR "install esp transport mode: $src -> $dst\n";
16 } elsif ($mode eq 'delete') {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-sh/sh64/
H A Drelax3.s2 .mode shmedia
6 .mode shcompact
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libdecnumber/
H A DdecRound.c42 /* Set the decNumber rounding mode from the FE_DEC_* value in MODE. */
45 __dfp_set_round (int mode) argument
47 switch (mode)
60 /* We can't use assert in libgcc, so just return the default mode. */
65 /* Return the decNumber rounding mode as an FE_DEC_* value. */
70 int mode; local
75 mode = FE_DEC_DOWNWARD; break;
77 mode = FE_DEC_TONEAREST; break;
79 mode = FE_DEC_TONEARESTFROMZERO; break;
81 mode
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libdecnumber/
H A DdecRound.c42 /* Set the decNumber rounding mode from the FE_DEC_* value in MODE. */
45 __dfp_set_round (int mode) argument
47 switch (mode)
60 /* We can't use assert in libgcc, so just return the default mode. */
65 /* Return the decNumber rounding mode as an FE_DEC_* value. */
70 int mode; local
75 mode = FE_DEC_DOWNWARD; break;
77 mode = FE_DEC_TONEAREST; break;
79 mode = FE_DEC_TONEARESTFROMZERO; break;
81 mode
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/
H A Dpr44328.C16 extern int open(const char *name, int mode);
20 int mode = 0; local
25 mode = O_WRONLY|O_CREAT|O_TRUNC;
28 mode = O_RDONLY;
31 mode = O_RDWR;
34 mode = O_RDWR|O_CREAT|O_TRUNC;
38 open( filename, mode );

Completed in 305 milliseconds

1234567891011>>