Home
last modified time | relevance | path

Searched defs:expr (Results 126 - 150 of 494) sorted by relevance

12345678910>>...20

/kernel/linux/linux-6.6/net/ipv6/netfilter/
H A Dnft_dup_ipv6.c20 static void nft_dup_ipv6_eval(const struct nft_expr *expr, in nft_dup_ipv6_eval() argument
31 nft_dup_ipv6_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_dup_ipv6_init() argument
53 nft_dup_ipv6_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_dup_ipv6_dump() argument
/third_party/ffmpeg/libavfilter/
H A Dboxblur.c56 char *expr; in ff_boxblur_eval_filter_params() local
/third_party/mesa3d/src/compiler/glsl/tests/
H A Dlower_int64_test.cpp290 ir_expression *const expr = create_expression(mem_ctx, type); in TEST_F() local
301 ir_expression *const expr = create_expression(mem_ctx, type); in TEST_F() local
312 ir_expression *const expr = create_expression(mem_ctx, type); in TEST_F() local
323 ir_expression *const expr in TEST_F() local
334 ir_expression *const expr = create_expression(mem_ctx, type); TEST_F() local
345 ir_expression *const expr = create_expression(mem_ctx, type); TEST_F() local
356 ir_expression *const expr = create_expression(mem_ctx, type); TEST_F() local
367 ir_expression *const expr = create_expression(mem_ctx, type); TEST_F() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_vector_insert.cpp64 ir_expression *const expr = (ir_expression *) *rv; in handle_rvalue() local
[all...]
H A Ds_expression.cpp63 s_expression *expr = NULL; in read_atom() local
114 s_expression *expr; in __read_expression() local
179 match(s_expression *expr) match() argument
[all...]
/third_party/node/deps/v8/src/ast/
H A Dsource-range-ast-visitor.cc36 void SourceRangeAstVisitor::VisitFunctionLiteral(FunctionLiteral* expr) { in VisitFunctionLiteral() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DPruneNoOps.cpp185 TIntermTyped *expr = loop->getExpression(); in visitLoop() local
/third_party/openssl/ohos_lite/include/internal/
H A Dcryptlib.h31 __owur static ossl_inline int ossl_assert_int(int expr, const char *exprstr, in ossl_assert_int() argument
/third_party/skia/src/sksl/analysis/
H A DSkSLProgramUsage.cpp131 void ProgramUsage::add(const Expression* expr) { in add() argument
146 void ProgramUsage::remove(const Expression* expr) { in remove() argument
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_builder.cc117 WrapInStatement( const ast::Expression* expr) WrapInStatement() argument
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dvar_let_validation_test.cc239 auto* expr = in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_binary_test.cc44 auto* expr = in TEST_P() local
91 auto* expr = create<ast::BinaryExpression>(params.op, Expr(a), Expr(b)); in TEST_P() local
159 auto* expr = create<ast::BinaryExpression>(ast::BinaryOp::kModulo, Expr(left), in TEST_F() local
173 auto* expr in TEST_F() local
[all...]
/third_party/skia/include/sksl/
H A DDSLFunction.h100 void collectArgs(ExpressionArray& args, DSLExpression expr, RemainingArgs&&... remaining) { in collectArgs() argument
H A DDSLType.h161 static DSLPossibleExpression Construct(DSLType type, DSLExpression expr, Args&&... args) { in Construct() argument
/third_party/rust/crates/rust-cexpr/src/
H A Dlib.rs24 pub mod expr; modules
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_masq.c76 static int nft_masq_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_masq_dump() argument
98 static void nft_masq_ipv4_eval(const struct nft_expr *expr, in nft_masq_ipv4_eval() argument
118 nft_masq_ipv4_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_masq_ipv4_destroy() argument
144 static void nft_masq_ipv6_eval(const struct nft_expr *expr, in nft_masq_ipv6_eval() argument
28 nft_masq_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_masq_validate() argument
42 nft_masq_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_masq_init() argument
164 nft_masq_ipv6_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_masq_ipv6_destroy() argument
204 nft_masq_inet_eval(const struct nft_expr *expr, struct nft_regs *regs, const struct nft_pktinfo *pkt) nft_masq_inet_eval() argument
219 nft_masq_inet_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_masq_inet_destroy() argument
[all...]
H A Dnft_objref.c16 static void nft_objref_eval(const struct nft_expr *expr, in nft_objref_eval() argument
52 static int nft_objref_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_objref_dump() argument
25 nft_objref_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_objref_init() argument
67 nft_objref_deactivate(const struct nft_ctx *ctx, const struct nft_expr *expr, enum nft_trans_phase phase) nft_objref_deactivate() argument
79 nft_objref_activate(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_objref_activate() argument
104 nft_objref_map_eval(const struct nft_expr *expr, struct nft_regs *regs, const struct nft_pktinfo *pkt) nft_objref_map_eval() argument
124 nft_objref_map_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_objref_map_init() argument
157 nft_objref_map_dump(struct sk_buff *skb, const struct nft_expr *expr) nft_objref_map_dump() argument
171 nft_objref_map_deactivate(const struct nft_ctx *ctx, const struct nft_expr *expr, enum nft_trans_phase phase) nft_objref_map_deactivate() argument
180 nft_objref_map_activate(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_objref_map_activate() argument
188 nft_objref_map_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_objref_map_destroy() argument
[all...]
H A Dnft_lookup.c26 void nft_lookup_eval(const struct nft_expr *expr, in nft_lookup_eval() argument
60 nft_lookup_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_lookup_init() argument
121 nft_lookup_deactivate(const struct nft_ctx *ctx, const struct nft_expr *expr, enum nft_trans_phase phase) nft_lookup_deactivate() argument
130 nft_lookup_activate(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_lookup_activate() argument
138 nft_lookup_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_lookup_destroy() argument
146 nft_lookup_dump(struct sk_buff *skb, const struct nft_expr *expr) nft_lookup_dump() argument
197 nft_lookup_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **d) nft_lookup_validate() argument
[all...]
H A Dnft_numgen.c36 static void nft_ng_inc_eval(const struct nft_expr *expr, in nft_ng_inc_eval() argument
92 static int nft_ng_inc_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_ng_inc_dump() argument
111 static void nft_ng_random_eval(const struct nft_expr *expr, in nft_ng_random_eval() argument
52 nft_ng_inc_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_ng_inc_init() argument
120 nft_ng_random_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_ng_random_init() argument
140 nft_ng_random_dump(struct sk_buff *skb, const struct nft_expr *expr) nft_ng_random_dump() argument
[all...]
H A Dnft_queue.c28 static void nft_queue_eval(const struct nft_expr *expr, in nft_queue_eval() argument
55 static void nft_queue_sreg_eval(const struct nft_expr *expr, in nft_queue_sreg_eval() argument
130 static int nft_queue_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_queue_dump() argument
78 nft_queue_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_queue_init() argument
107 nft_queue_sreg_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_queue_sreg_init() argument
146 nft_queue_sreg_dump(struct sk_buff *skb, const struct nft_expr *expr) nft_queue_sreg_dump() argument
[all...]
H A Dnft_redir.c80 static int nft_redir_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_redir_dump() argument
103 static void nft_redir_eval(const struct nft_expr *expr, in nft_redir_eval() argument
137 nft_redir_ipv4_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_redir_ipv4_destroy() argument
164 nft_redir_ipv6_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_redir_ipv6_destroy() argument
192 nft_redir_inet_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_redir_inet_destroy() argument
28 nft_redir_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_redir_validate() argument
43 nft_redir_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_redir_init() argument
[all...]
H A Dnft_tproxy.c21 static void nft_tproxy_eval_v4(const struct nft_expr *expr, in nft_tproxy_eval_v4() argument
84 static void nft_tproxy_eval_v6(const struct nft_expr *expr, in nft_tproxy_eval_v6() argument
157 static void nft_tproxy_eval(const struct nft_expr *expr, in nft_tproxy_eval() argument
191 nft_tproxy_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_tproxy_init() argument
273 nft_tproxy_dump(struct sk_buff *skb, const struct nft_expr *expr) nft_tproxy_dump() argument
292 nft_tproxy_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_tproxy_validate() argument
[all...]
H A Dnft_xfrm.c192 static void nft_xfrm_get_eval(const struct nft_expr *expr, in nft_xfrm_get_eval() argument
230 static int nft_xfrm_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_xfrm_validate() argument
32 nft_xfrm_get_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_xfrm_get_init() argument
212 nft_xfrm_get_dump(struct sk_buff *skb, const struct nft_expr *expr) nft_xfrm_get_dump() argument
H A Dnft_dynset.c26 struct nft_expr *expr; member
30 static void *nft_dynset_new(struct nft_set *set, const struct nft_expr *expr, in nft_dynset_new() argument
64 void nft_dynset_eval(const struct nft_expr *expr, in nft_dynset_eval() argument
108 nft_dynset_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_dynset_init() argument
229 nft_dynset_deactivate(const struct nft_ctx *ctx, const struct nft_expr *expr, enum nft_trans_phase phase) nft_dynset_deactivate() argument
238 nft_dynset_activate(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_dynset_activate() argument
246 nft_dynset_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_dynset_destroy() argument
257 nft_dynset_dump(struct sk_buff *skb, const struct nft_expr *expr) nft_dynset_dump() argument
[all...]
H A Dnft_immediate.c18 void nft_immediate_eval(const struct nft_expr *expr, in nft_immediate_eval() argument
46 nft_immediate_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_immediate_init() argument
95 nft_immediate_activate(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_immediate_activate() argument
142 nft_immediate_deactivate(const struct nft_ctx *ctx, const struct nft_expr *expr, enum nft_trans_phase phase) nft_immediate_deactivate() argument
186 nft_immediate_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_immediate_destroy() argument
231 nft_immediate_dump(struct sk_buff *skb, const struct nft_expr *expr) nft_immediate_dump() argument
245 nft_immediate_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **d) nft_immediate_validate() argument
299 nft_immediate_offload(struct nft_offload_ctx *ctx, struct nft_flow_rule *flow, const struct nft_expr *expr) nft_immediate_offload() argument
313 nft_immediate_offload_action(const struct nft_expr *expr) nft_immediate_offload_action() argument
[all...]

Completed in 11 milliseconds

12345678910>>...20