Searched refs:cond (Results 1 - 25 of 502) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/lib/libc/include/isc/
H A Dassertions.h72 #define REQUIRE(cond) \
73 ((void) ((cond) || \
75 #cond, 0), 0)))
76 #define REQUIRE_ERR(cond) \
77 ((void) ((cond) || \
79 #cond, 1), 0)))
81 #define REQUIRE(cond) ((void) (cond))
82 #define REQUIRE_ERR(cond) ((void) (cond))
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Drfg9.C2 int cond; variable
9 cond ? i : ip; /* { dg-error "" } pointer/integer mismatch */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Drfg9.C2 int cond; variable
9 cond ? i : ip; /* { dg-error "" } pointer/integer mismatch */
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/include/isc/
H A Dassertions.h70 #define REQUIRE(cond) \
71 ((void) ((cond) || \
73 #cond, 0), 0)))
74 #define REQUIRE_ERR(cond) \
75 ((void) ((cond) || \
77 #cond, 1), 0)))
79 #define REQUIRE(cond) ((void) (cond))
80 #define REQUIRE_ERR(cond) ((void) (cond))
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Ditblock.s3 .macro itblock num cond=""
4 .if x\cond != x
6 itttt \cond
9 ittt \cond
12 itt \cond
15 .it \cond
H A Dvfp-neon-syntax-inc.s7 .macro testvmov cond="" f32=".f32" f64=".f64"
8 itblock 4 \cond
9 vmov\cond\f32 s0,s1
10 vmov\cond\f64 d0,d1
11 vmov\cond\f32 s0,#0.25
12 vmov\cond\f64 d0,#1.0
13 itblock 4 \cond
14 vmov\cond r0,s1
15 vmov\cond s0,r1
16 vmov\cond r
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr45079.c5 foo (const char *p, int cond, int a, int b) argument
7 p[cond ? a : b] = '\0'; /* { dg-error "assignment of read-only location" } */
H A Duninit-5-O0.c10 func1(int cond) argument
14 if(cond)
19 if(cond)
24 func2 (int cond) argument
29 if(cond)
H A Duninit-5.c10 func1(int cond) argument
14 if(cond)
19 if(cond)
24 func2 (int cond) argument
29 if(cond)
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/tests/
H A Dcond8 ../makeinfo -o cond.out $srcdir/cond.txi || exit 1
9 egrep 'This is (ifnothtml|ifinfo|ifnottex) text' cond.out >/dev/null \
11 test `fgrep ' text.' cond.out | wc -l` -eq 3 || exit 3
14 ../makeinfo --no-split --html -o cond.out $srcdir/cond.txi || exit 1
15 egrep 'This is (html|ifhtml|ifnotinfo|ifnottex) text' cond.out >/dev/null \
17 test `fgrep ' text.' cond.out | wc -l` -eq 4 || exit 3
20 ../makeinfo --no-ifhtml --no-ifinfo --no-iftex -o cond.out $srcdir/cond
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Duninit-5.c10 func1(int cond) argument
14 if(cond)
19 if(cond)
24 func2 (int cond) argument
29 if(cond)
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/resolv/
H A Dres_debug.h24 # define Dprint(cond, args) /*empty*/
25 # define DprintQ(cond, args, query, size) /*empty*/
29 # define Dprint(cond, args) if (cond) {fprintf args;} else {}
30 # define DprintQ(cond, args, query, size) if (cond) {\
/netbsd-6-1-5-RELEASE/lib/libc/resolv/
H A Dres_debug.h24 # define Dprint(cond, args) /*empty*/
25 # define DprintQ(cond, args, query, size) /*empty*/
29 # define Dprint(cond, args) if (cond) {fprintf args;} else {}
30 # define DprintQ(cond, args, query, size) if (cond) {\
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dbuiltin1.C3 template<bool> struct cond;
7 cond<__builtin_constant_p(i)>();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/template/
H A Dbuiltin1.C3 template<bool> struct cond;
7 cond<__builtin_constant_p(i)>();
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dstep-resume-infcall.c23 cond (void) function
44 cond ();
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/test/
H A Dtestsslproxy6 for cond in A B C 'A|B&!C'; do
7 sh ./testssl $1 $2 $3 "-proxy -proxy_auth $auth -proxy_cond $cond"
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/include/isc/
H A Dassertions.h87 #define ISC_REQUIRE(cond) \
88 ((void) (/*CONSTCOND*/(cond) || \
91 #cond), 0)))
93 #define ISC_REQUIRE(cond) ((void) 0)
97 #define ISC_ENSURE(cond) \
98 ((void) (/*CONSTCOND*/(cond) || \
101 #cond), 0)))
103 #define ISC_ENSURE(cond) ((void) 0)
107 #define ISC_INSIST(cond) \
108 ((void) (/*CONSTCOND*/(cond) || \
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dassertions.h85 #define ISC_REQUIRE(cond) \
86 ((void) ((cond) || \
89 #cond), 0)))
91 #define ISC_REQUIRE(cond) ((void) 0)
95 #define ISC_ENSURE(cond) \
96 ((void) ((cond) || \
99 #cond), 0)))
101 #define ISC_ENSURE(cond) ((void) 0)
105 #define ISC_INSIST(cond) \
106 ((void) ((cond) || \
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hppa/spmath/
H A Dsfcmp.c55 unsigned int cond, unsigned int *status)
74 && (Exception(cond) || Sgl_isone_signaling(left)))
78 && (Exception(cond) || Sgl_isone_signaling(right)) ) )
81 Set_status_cbit(Unordered(cond));
85 Set_status_cbit(Unordered(cond));
97 Set_status_cbit(Unordered(cond));
112 Set_status_cbit(Equal(cond));
116 Set_status_cbit(Lessthan(cond));
120 Set_status_cbit(Greaterthan(cond));
127 Set_status_cbit(Equal(cond));
54 sgl_fcmp(sgl_floating_point *leftptr, sgl_floating_point *rightptr, unsigned int cond, unsigned int *status) argument
[all...]
H A Ddfcmp.c55 unsigned int cond, unsigned int *status)
74 && (Exception(cond) || Dbl_isone_signaling(leftp1)))
78 && (Exception(cond) || Dbl_isone_signaling(rightp1))) )
81 Set_status_cbit(Unordered(cond));
85 Set_status_cbit(Unordered(cond));
97 Set_status_cbit(Unordered(cond));
112 Set_status_cbit(Equal(cond));
116 Set_status_cbit(Lessthan(cond));
120 Set_status_cbit(Greaterthan(cond));
127 Set_status_cbit(Equal(cond));
54 dbl_fcmp(dbl_floating_point *leftptr, dbl_floating_point *rightptr, unsigned int cond, unsigned int *status) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/detail/
H A Dsanity.c63 atf_sanity_inv(const char *file, int line, const char *cond) argument
65 fail("Invariant check failed at %s:%d: %s", file, line, cond);
69 atf_sanity_pre(const char *file, int line, const char *cond) argument
71 fail("Precondition check failed at %s:%d: %s", file, line, cond);
75 atf_sanity_post(const char *file, int line, const char *cond) argument
77 fail("Postcondition check failed at %s:%d: %s", file, line, cond);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Dsanity.c65 atf_sanity_inv(const char *file, int line, const char *cond) argument
67 fail("Invariant check failed at %s:%d: %s", file, line, cond);
71 atf_sanity_pre(const char *file, int line, const char *cond) argument
73 fail("Precondition check failed at %s:%d: %s", file, line, cond);
77 atf_sanity_post(const char *file, int line, const char *cond) argument
79 fail("Postcondition check failed at %s:%d: %s", file, line, cond);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D990208-1.c9 static __inline__ void doit(void **pptr, int cond) argument
11 if (cond) {
18 static void f(int cond) argument
20 doit (&ptr1, cond);
24 static void g(int cond) argument
26 doit (&ptr2, cond);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D990208-1.c9 static __inline__ void doit(void **pptr, int cond) argument
11 if (cond) {
18 static void f(int cond) argument
20 doit (&ptr1, cond);
24 static void g(int cond) argument
26 doit (&ptr2, cond);

Completed in 340 milliseconds

1234567891011>>