Home
last modified time | relevance | path

Searched refs:expr (Results 1 – 25 of 631) sorted by relevance

12345678910>>...26

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/
H A Dexpr_variadic.hpp37 struct expr<Tag, term<Arg0>, 0> struct
42 typedef expr proto_base_expr; argument
48 typedef expr proto_derived_expr; argument
55 expr const &proto_base() const in proto_base() argument
62 expr &proto_base() in proto_base() argument
71 static expr const make(A0 &a0) in make() argument
73 return detail::make_terminal(a0, static_cast<expr *>(0), static_cast<proto_args *>(0)); in make()
79 static expr const make(A0 const &a0) in make() argument
81 return detail::make_terminal(a0, static_cast<expr *>(0), static_cast<proto_args *>(0)); in make()
91 proto::expr< argument
[all …]
H A Dexpr.hpp37 struct expr<Tag, term<Arg0>, 0> struct
42 typedef expr proto_base_expr; argument
48 typedef expr proto_derived_expr; argument
55 expr const &proto_base() const in proto_base() argument
62 expr &proto_base() in proto_base() argument
71 static expr const make(A0 &a0) in make() argument
73 return detail::make_terminal(a0, static_cast<expr *>(0), static_cast<proto_args *>(0)); in make()
79 static expr const make(A0 const &a0) in make() argument
81 return detail::make_terminal(a0, static_cast<expr *>(0), static_cast<proto_args *>(0)); in make()
91 proto::expr< argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/context/detail/preprocessed/
H A Dnull_eval.hpp12 void operator ()(Expr &expr, Context &ctx) const in operator ()()
14 proto::eval(proto::child_c< 0>(expr), ctx); in operator ()()
21 void operator ()(Expr &expr, Context &ctx) const in operator ()()
23 proto::eval(proto::child_c< 0>(expr), ctx); proto::eval(proto::child_c< 1>(expr), ctx); in operator ()()
30 void operator ()(Expr &expr, Context &ctx) const in operator ()()
32 …roto::eval(proto::child_c< 0>(expr), ctx); proto::eval(proto::child_c< 1>(expr), ctx); proto::eval… in operator ()()
39 void operator ()(Expr &expr, Context &ctx) const in operator ()()
41 …d_c< 0>(expr), ctx); proto::eval(proto::child_c< 1>(expr), ctx); proto::eval(proto::child_c< 2>(ex… in operator ()()
48 void operator ()(Expr &expr, Context &ctx) const in operator ()()
50expr), ctx); proto::eval(proto::child_c< 1>(expr), ctx); proto::eval(proto::child_c< 2>(expr), ctx… in operator ()()
[all …]
H A Ddefault_eval.hpp21 result_type operator ()(Expr &expr, Context &context) const in operator ()()
23 return this->invoke(expr, context, is_member_function_pointer<function_type>()); in operator ()()
26 result_type invoke(Expr &expr, Context &context, mpl::false_) const in invoke()
28 return proto::eval(proto::child_c< 0>( expr), context)( in invoke()
29 … proto::eval(proto::child_c< 1>( expr), context) , proto::eval(proto::child_c< 2>( expr), context) in invoke()
32 result_type invoke(Expr &expr, Context &context, mpl::true_) const in invoke()
37 … BOOST_PROTO_GET_POINTER(class_type, (proto::eval(proto::child_c< 1>( expr), context))) ->* in invoke()
38 proto::eval(proto::child_c< 0>( expr), context) in invoke()
39 )(proto::eval(proto::child_c< 2>( expr), context)); in invoke()
55 result_type operator ()(Expr &expr, Context &context) const in operator ()()
[all …]
H A Dcallable_eval.hpp58 result_type operator ()(Expr &expr, Context &context) const in operator ()()
62 , proto::child_c< 0>( expr) in operator ()()
117 result_type operator ()(Expr &expr, Context &context) const in operator ()()
121 , proto::child_c< 0>( expr) , proto::child_c< 1>( expr) in operator ()()
176 result_type operator ()(Expr &expr, Context &context) const in operator ()()
180 … , proto::child_c< 0>( expr) , proto::child_c< 1>( expr) , proto::child_c< 2>( expr) in operator ()()
235 result_type operator ()(Expr &expr, Context &context) const in operator ()()
239 …, proto::child_c< 0>( expr) , proto::child_c< 1>( expr) , proto::child_c< 2>( expr) , proto::child… in operator ()()
294 result_type operator ()(Expr &expr, Context &context) const in operator ()()
298 …oto::child_c< 0>( expr) , proto::child_c< 1>( expr) , proto::child_c< 2>( expr) , proto::child_c< … in operator ()()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Dexpr.hpp44 (3, (0, 0, <boost/proto/detail/expr.hpp>))
49 (3, (1, BOOST_PROTO_MAX_ARITY, <boost/proto/detail/expr.hpp>))
69 #define BOOST_PP_ITERATION_PARAMS_1 (3, (0, 0, <boost/proto/detail/expr.hpp>))
73 … #define BOOST_PP_ITERATION_PARAMS_1 (3, (1, BOOST_PROTO_MAX_ARITY, <boost/proto/detail/expr.hpp>))
116 struct expr<Tag, term<Arg0>, 0> struct
119 …struct expr<Tag, BOOST_PP_CAT(list, BOOST_PP_ITERATION())<BOOST_PP_ENUM_PARAMS(ARG_COUNT, Arg)>, B…
125 typedef expr proto_base_expr; argument
135 typedef expr proto_derived_expr; argument
144 expr const &proto_base() const in proto_base() argument
152 expr &proto_base() in proto_base() argument
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/libnftnl/libnftnl/
H A D0001-avoid-naming-local-function-as-one-of-printf-family.patch17 Add the same change in src/expr/last.c to make the patch apply for
24 src/expr.c | 4 ++--
25 src/expr/bitwise.c | 2 +-
26 src/expr/byteorder.c | 2 +-
27 src/expr/cmp.c | 2 +-
28 src/expr/connlimit.c | 2 +-
29 src/expr/counter.c | 2 +-
30 src/expr/ct.c | 2 +-
31 src/expr/dup.c | 2 +-
32 src/expr/dynset.c | 2 +-
[all …]
/OK3568_Linux_fs/kernel/tools/debugging/
H A Dkernel-chktaint55 if [ `expr $T % 2` -eq 0 ]; then
62 T=`expr $T / 2`
63 if [ `expr $T % 2` -eq 0 ]; then
70 T=`expr $T / 2`
71 if [ `expr $T % 2` -eq 0 ]; then
78 T=`expr $T / 2`
79 if [ `expr $T % 2` -eq 0 ]; then
86 T=`expr $T / 2`
87 if [ `expr $T % 2` -eq 0 ]; then
94 T=`expr $T / 2`
[all …]
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dexpr.y48 %type <num> expr if_expr
83 expr IF expr ELSE expr { $$ = $3 ? $1 : $5; }
84 | expr
87 expr: NUMBER
99 | expr '|' expr { $$ = (long)$1 | (long)$3; }
100 | expr '&' expr { $$ = (long)$1 & (long)$3; }
101 | expr '^' expr { $$ = (long)$1 ^ (long)$3; }
102 | expr '<' expr { $$ = $1 < $3; }
103 | expr '>' expr { $$ = $1 > $3; }
104 | expr '+' expr { $$ = $1 + $3; }
[all …]
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dexpr.c14 static int expr_eq(struct expr *e1, struct expr *e2);
15 static struct expr *expr_eliminate_yn(struct expr *e);
17 struct expr *expr_alloc_symbol(struct symbol *sym) in expr_alloc_symbol()
19 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_symbol()
25 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one()
27 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_one()
29 e->left.expr = ce; in expr_alloc_one()
33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
35 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_two()
37 e->left.expr = e1; in expr_alloc_two()
[all …]
H A Dexpr.h38 struct expr *expr; member
42 struct expr { struct
52 for (e = (l); e && (s = e->right.sym); e = e->left.expr)
55 struct expr *expr; member
152 struct expr *expr; /* the optional conditional part of the property */ member
175 struct expr *visibility;
176 struct expr *dep;
204 struct expr *expr_alloc_symbol(struct symbol *sym);
205 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
206 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
[all …]
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dexpr.h38 struct expr *expr; member
42 struct expr { struct
52 for (e = (l); e && (s = e->right.sym); e = e->left.expr)
55 struct expr *expr; member
197 struct expr *expr; /* the optional conditional part of the property */ member
247 struct expr *visibility;
253 struct expr *dep;
294 struct expr *expr_alloc_symbol(struct symbol *sym);
295 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
296 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
[all …]
H A Dexpr.c16 static struct expr *expr_eliminate_yn(struct expr *e);
18 struct expr *expr_alloc_symbol(struct symbol *sym) in expr_alloc_symbol()
20 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_symbol()
26 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one()
28 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_one()
30 e->left.expr = ce; in expr_alloc_one()
34 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
36 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_two()
38 e->left.expr = e1; in expr_alloc_two()
39 e->right.expr = e2; in expr_alloc_two()
[all …]
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dexpr.c14 static int expr_eq(struct expr *e1, struct expr *e2);
15 static struct expr *expr_eliminate_yn(struct expr *e);
17 struct expr *expr_alloc_symbol(struct symbol *sym) in expr_alloc_symbol()
19 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_symbol()
25 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one()
27 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_one()
29 e->left.expr = ce; in expr_alloc_one()
33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
35 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_two()
37 e->left.expr = e1; in expr_alloc_two()
[all …]
H A Dexpr.h38 struct expr *expr; member
42 struct expr { struct
52 for (e = (l); e && (s = e->right.sym); e = e->left.expr)
55 struct expr *expr; member
195 struct expr *expr; /* the optional conditional part of the property */ member
245 struct expr *visibility;
251 struct expr *dep;
292 struct expr *expr_alloc_symbol(struct symbol *sym);
293 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
294 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dassert.hpp38 # define BOOST_ASSERT(expr) ((void)0) argument
39 # define BOOST_ASSERT_MSG(expr, msg) ((void)0) argument
49 …void assertion_failed(char const * expr, char const * function, char const * file, long line); // …
50 …void assertion_failed_msg(char const * expr, char const * msg, char const * function, char const *…
53 #define BOOST_ASSERT(expr) (BOOST_LIKELY(!!(expr))? ((void)0): ::boost::assertion_failed(#expr, BOO… argument
54 #define BOOST_ASSERT_MSG(expr, msg) (BOOST_LIKELY(!!(expr))? ((void)0): ::boost::assertion_failed_m… argument
60 # define BOOST_ASSERT(expr) assert(expr) argument
61 # define BOOST_ASSERT_MSG(expr, msg) assert((expr)&&(msg)) argument
77 # define BOOST_VERIFY(expr) ((void)(expr)) argument
78 # define BOOST_VERIFY_MSG(expr, msg) ((void)(expr)) argument
[all …]
/OK3568_Linux_fs/u-boot/cmd/
H A Dtest.c57 int i, op, left, adv, expr, last_expr, last_unop, last_binop; in do_test() local
74 expr = 0; in do_test()
89 expr = 1; in do_test()
93 expr = 1; in do_test()
99 expr = strlen(ap[1]) == 0 ? 1 : 0; in do_test()
102 expr = strlen(ap[1]) == 0 ? 0 : 1; in do_test()
105 expr = strcmp(ap[0], ap[2]) == 0; in do_test()
108 expr = strcmp(ap[0], ap[2]) != 0; in do_test()
111 expr = strcmp(ap[0], ap[2]) < 0; in do_test()
114 expr = strcmp(ap[0], ap[2]) > 0; in do_test()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_gem.h48 #define GEM_WARN_ON(expr) WARN_ON(expr) argument
51 #define GEM_DEBUG_EXEC(expr) expr argument
52 #define GEM_DEBUG_BUG_ON(expr) GEM_BUG_ON(expr) argument
53 #define GEM_DEBUG_WARN_ON(expr) GEM_WARN_ON(expr) argument
59 #define GEM_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr) argument
60 #define GEM_WARN_ON(expr) ({ unlikely(!!(expr)); }) argument
63 #define GEM_DEBUG_EXEC(expr) do { } while (0) argument
64 #define GEM_DEBUG_BUG_ON(expr) argument
65 #define GEM_DEBUG_WARN_ON(expr) ({ BUILD_BUG_ON_INVALID(expr); 0; }) argument
76 #define GEM_TRACE_DUMP_ON(expr) \ argument
[all …]
/OK3568_Linux_fs/debian/overlay-debug/rockchip-test/gpu/
H A Dtest_offscreen_glmark2.sh49 if [[ $(expr $COMPATIBLE : ".*rk3288") -ne 0 ]]; then
51 elif [[ $(expr $COMPATIBLE : ".*rk3036") -ne 0 ]]; then
53 elif [[ $(expr $COMPATIBLE : ".*rk3308") -ne 0 ]]; then
55 elif [[ $(expr $COMPATIBLE : ".*rk3328") -ne 0 ]]; then
57 elif [[ $(expr $COMPATIBLE : ".*rk3399") -ne 0 ]]; then
59 elif [[ $(expr $COMPATIBLE : ".*rk3326") -ne 0 ]]; then
61 elif [[ $(expr $COMPATIBLE : ".*rk3358") -ne 0 ]]; then
63 elif [[ $(expr $COMPATIBLE : ".*rk3399") -ne 0 ]]; then
65 elif [[ $(expr $COMPATIBLE : ".*rk3528") -ne 0 ]]; then
67 elif [[ $(expr $COMPATIBLE : ".*rk3562") -ne 0 ]]; then
[all …]
H A Dtest_normal_glmark2.sh49 if [[ $(expr $COMPATIBLE : ".*rk3128") -ne 0 ]]; then
51 elif [[ $(expr $COMPATIBLE : ".*rk3126") -ne 0 ]]; then
53 elif [[ $(expr $COMPATIBLE : ".*rk3288") -ne 0 ]]; then
55 elif [[ $(expr $COMPATIBLE : ".*rk3308") -ne 0 ]]; then
57 elif [[ $(expr $COMPATIBLE : ".*rk3326") -ne 0 ]]; then
59 elif [[ $(expr $COMPATIBLE : ".*rk3328") -ne 0 ]]; then
61 elif [[ $(expr $COMPATIBLE : ".*rk3358") -ne 0 ]]; then
63 elif [[ $(expr $COMPATIBLE : ".*rk3399") -ne 0 ]]; then
65 elif [[ $(expr $COMPATIBLE : ".*rk3399") -ne 0 ]]; then
67 elif [[ $(expr $COMPATIBLE : ".*rk3399pro") -ne 0 ]]; then
[all …]
H A Dtest_fullscreen_glmark2.sh49 if [[ $(expr $COMPATIBLE : ".*rk3288") -ne 0 ]]; then
51 elif [[ $(expr $COMPATIBLE : ".*rk3036") -ne 0 ]]; then
53 elif [[ $(expr $COMPATIBLE : ".*rk3308") -ne 0 ]]; then
55 elif [[ $(expr $COMPATIBLE : ".*rk3328") -ne 0 ]]; then
57 elif [[ $(expr $COMPATIBLE : ".*rk3399") -ne 0 ]]; then
59 elif [[ $(expr $COMPATIBLE : ".*rk3326") -ne 0 ]]; then
61 elif [[ $(expr $COMPATIBLE : ".*rk3358") -ne 0 ]]; then
63 elif [[ $(expr $COMPATIBLE : ".*rk3399") -ne 0 ]]; then
65 elif [[ $(expr $COMPATIBLE : ".*rk3399pro") -ne 0 ]]; then
67 elif [[ $(expr $COMPATIBLE : ".*rk3528") -ne 0 ]]; then
[all …]
/OK3568_Linux_fs/external/rockchip-test/gpu/
H A Dtest_offscreen_glmark2.sh49 if [[ $(expr $COMPATIBLE : ".*rk3288") -ne 0 ]]; then
51 elif [[ $(expr $COMPATIBLE : ".*rk3036") -ne 0 ]]; then
53 elif [[ $(expr $COMPATIBLE : ".*rk3308") -ne 0 ]]; then
55 elif [[ $(expr $COMPATIBLE : ".*rk3328") -ne 0 ]]; then
57 elif [[ $(expr $COMPATIBLE : ".*rk3399") -ne 0 ]]; then
59 elif [[ $(expr $COMPATIBLE : ".*rk3326") -ne 0 ]]; then
61 elif [[ $(expr $COMPATIBLE : ".*rk3358") -ne 0 ]]; then
63 elif [[ $(expr $COMPATIBLE : ".*rk3399") -ne 0 ]]; then
65 elif [[ $(expr $COMPATIBLE : ".*rk3528") -ne 0 ]]; then
67 elif [[ $(expr $COMPATIBLE : ".*rk3562") -ne 0 ]]; then
[all …]
H A Dtest_normal_glmark2.sh49 if [[ $(expr $COMPATIBLE : ".*rk3128") -ne 0 ]]; then
51 elif [[ $(expr $COMPATIBLE : ".*rk3126") -ne 0 ]]; then
53 elif [[ $(expr $COMPATIBLE : ".*rk3288") -ne 0 ]]; then
55 elif [[ $(expr $COMPATIBLE : ".*rk3308") -ne 0 ]]; then
57 elif [[ $(expr $COMPATIBLE : ".*rk3326") -ne 0 ]]; then
59 elif [[ $(expr $COMPATIBLE : ".*rk3328") -ne 0 ]]; then
61 elif [[ $(expr $COMPATIBLE : ".*rk3358") -ne 0 ]]; then
63 elif [[ $(expr $COMPATIBLE : ".*rk3399") -ne 0 ]]; then
65 elif [[ $(expr $COMPATIBLE : ".*rk3399") -ne 0 ]]; then
67 elif [[ $(expr $COMPATIBLE : ".*rk3399pro") -ne 0 ]]; then
[all …]
H A Dtest_fullscreen_glmark2.sh49 if [[ $(expr $COMPATIBLE : ".*rk3288") -ne 0 ]]; then
51 elif [[ $(expr $COMPATIBLE : ".*rk3036") -ne 0 ]]; then
53 elif [[ $(expr $COMPATIBLE : ".*rk3308") -ne 0 ]]; then
55 elif [[ $(expr $COMPATIBLE : ".*rk3328") -ne 0 ]]; then
57 elif [[ $(expr $COMPATIBLE : ".*rk3399") -ne 0 ]]; then
59 elif [[ $(expr $COMPATIBLE : ".*rk3326") -ne 0 ]]; then
61 elif [[ $(expr $COMPATIBLE : ".*rk3358") -ne 0 ]]; then
63 elif [[ $(expr $COMPATIBLE : ".*rk3399") -ne 0 ]]; then
65 elif [[ $(expr $COMPATIBLE : ".*rk3399pro") -ne 0 ]]; then
67 elif [[ $(expr $COMPATIBLE : ".*rk3528") -ne 0 ]]; then
[all …]
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_dynset.c23 struct nft_expr *expr; member
27 static void *nft_dynset_new(struct nft_set *set, const struct nft_expr *expr, in nft_dynset_new() argument
30 const struct nft_dynset *priv = nft_expr_priv(expr); in nft_dynset_new()
47 if (priv->expr != NULL && in nft_dynset_new()
48 nft_expr_clone(nft_set_ext_expr(ext), priv->expr) < 0) in nft_dynset_new()
61 void nft_dynset_eval(const struct nft_expr *expr, in nft_dynset_eval() argument
64 const struct nft_dynset *priv = nft_expr_priv(expr); in nft_dynset_eval()
75 expr, regs, &ext)) { in nft_dynset_eval()
106 const struct nft_expr *expr, in nft_dynset_init() argument
109 struct nft_dynset *priv = nft_expr_priv(expr); in nft_dynset_init()
[all …]

12345678910>>...26