| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | expr.h | 38 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 D | expr.h | 38 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 D | nft_counter.c | 194 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 D | nft_quota.c | 183 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 D | ut.h | 95 #define ut_assertnonnull(expr) { \ argument 107 #define ut_assertok_ptr(expr) { \ argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/ |
| H A D | os_types.h | 99 #define ASSERT_CRITICAL(expr) do { \ argument 104 #define ASSERT(expr) do { \ argument
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | build_bug.h | 78 #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 D | i915_memcpy.c | 31 #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 D | expr.c | 196 __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 D | nft_meta_bridge.c | 21 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 D | xfs_message.c | 91 char *expr, in asswarn() 103 char *expr, in assfail()
|
| H A D | xfs_error.h | 46 #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 D | odm_debug.h | 95 #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 D | tree-chrec.h | 48 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 D | tree-chrec.h | 48 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 D | nft_fib_ipv4.c | 27 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 D | odm_debug.h | 75 #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 D | match_manip.hpp | 44 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 D | meta_grammar.hpp | 136 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 D | menu.c | 128 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 D | rk_debug.h | 49 #define RK_ASSERT(expr) \ argument 70 #define RK_ASSERT(expr) argument
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubi/ |
| H A D | debug.h | 23 #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 D | parse_auto.hpp | 158 , Expr& expr) in parse() 175 , Expr& expr in phrase_parse()
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | kconfiglib.py | 1379 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 D | board.py | 11 def __init__(self, expr): argument 46 def AddExpr(self, expr): argument
|