| /OK3568_Linux_fs/kernel/net/ipv6/netfilter/ |
| H A D | nft_fib_ipv6.c | 123 void nft_fib6_eval_type(const struct nft_expr *expr, struct nft_regs *regs, in nft_fib6_eval_type() 152 void nft_fib6_eval(const struct nft_expr *expr, struct nft_regs *regs, in nft_fib6_eval()
|
| H A D | nft_reject_ipv6.c | 19 static void nft_reject_ipv6_eval(const struct nft_expr *expr, in nft_reject_ipv6_eval()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/ |
| H A D | what.hpp | 21 inline info what(Expr const& expr) in what()
|
| H A D | copy.hpp | 23 copy(Expr const& expr) in copy()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/ |
| H A D | phydm_debug.h | 129 #define ASSERT(expr) argument 169 #define ODM_RT_ASSERT(pDM_Odm, expr, fmt) \ argument 195 #define ODM_RT_ASSERT(pDM_Odm, expr, fmt) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/ |
| H A D | phydm_debug.h | 126 #define ASSERT(expr) argument 164 #define ODM_RT_ASSERT(pDM_Odm, expr, fmt) \ argument 190 #define ODM_RT_ASSERT(pDM_Odm, expr, fmt) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/ |
| H A D | phydm_debug.h | 137 #define ASSERT(expr) argument 171 #define ODM_RT_ASSERT(pDM_Odm, expr, fmt) \ argument 197 #define ODM_RT_ASSERT(pDM_Odm, expr, fmt) argument
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | base.hpp | 331 #define CV_Assert( expr ) do { if (!(expr)) abort(); } while (0) argument 369 #define CV_Assert( expr ) do { if(!!(expr)) ; else cv::error( cv::Error::StsAssert, #expr, CV_Func,… argument 380 #define CV_Assert( expr ) do { if(!!(expr)) ; else cv::errorNoReturn( cv::Error::StsAssert, #expr, … argument 398 #define CV_Assert_1( expr ) do { if(!!(expr)) ; else cv::error( cv::Error::StsAssert, #expr, CV_Fun… argument 421 # define CV_DbgAssert(expr) CV_Assert(expr) argument 424 # define CV_DbgAssert(expr) argument
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | base.hpp | 331 #define CV_Assert( expr ) do { if (!(expr)) abort(); } while (0) argument 369 #define CV_Assert( expr ) do { if(!!(expr)) ; else cv::error( cv::Error::StsAssert, #expr, CV_Func,… argument 380 #define CV_Assert( expr ) do { if(!!(expr)) ; else cv::errorNoReturn( cv::Error::StsAssert, #expr, … argument 398 #define CV_Assert_1( expr ) do { if(!!(expr)) ; else cv::error( cv::Error::StsAssert, #expr, CV_Fun… argument 421 # define CV_DbgAssert(expr) CV_Assert(expr) argument 424 # define CV_DbgAssert(expr) argument
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | base.hpp | 331 #define CV_Assert( expr ) do { if (!(expr)) abort(); } while (0) argument 369 #define CV_Assert( expr ) do { if(!!(expr)) ; else cv::error( cv::Error::StsAssert, #expr, CV_Func,… argument 380 #define CV_Assert( expr ) do { if(!!(expr)) ; else cv::errorNoReturn( cv::Error::StsAssert, #expr, … argument 398 #define CV_Assert_1( expr ) do { if(!!(expr)) ; else cv::error( cv::Error::StsAssert, #expr, CV_Fun… argument 421 # define CV_DbgAssert(expr) CV_Assert(expr) argument 424 # define CV_DbgAssert(expr) argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/ |
| H A D | debug.hpp | 212 void display_expr(Expr const &expr, std::ostream &sout) in display_expr() 220 void display_expr(Expr const &expr) in display_expr()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | intel_wakeref.h | 21 #define INTEL_WAKEREF_BUG_ON(expr) BUG_ON(expr) argument 23 #define INTEL_WAKEREF_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr) argument
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | menu.c | 127 static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct … in menu_add_prop() 182 void menu_add_visibility(struct expr *expr) in menu_add_visibility() 188 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | menu.c | 128 static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct … in menu_add_prop() 183 void menu_add_visibility(struct expr *expr) in menu_add_visibility() 189 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/ |
| H A D | meta_compiler.hpp | 260 compile(Expr const& expr) in compile() 268 compile(Expr const& expr, Modifiers modifiers) in compile()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/ |
| H A D | case.py | 253 def assertExists(self, expr, msg=None): argument 259 def assertNotExists(self, expr, msg=None): argument
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nft_tunnel.c | 22 static void nft_tunnel_get_eval(const struct nft_expr *expr, in nft_tunnel_get_eval() 74 const struct nft_expr *expr, in nft_tunnel_get_init() 109 const struct nft_expr *expr) in nft_tunnel_get_dump()
|
| H A D | nft_fib_netdev.c | 21 static void nft_fib_netdev_eval(const struct nft_expr *expr, in nft_fib_netdev_eval()
|
| H A D | nft_fib_inet.c | 14 static void nft_fib_inet_eval(const struct nft_expr *expr, in nft_fib_inet_eval()
|
| /OK3568_Linux_fs/kernel/net/ipv4/netfilter/ |
| H A D | nft_reject_ipv4.c | 19 static void nft_reject_ipv4_eval(const struct nft_expr *expr, in nft_reject_ipv4_eval()
|
| /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-vrp.h | 107 tree expr; member
|
| /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-vrp.h | 107 tree expr; member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | jbd2.h | 363 #define J_ASSERT_BH(bh, expr) J_ASSERT(expr) argument 364 #define J_ASSERT_JH(jh, expr) J_ASSERT(expr) argument 367 #define J_EXPECT(expr, why...) J_ASSERT(expr) argument 368 #define J_EXPECT_BH(bh, expr, why...) J_ASSERT_BH(bh, expr) argument 369 #define J_EXPECT_JH(jh, expr, why...) J_ASSERT_JH(jh, expr) argument 371 #define __journal_expect(expr, why...) \ argument 382 #define J_EXPECT(expr, why...) __journal_expect(expr, ## why) argument 383 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why) argument 384 #define J_EXPECT_JH(jh, expr, why...) __journal_expect(expr, ## why) argument
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/aspeed/ |
| H A D | pinmux-aspeed.c | 82 const struct aspeed_sig_expr *expr, bool enabled) in aspeed_sig_expr_eval()
|
| /OK3568_Linux_fs/kernel/security/selinux/ss/ |
| H A D | conditional.c | 24 static int cond_evaluate_expr(struct policydb *p, struct cond_expr *expr) in cond_evaluate_expr() 361 static int expr_node_isvalid(struct policydb *p, struct cond_expr_node *expr) in expr_node_isvalid() 396 struct cond_expr_node *expr = &node->expr.nodes[i]; in cond_read_node() local
|