| /OK3568_Linux_fs/kernel/drivers/mtd/ubi/ |
| H A D | debug.h | 17 #define ubi_assert(expr) do { \ argument
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | smartptr.h | 42 static void __M_Assert(const char* expr_str, bool expr, const char* file, int line, const char* msg) in __M_Assert()
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | parser.y | 39 struct expr *expr; member
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | test.c | 57 int i, op, left, adv, expr, last_expr, last_unop, last_binop; in do_test() local
|
| /OK3568_Linux_fs/kernel/include/net/netfilter/ |
| H A D | nf_tables.h | 283 bool expr; member 456 struct nft_expr *expr; member 854 static inline void *nft_expr_priv(const struct nft_expr *expr) in nft_expr_priv() 889 static inline struct nft_expr *nft_expr_next(const struct nft_expr *expr) in nft_expr_next() 900 const struct nft_expr *expr) in nft_expr_more() 916 struct nft_expr *expr; in nft_set_elem_update_expr() local 929 #define nft_rule_for_each_expr(expr, last, rule) \ argument 1154 #define nft_expr_obj(expr) *((struct nft_object **)nft_expr_priv(expr)) argument
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | string.c | 222 char *expr = malloc(size); in asprintf_expr_inout_ints() local
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | zconf.y | 41 struct expr *expr; member
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/openat2/ |
| H A D | helpers.h | 89 #define E_assert(expr, msg, ...) \ argument
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | zconf.y | 41 struct expr *expr; member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | compiler.h | 206 #define data_race(expr) \ argument
|
| H A D | tracepoint.h | 436 #define TRACE_EVENT_PERF_PERM(event, expr...) argument 574 #define TRACE_EVENT_PERF_PERM(event, expr...) argument
|
| H A D | seqlock.h | 152 #define __SEQ_LOCK(expr) expr argument 154 #define __SEQ_LOCK(expr) argument
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_tables_api.c | 338 struct nft_expr *expr; in nft_rule_expr_activate() local 353 struct nft_expr *expr; in nft_rule_expr_deactivate() local 2558 const struct nft_expr *expr) in nf_tables_fill_expr_info() 2580 const struct nft_expr *expr) in nft_expr_dump() 2658 struct nft_expr *expr) in nf_tables_newexpr() 2677 struct nft_expr *expr) in nf_tables_expr_destroy() 2690 struct nft_expr *expr; in nft_expr_init() local 2742 void nft_expr_destroy(const struct nft_ctx *ctx, struct nft_expr *expr) in nft_expr_destroy() 2800 const struct nft_expr *expr, *next; in nf_tables_fill_rule_info() local 3082 struct nft_expr *expr, *next; in nf_tables_rule_destroy() local [all …]
|
| H A D | nft_set_hash.c | 117 const struct nft_expr *expr, in nft_rhash_update() 320 struct nft_expr *expr = nft_set_ext_expr(&he->ext); in nft_rhash_gc() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_sw_fence.c | 16 #define I915_SW_FENCE_BUG_ON(expr) BUG_ON(expr) argument 18 #define I915_SW_FENCE_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr) argument
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | spdxcheck.py | 162 def parse(self, expr): argument
|
| /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 | obstack.h | 119 # define _OBSTACK_CAST(type, expr) ((type) (expr)) argument 124 # define _OBSTACK_CAST(type, expr) (expr) argument
|
| H A D | tree-ssa-scopedtables.h | 79 struct hashable_expr *expr (void) { return &m_expr; } in expr() function
|
| /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 | obstack.h | 119 # define _OBSTACK_CAST(type, expr) ((type) (expr)) argument 124 # define _OBSTACK_CAST(type, expr) (expr) argument
|
| H A D | tree-ssa-scopedtables.h | 79 struct hashable_expr *expr (void) { return &m_expr; } in expr() function
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | region.c | 90 #define assert(expr) { \ argument 99 #define assert(expr) argument
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | debug.h | 141 #define ubifs_assert(expr) do { \ argument 171 #define ubifs_assert(expr) assert(expr) argument
|
| /OK3568_Linux_fs/kernel/arch/um/include/shared/ |
| H A D | os.h | 16 #define CATCH_EINTR(expr) while ((errno = 0, ((expr) < 0)) && (errno == EINTR)) argument
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/nvidia/ |
| H A D | nvidia.c | 43 #define assert(expr) \ argument 50 #define assert(expr) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/ |
| H A D | phydm_debug.h | 115 #define ASSERT(expr) argument
|