Home
last modified time | relevance | path

Searched defs:expr (Results 76 – 100 of 288) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dexpr.h38 struct expr *expr; member
42 struct expr { struct
43 enum expr_type type; argument
44 union expr_data left, right; argument
55 struct expr *expr; member
195 struct expr *expr; /* the optional conditional part of the property */ member
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dexpr.h38 struct expr *expr; member
42 struct expr { struct
43 enum expr_type type; argument
44 union expr_data left, right; argument
55 struct expr *expr; member
152 struct expr *expr; /* the optional conditional part of the property */ member
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_counter.c194 static void nft_counter_eval(const struct nft_expr *expr, in nft_counter_eval()
203 static int nft_counter_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_counter_dump()
211 const struct nft_expr *expr, in nft_counter_init()
220 const struct nft_expr *expr) in nft_counter_destroy()
H A Dnft_quota.c183 static void nft_quota_eval(const struct nft_expr *expr, in nft_quota_eval()
193 const struct nft_expr *expr, in nft_quota_init()
201 static int nft_quota_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_quota_dump()
/OK3568_Linux_fs/u-boot/include/test/
H A Dut.h95 #define ut_assertnonnull(expr) { \ argument
107 #define ut_assertok_ptr(expr) { \ argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Dos_types.h99 #define ASSERT_CRITICAL(expr) do { \ argument
104 #define ASSERT(expr) do { \ argument
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dbuild_bug.h78 #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) argument
79 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_memcpy.c31 #define CI_BUG_ON(expr) BUG_ON(expr) argument
33 #define CI_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr) argument
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dexpr.c196 __expr__parse(double *val, struct expr_parse_ctx *ctx, const char *expr, in __expr__parse()
229 const char *expr, int runtime) in expr__parse()
234 int expr__find_other(const char *expr, const char *one, in expr__find_other()
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Dnft_meta_bridge.c21 static void nft_meta_bridge_get_eval(const struct nft_expr *expr, in nft_meta_bridge_get_eval()
70 const struct nft_expr *expr, in nft_meta_bridge_get_init()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_message.c91 char *expr, in asswarn()
103 char *expr, in assfail()
H A Dxfs_error.h46 #define XFS_TEST_ERROR(expr, mp, tag) \ argument
57 #define XFS_TEST_ERROR(expr, mp, tag) (expr) argument
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dodm_debug.h95 #define ASSERT(expr) argument
120 #define ODM_RT_ASSERT(pDM_Odm, expr, fmt)\ argument
157 #define ODM_RT_ASSERT(pDM_Odm, expr, fmt) no_printk fmt argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtree-chrec.h48 tree_is_chrec (const_tree expr) in tree_is_chrec()
217 tree_does_not_contain_chrecs (const_tree expr) in tree_does_not_contain_chrecs()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtree-chrec.h48 tree_is_chrec (const_tree expr) in tree_is_chrec()
217 tree_does_not_contain_chrecs (const_tree expr) in tree_does_not_contain_chrecs()
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Dnft_fib_ipv4.c27 void nft_fib4_eval_type(const struct nft_expr *expr, struct nft_regs *regs, in nft_fib4_eval_type()
57 void nft_fib4_eval(const struct nft_expr *expr, struct nft_regs *regs, in nft_fib4_eval()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Dodm_debug.h75 #define ASSERT(expr) argument
85 #define ODM_RT_ASSERT(pDM_Odm, expr, fmt) \ argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/stream/detail/
H A Dmatch_manip.hpp44 Expr const& expr; member
64 Expr const& expr; member
84 Expr expr; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/
H A Dmeta_grammar.hpp136 eval(Expr const& expr, Context const & ctx) in eval()
149 eval(Expr & expr, Context const & ctx) in eval()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dmenu.c128 static struct property *menu_add_prop(enum prop_type type, struct expr *expr, in menu_add_prop()
198 void menu_add_visibility(struct expr *expr) in menu_add_visibility()
204 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr()
721 static void get_dep_str(struct gstr *r, struct expr *expr, const char *prefix) in get_dep_str()
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_debug.h49 #define RK_ASSERT(expr) \ argument
70 #define RK_ASSERT(expr) argument
/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Ddebug.h23 #define ubi_assert(expr) do { \ argument
32 #define ubi_assert(expr) assert(expr) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/
H A Dparse_auto.hpp158 , Expr& expr) in parse()
175 , Expr& expr in phrase_parse()
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dkconfiglib.py1379 def _eval_expr(self, expr): argument
1398 def _eval_expr_rec(self, expr): argument
1537 def _expr_depends_on(self, expr, sym): argument
1544 def rec(expr): argument
1585 def _expr_val_str(self, expr, no_value_str="(none)", argument
3236 def _get_expr_syms_rec(expr, res): argument
3256 def _get_expr_syms(expr): argument
3291 def handle_sub_expr(expr): argument
3310 def _expr_to_str_rec(expr): argument
3336 def _expr_to_str(expr): argument
H A Dboard.py11 def __init__(self, expr): argument
46 def AddExpr(self, expr): argument

12345678910>>...12