Home
last modified time | relevance | path

Searched defs:expr (Results 376 - 400 of 584) sorted by relevance

1...<<11121314151617181920>>...24

/kernel/linux/linux-5.10/scripts/kconfig/
H A Dsymbol.c1014 struct expr **expr; global() member
[all...]
/kernel/linux/linux-5.10/scripts/genksyms/
H A Dgenksyms.c205 struct string_list *expr; in __add_symbol() local
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dtests.h105 DECLARE_SUITE(expr); variable
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_set_hash.c300 struct nft_expr *expr; in nft_rhash_expr_needs_gc_run() local
116 nft_rhash_update(struct nft_set *set, const u32 *key, void *(*new)(struct nft_set *, const struct nft_expr *, struct nft_regs *regs), const struct nft_expr *expr, struct nft_regs *regs, const struct nft_set_ext **ext) nft_rhash_update() argument
H A Dnft_payload.c168 void nft_payload_eval(const struct nft_expr *expr, in nft_payload_eval() argument
231 nft_payload_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_payload_init() argument
246 nft_payload_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_payload_dump() argument
262 nft_payload_reduce(struct nft_regs_track *track, const struct nft_expr *expr) nft_payload_reduce() argument
560 nft_payload_offload(struct nft_offload_ctx *ctx, struct nft_flow_rule *flow, const struct nft_expr *expr) nft_payload_offload() argument
604 nft_payload_inner_eval(const struct nft_expr *expr, struct nft_regs *regs, const struct nft_pktinfo *pkt, struct nft_inner_tun_ctx *tun_ctx) nft_payload_inner_eval() argument
655 nft_payload_inner_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_payload_inner_init() argument
813 nft_payload_set_eval(const struct nft_expr *expr, struct nft_regs *regs, const struct nft_pktinfo *pkt) nft_payload_set_eval() argument
883 nft_payload_set_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_payload_set_init() argument
935 nft_payload_set_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_payload_set_dump() argument
955 nft_payload_set_reduce(struct nft_regs_track *track, const struct nft_expr *expr) nft_payload_set_reduce() argument
[all...]
H A Dnft_ct.c50 static void nft_ct_get_eval(const struct nft_expr *expr, in nft_ct_get_eval() argument
223 static void nft_ct_set_zone_eval(const struct nft_expr *expr, in nft_ct_set_zone_eval() argument
272 static void nft_ct_set_eval(const struct nft_expr *expr, in nft_ct_set_eval() argument
380 nft_ct_get_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_ct_get_init() argument
538 nft_ct_set_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_ct_set_init() argument
624 nft_ct_get_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_ct_get_destroy() argument
630 nft_ct_set_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_ct_set_destroy() argument
639 nft_ct_get_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_ct_get_dump() argument
679 nft_ct_get_reduce(struct nft_regs_track *track, const struct nft_expr *expr) nft_ct_get_reduce() argument
702 nft_ct_set_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_ct_set_dump() argument
739 nft_ct_set_reduce(struct nft_regs_track *track, const struct nft_expr *expr) nft_ct_set_reduce() argument
836 nft_notrack_eval(const struct nft_expr *expr, struct nft_regs *regs, const struct nft_pktinfo *pkt) nft_notrack_eval() argument
[all...]
H A Dnft_compat.c73 static void nft_target_eval_xt(const struct nft_expr *expr, in nft_target_eval_xt() argument
100 static void nft_target_eval_bridge(const struct nft_expr *expr, in nft_target_eval_bridge() argument
243 nft_target_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_target_init() argument
292 static void __nft_mt_tg_destroy(struct module *me, const struct nft_expr *expr) in __nft_mt_tg_destroy() argument
299 nft_target_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_target_destroy() argument
334 nft_target_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_target_dump() argument
352 nft_target_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_target_validate() argument
392 __nft_match_eval(const struct nft_expr *expr, struct nft_regs *regs, const struct nft_pktinfo *pkt, void *info) __nft_match_eval() argument
421 nft_match_large_eval(const struct nft_expr *expr, struct nft_regs *regs, const struct nft_pktinfo *pkt) nft_match_large_eval() argument
430 nft_match_eval(const struct nft_expr *expr, struct nft_regs *regs, const struct nft_pktinfo *pkt) nft_match_eval() argument
497 __nft_match_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[], void *info) __nft_match_init() argument
525 nft_match_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_match_init() argument
532 nft_match_large_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_match_large_init() argument
550 __nft_match_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr, void *info) __nft_match_destroy() argument
568 nft_match_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_match_destroy() argument
574 nft_match_large_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_match_large_destroy() argument
582 __nft_match_dump(struct sk_buff *skb, const struct nft_expr *expr, void *info) __nft_match_dump() argument
599 nft_match_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_match_dump() argument
613 nft_match_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_match_validate() argument
776 nft_match_reduce(struct nft_regs_track *track, const struct nft_expr *expr) nft_match_reduce() argument
[all...]
H A Dnft_meta.c309 void nft_meta_get_eval(const struct nft_expr *expr, in nft_meta_get_eval() argument
418 void nft_meta_set_eval(const struct nft_expr *expr, in nft_meta_set_eval() argument
466 nft_meta_get_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_meta_get_init() argument
583 nft_meta_get_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_meta_get_validate() argument
602 nft_meta_set_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_meta_set_validate() argument
632 nft_meta_set_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_meta_set_init() argument
671 nft_meta_get_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_meta_get_dump() argument
687 nft_meta_set_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_meta_set_dump() argument
704 nft_meta_set_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_meta_set_destroy() argument
714 nft_meta_get_offload(struct nft_offload_ctx *ctx, struct nft_flow_rule *flow, const struct nft_expr *expr) nft_meta_get_offload() argument
747 nft_meta_get_reduce(struct nft_regs_track *track, const struct nft_expr *expr) nft_meta_get_reduce() argument
783 nft_meta_set_reduce(struct nft_regs_track *track, const struct nft_expr *expr) nft_meta_set_reduce() argument
835 nft_meta_inner_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_meta_inner_init() argument
859 nft_meta_inner_eval(const struct nft_expr *expr, struct nft_regs *regs, const struct nft_pktinfo *pkt, struct nft_inner_tun_ctx *tun_ctx) nft_meta_inner_eval() argument
[all...]
/kernel/linux/linux-6.6/scripts/genksyms/
H A Dgenksyms.c205 struct string_list *expr; in __add_symbol() local
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dexpr.h38 struct expr *expr; member
42 struct expr { struct
55 struct expr *expr; member
194 struct expr *expr; /* the optional conditional part of the property */ member
[all...]
H A Dsymbol.c970 struct expr **expr; global() member
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_drawbox.c278 char *expr; in config_input() local
H A Df_select.c149 AVExpr *expr; member
H A Dvf_delogo.c59 static int set_expr(AVExpr **pexpr, const char *expr, const char *option, void *log_ctx) in set_expr() argument
H A Dvf_scale_qsv.c463 char *expr; in qsvscale_config_props() local
H A Dvf_hue.c178 set_expr(AVExpr **pexpr_ptr, char **expr_ptr, const char *expr, const char *option, void *log_ctx) set_expr() argument
[all...]
H A Dvf_overlay_cuda.c156 static int set_expr(AVExpr **pexpr, const char *expr, const char *option, void *log_ctx) in set_expr() argument
/third_party/gn/src/gn/
H A Dparser.cc326 std::unique_ptr<ParseNode> expr = p.ParseExpression(); in ParseExpression() local
484 std::unique_ptr<ParseNode> expr = ParseExpression(); in Group() local
492 std::unique_ptr<ParseNode> expr = ParseExpression(PRECEDENCE_PREFIX + 1); in Not() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_search.c394 match_expression(const nir_algebraic_table *table, const nir_search_expression *expr, nir_alu_instr *instr, in match_expression() argument
476 const nir_search_expression *expr = nir_search_value_as_expression(value); construct_value() local
614 const nir_search_expression *expr = nir_search_value_as_expression(val); dump_value() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_precision.cpp1181 ir_expression *expr = ir->rhs->as_expression(); in visit_enter() local
[all...]
H A Dir_builder.cpp168 expr(ir_expression_operation op, operand a) in expr() function
176 expr(ir_expression_operation op, operand a, operand b) in expr() function
184 expr(ir_expression_operation op, operand a, operand b, operand c) in expr() function
[all...]
/third_party/node/deps/v8/src/ast/
H A Dast-traversal-visitor.h298 void AstTraversalVisitor<Subclass>::VisitConditional(Conditional* expr) { in VisitConditional() argument
281 VisitFunctionLiteral( FunctionLiteral* expr) VisitFunctionLiteral() argument
292 VisitNativeFunctionLiteral( NativeFunctionLiteral* expr) VisitNativeFunctionLiteral() argument
306 VisitVariableProxy(VariableProxy* expr) VisitVariableProxy() argument
311 VisitLiteral(Literal* expr) VisitLiteral() argument
316 VisitRegExpLiteral(RegExpLiteral* expr) VisitRegExpLiteral() argument
321 VisitObjectLiteral(ObjectLiteral* expr) VisitObjectLiteral() argument
332 VisitArrayLiteral(ArrayLiteral* expr) VisitArrayLiteral() argument
342 VisitAssignment(Assignment* expr) VisitAssignment() argument
349 VisitCompoundAssignment( CompoundAssignment* expr) VisitCompoundAssignment() argument
355 VisitYield(Yield* expr) VisitYield() argument
361 VisitYieldStar(YieldStar* expr) VisitYieldStar() argument
367 VisitAwait(Await* expr) VisitAwait() argument
373 VisitThrow(Throw* expr) VisitThrow() argument
379 VisitOptionalChain(OptionalChain* expr) VisitOptionalChain() argument
385 VisitProperty(Property* expr) VisitProperty() argument
392 VisitCall(Call* expr) VisitCall() argument
403 VisitCallNew(CallNew* expr) VisitCallNew() argument
414 VisitCallRuntime(CallRuntime* expr) VisitCallRuntime() argument
424 VisitUnaryOperation(UnaryOperation* expr) VisitUnaryOperation() argument
430 VisitCountOperation(CountOperation* expr) VisitCountOperation() argument
436 VisitBinaryOperation( BinaryOperation* expr) VisitBinaryOperation() argument
444 VisitNaryOperation(NaryOperation* expr) VisitNaryOperation() argument
453 VisitCompareOperation( CompareOperation* expr) VisitCompareOperation() argument
461 VisitThisExpression(ThisExpression* expr) VisitThisExpression() argument
466 VisitClassLiteral(ClassLiteral* expr) VisitClassLiteral() argument
532 VisitSpread(Spread* expr) VisitSpread() argument
538 VisitEmptyParentheses( EmptyParentheses* expr) VisitEmptyParentheses() argument
544 VisitGetTemplateObject( GetTemplateObject* expr) VisitGetTemplateObject() argument
550 VisitTemplateLiteral( TemplateLiteral* expr) VisitTemplateLiteral() argument
559 VisitImportCallExpression( ImportCallExpression* expr) VisitImportCallExpression() argument
569 VisitSuperPropertyReference( SuperPropertyReference* expr) VisitSuperPropertyReference() argument
575 VisitSuperCallReference( SuperCallReference* expr) VisitSuperCallReference() argument
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.h111 Expression* expr() const { in expr() function in v8::internal::interpreter::final::AssignmentLhsData
148 AssignmentLhsData(AssignType assign_type, Expression* expr, in AssignmentLhsData() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dliteral-objects.cc593 BuildClassBoilerplate( IsolateT* isolate, ClassLiteral* expr) BuildClassBoilerplate() argument
/third_party/mksh/
H A Dexpr.c105 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith) in evaluate() argument
121 v_evaluate(struct tbl *vp, const char *expr, volatile int error_ok, in v_evaluate() argument

Completed in 26 milliseconds

1...<<11121314151617181920>>...24