Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 25 of 19445) sorted by relevance

12345678910>>...778

/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dmmdebug.h18 #define VM_BUG_ON(cond) BUG_ON(cond) argument
19 #define VM_BUG_ON_PAGE(cond, page) \ argument
26 #define VM_BUG_ON_VMA(cond, vma) \ argument
33 #define VM_BUG_ON_MM(cond, mm) \ argument
40 #define VM_WARN_ON_ONCE_PAGE(cond, page) ({ \ argument
52 #define VM_WARN_ON(cond) (void)WARN_ON(cond) argument
57 #define VM_BUG_ON(cond) BUILD_BUG_ON_INVALID(cond) argument
59 #define VM_BUG_ON_VMA(cond, vma) VM_BUG_ON(cond) argument
60 #define VM_BUG_ON_MM(cond, mm) VM_BUG_ON(cond) argument
69 #define VIRTUAL_BUG_ON(cond) BUG_ON(cond) argument
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dmmdebug.h18 #define VM_BUG_ON(cond) BUG_ON(cond) argument
19 #define VM_BUG_ON_PAGE(cond, page) \ argument
26 #define VM_BUG_ON_VMA(cond, vma) \ argument
33 #define VM_BUG_ON_MM(cond, mm) \ argument
40 #define VM_WARN_ON_ONCE_PAGE(cond, page) ({ \ argument
52 #define VM_WARN_ON(cond) (void)WARN_ON(cond) argument
57 #define VM_BUG_ON(cond) BUILD_BUG_ON_INVALID(cond) argument
59 #define VM_BUG_ON_VMA(cond, vma) VM_BUG_ON(cond) argument
60 #define VM_BUG_ON_MM(cond, mm) VM_BUG_ON(cond) argument
69 #define VIRTUAL_BUG_ON(cond) BUG_ON(cond) argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dmmdebug.h18 #define VM_BUG_ON(cond) BUG_ON(cond) argument
19 #define VM_BUG_ON_PAGE(cond, page) \ argument
26 #define VM_BUG_ON_VMA(cond, vma) \ argument
33 #define VM_BUG_ON_MM(cond, mm) \ argument
40 #define VM_WARN_ON_ONCE_PAGE(cond, page) ({ \ argument
52 #define VM_WARN_ON(cond) (void)WARN_ON(cond) argument
57 #define VM_BUG_ON(cond) BUILD_BUG_ON_INVALID(cond) argument
59 #define VM_BUG_ON_VMA(cond, vma) VM_BUG_ON(cond) argument
60 #define VM_BUG_ON_MM(cond, mm) VM_BUG_ON(cond) argument
69 #define VIRTUAL_BUG_ON(cond) BUG_ON(cond) argument
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/include/isc/
H A Dassertions.h72 #define REQUIRE(cond) \ argument
76 #define REQUIRE_ERR(cond) \ argument
86 #define ENSURE(cond) \ argument
90 #define ENSURE_ERR(cond) \ argument
95 #define ENSURE(cond) ((void) (cond)) argument
100 #define INSIST(cond) \ argument
104 #define INSIST_ERR(cond) \ argument
113 #define INSIST(cond) argument
114 #define INSIST_ERR(cond) argument
119 #define INVARIANT(cond) \ argument
[all …]
/dports/graphics/krita/krita-4.4.8/libs/global/
H A Dkis_assert.h44 #define KIS_ASSERT(cond) ((!(cond)) ? kis_assert_exception(#cond,__FILE__,__LINE__) : qt_noop()) argument
66 #define KIS_ASSERT_RECOVER(cond) if (!(cond) && (kis_assert_recoverable(#cond,__FILE__,__LINE__), t… argument
76 #define KIS_ASSERT_RECOVER_BREAK(cond) do { KIS_ASSERT_RECOVER(cond) { break; } } while (0) argument
86 #define KIS_ASSERT_RECOVER_RETURN(cond) do { KIS_ASSERT_RECOVER(cond) { return; } } while (0) argument
96 #define KIS_ASSERT_RECOVER_RETURN_VALUE(cond, val) do { KIS_ASSERT_RECOVER(cond) { return (val); } … argument
108 #define KIS_ASSERT_RECOVER_NOOP(cond) do { KIS_ASSERT_RECOVER(cond) { qt_noop(); } } while (0) argument
137 #define KIS_SAFE_ASSERT_RECOVER(cond) if (!(cond) && (kis_safe_assert_recoverable(#cond,__FILE__,__… argument
138 #define KIS_SAFE_ASSERT_RECOVER_BREAK(cond) do { KIS_SAFE_ASSERT_RECOVER(cond) { break; } } while (… argument
139 #define KIS_SAFE_ASSERT_RECOVER_RETURN(cond) do { KIS_SAFE_ASSERT_RECOVER(cond) { return; } } while… argument
140 #define KIS_SAFE_ASSERT_RECOVER_RETURN_VALUE(cond, val) do { KIS_SAFE_ASSERT_RECOVER(cond) { return… argument
[all …]
/dports/dns/libbind/libbind-6.0/include/isc/
H A Dassertions.h68 #define REQUIRE(cond) \ argument
72 #define REQUIRE_ERR(cond) \ argument
77 #define REQUIRE(cond) ((void) (cond)) argument
82 #define ENSURE(cond) \ argument
86 #define ENSURE_ERR(cond) \ argument
91 #define ENSURE(cond) ((void) (cond)) argument
96 #define INSIST(cond) \ argument
100 #define INSIST_ERR(cond) \ argument
105 #define INSIST(cond) ((void) (cond)) argument
110 #define INVARIANT(cond) \ argument
[all …]
/dports/dns/dnscap/dnscap-2.0.1/isc/
H A Dassertions.h68 #define REQUIRE(cond) \ argument
72 #define REQUIRE_ERR(cond) \ argument
77 #define REQUIRE(cond) ((void) (cond)) argument
82 #define ENSURE(cond) \ argument
86 #define ENSURE_ERR(cond) \ argument
91 #define ENSURE(cond) ((void) (cond)) argument
96 #define INSIST(cond) \ argument
100 #define INSIST_ERR(cond) \ argument
105 #define INSIST(cond) ((void) (cond)) argument
110 #define INVARIANT(cond) \ argument
[all …]
/dports/net-mgmt/prometheus1/prometheus-1.8.2/vendor/golang.org/x/text/runes/
H A Dcond.go53 type cond struct { struct
54 tIn, tNotIn transform.Transformer
55 f func(rune) bool
56 check func(rune) bool // current check to perform
57 t transform.Transformer // current transformer to use
61 func (t *cond) Reset() {
67 func (t *cond) is(r rune) bool {
77 func (t *cond) isNot(r rune) bool {
87 func (t *cond) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
/dports/security/keybase/client-v5.7.1/go/vendor/golang.org/x/text/runes/
H A Dcond.go53 type cond struct { struct
54 tIn, tNotIn transform.Transformer
55 f func(rune) bool
56 check func(rune) bool // current check to perform
57 t transform.Transformer // current transformer to use
61 func (t *cond) Reset() {
67 func (t *cond) is(r rune) bool {
77 func (t *cond) isNot(r rune) bool {
87 func (t *cond) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
/dports/textproc/pup/pup-0.4.0-9-g1c3cffd/vendor/golang.org/x/text/runes/
H A Dcond.go53 type cond struct { struct
54 tIn, tNotIn transform.Transformer
55 f func(rune) bool
56 check func(rune) bool // current check to perform
57 t transform.Transformer // current transformer to use
61 func (t *cond) Reset() {
67 func (t *cond) is(r rune) bool {
77 func (t *cond) isNot(r rune) bool {
87 func (t *cond) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/golang.org/x/text/runes/
H A Dcond.go68 type cond struct { struct
69 tIn, tNotIn transform.SpanningTransformer
70 f func(rune) bool
71 check func(rune) bool // current check to perform
72 t transform.SpanningTransformer // current transformer to use
76 func (t *cond) Reset() {
82 func (t *cond) is(r rune) bool {
92 func (t *cond) isNot(r rune) bool {
107 func (t *cond) Span(src []byte, atEOF bool) (n int, err error) {
147 func (t *cond) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
/dports/net/gscloud/gscloud-0.11.0/vendor/golang.org/x/text/runes/
H A Dcond.go68 type cond struct { struct
69 tIn, tNotIn transform.SpanningTransformer
70 f func(rune) bool
71 check func(rune) bool // current check to perform
72 t transform.SpanningTransformer // current transformer to use
76 func (t *cond) Reset() {
82 func (t *cond) is(r rune) bool {
92 func (t *cond) isNot(r rune) bool {
107 func (t *cond) Span(src []byte, atEOF bool) (n int, err error) {
147 func (t *cond) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
/dports/net/grpcox/grpcox-1.0.0/vendor/golang.org/x/text/runes/
H A Dcond.go68 type cond struct { struct
69 tIn, tNotIn transform.SpanningTransformer
70 f func(rune) bool
71 check func(rune) bool // current check to perform
72 t transform.SpanningTransformer // current transformer to use
76 func (t *cond) Reset() {
82 func (t *cond) is(r rune) bool {
92 func (t *cond) isNot(r rune) bool {
107 func (t *cond) Span(src []byte, atEOF bool) (n int, err error) {
147 func (t *cond) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/golang.org/x/text/runes/
H A Dcond.go68 type cond struct { struct
69 tIn, tNotIn transform.SpanningTransformer
70 f func(rune) bool
71 check func(rune) bool // current check to perform
72 t transform.SpanningTransformer // current transformer to use
76 func (t *cond) Reset() {
82 func (t *cond) is(r rune) bool {
92 func (t *cond) isNot(r rune) bool {
107 func (t *cond) Span(src []byte, atEOF bool) (n int, err error) {
147 func (t *cond) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/golang.org/x/text/runes/
H A Dcond.go68 type cond struct { struct
69 tIn, tNotIn transform.SpanningTransformer
70 f func(rune) bool
71 check func(rune) bool // current check to perform
72 t transform.SpanningTransformer // current transformer to use
76 func (t *cond) Reset() {
82 func (t *cond) is(r rune) bool {
92 func (t *cond) isNot(r rune) bool {
107 func (t *cond) Span(src []byte, atEOF bool) (n int, err error) {
147 func (t *cond) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
/dports/misc/concourse/concourse-6.7.2/vendor/code.cloudfoundry.org/credhub-cli/vendor/golang.org/x/text/runes/
H A Dcond.go68 type cond struct { struct
69 tIn, tNotIn transform.SpanningTransformer
70 f func(rune) bool
71 check func(rune) bool // current check to perform
72 t transform.SpanningTransformer // current transformer to use
76 func (t *cond) Reset() {
82 func (t *cond) is(r rune) bool {
92 func (t *cond) isNot(r rune) bool {
107 func (t *cond) Span(src []byte, atEOF bool) (n int, err error) {
147 func (t *cond) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/golang.org/x/text/runes/
H A Dcond.go68 type cond struct { struct
69 tIn, tNotIn transform.SpanningTransformer
70 f func(rune) bool
71 check func(rune) bool // current check to perform
72 t transform.SpanningTransformer // current transformer to use
76 func (t *cond) Reset() {
82 func (t *cond) is(r rune) bool {
92 func (t *cond) isNot(r rune) bool {
107 func (t *cond) Span(src []byte, atEOF bool) (n int, err error) {
147 func (t *cond) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
/dports/net/rclone/rclone-1.57.0/vendor/golang.org/x/text/runes/
H A Dcond.go68 type cond struct { struct
69 tIn, tNotIn transform.SpanningTransformer
70 f func(rune) bool
71 check func(rune) bool // current check to perform
72 t transform.SpanningTransformer // current transformer to use
76 func (t *cond) Reset() {
82 func (t *cond) is(r rune) bool {
92 func (t *cond) isNot(r rune) bool {
107 func (t *cond) Span(src []byte, atEOF bool) (n int, err error) {
147 func (t *cond) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
/dports/security/lego/lego-4.5.3/vendor/github.com/infobloxopen/infoblox-go-client/vendor/golang.org/x/text/runes/
H A Dcond.go68 type cond struct { struct
69 tIn, tNotIn transform.SpanningTransformer
70 f func(rune) bool
71 check func(rune) bool // current check to perform
72 t transform.SpanningTransformer // current transformer to use
76 func (t *cond) Reset() {
82 func (t *cond) is(r rune) bool {
92 func (t *cond) isNot(r rune) bool {
107 func (t *cond) Span(src []byte, atEOF bool) (n int, err error) {
147 func (t *cond) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
/dports/devel/gh/cli-2.4.0/vendor/golang.org/x/text/runes/
H A Dcond.go68 type cond struct { struct
69 tIn, tNotIn transform.SpanningTransformer
70 f func(rune) bool
71 check func(rune) bool // current check to perform
72 t transform.SpanningTransformer // current transformer to use
76 func (t *cond) Reset() {
82 func (t *cond) is(r rune) bool {
92 func (t *cond) isNot(r rune) bool {
107 func (t *cond) Span(src []byte, atEOF bool) (n int, err error) {
147 func (t *cond) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/text/runes/
H A Dcond.go68 type cond struct { struct
69 tIn, tNotIn transform.SpanningTransformer
70 f func(rune) bool
71 check func(rune) bool // current check to perform
72 t transform.SpanningTransformer // current transformer to use
76 func (t *cond) Reset() {
82 func (t *cond) is(r rune) bool {
92 func (t *cond) isNot(r rune) bool {
107 func (t *cond) Span(src []byte, atEOF bool) (n int, err error) {
147 func (t *cond) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/text/runes/
H A Dcond.go68 type cond struct { struct
69 tIn, tNotIn transform.SpanningTransformer
70 f func(rune) bool
71 check func(rune) bool // current check to perform
72 t transform.SpanningTransformer // current transformer to use
76 func (t *cond) Reset() {
82 func (t *cond) is(r rune) bool {
92 func (t *cond) isNot(r rune) bool {
107 func (t *cond) Span(src []byte, atEOF bool) (n int, err error) {
147 func (t *cond) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
/dports/net/drive/drive-0.4.0/vendor/golang.org/x/text/runes/
H A Dcond.go68 type cond struct { struct
69 tIn, tNotIn transform.SpanningTransformer
70 f func(rune) bool
71 check func(rune) bool // current check to perform
72 t transform.SpanningTransformer // current transformer to use
76 func (t *cond) Reset() {
82 func (t *cond) is(r rune) bool {
92 func (t *cond) isNot(r rune) bool {
107 func (t *cond) Span(src []byte, atEOF bool) (n int, err error) {
147 func (t *cond) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/golang.org/x/text/runes/
H A Dcond.go68 type cond struct { struct
69 tIn, tNotIn transform.SpanningTransformer
70 f func(rune) bool
71 check func(rune) bool // current check to perform
72 t transform.SpanningTransformer // current transformer to use
76 func (t *cond) Reset() {
82 func (t *cond) is(r rune) bool {
92 func (t *cond) isNot(r rune) bool {
107 func (t *cond) Span(src []byte, atEOF bool) (n int, err error) {
147 func (t *cond) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
/dports/misc/timetrace/timetrace-0.14.2/vendor/golang.org/x/text/runes/
H A Dcond.go68 type cond struct { struct
69 tIn, tNotIn transform.SpanningTransformer
70 f func(rune) bool
71 check func(rune) bool // current check to perform
72 t transform.SpanningTransformer // current transformer to use
76 func (t *cond) Reset() {
82 func (t *cond) is(r rune) bool {
92 func (t *cond) isNot(r rune) bool {
107 func (t *cond) Span(src []byte, atEOF bool) (n int, err error) {
147 func (t *cond) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {

12345678910>>...778