/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/priv/ |
H A D | tcpip_priv.h | 72 #define API_EXPR_REF(expr) (&(expr)) argument 74 #define API_EXPR_REF_SEM(expr) (expr) argument 76 #define API_EXPR_REF_SEM(expr) API_EXPR_REF(expr) argument 78 #define API_EXPR_DEREF(expr) expr argument 88 #define API_EXPR_REF(expr) expr argument 89 #define API_EXPR_REF_SEM(expr) API_EXPR_REF(expr) argument 90 #define API_EXPR_DEREF(expr) (*(expr)) argument
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/ |
H A D | tcpip_priv.h | 73 #define API_EXPR_REF(expr) (&(expr)) argument 75 #define API_EXPR_REF_SEM(expr) (expr) argument 77 #define API_EXPR_REF_SEM(expr) API_EXPR_REF(expr) argument 79 #define API_EXPR_DEREF(expr) expr argument 90 #define API_EXPR_REF(expr) expr argument 91 #define API_EXPR_REF_SEM(expr) API_EXPR_REF(expr) argument 92 #define API_EXPR_DEREF(expr) (*(expr)) argument
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/ |
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
|
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()
|
H A D | yconf.y | 41 struct expr *expr; member
|
H A D | symbol.c | 1089 struct expr *expr; member
|
H A D | yconf.c | 229 struct expr *expr; member
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/src/ |
H A D | nimble_port_rtthread.c | 21 RT_WEAK void __aeabi_assert(const char *expr, const char *file, int line) in __aeabi_assert()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/ |
H A D | uffs_debug.c | 163 UBOOL uffs_Assert(UBOOL expr, const char *fmt, ...) in uffs_Assert() 185 UBOOL uffs_Assert(UBOOL expr, const char *fmt, ...) { return expr ? U_TRUE : U_FALSE; } in uffs_Assert()
|
/nrf52832-nimble/rt-thread/tools/ |
H A D | kconfiglib.py | 4986 def expr_value(expr): argument 5059 def expr_str(expr, sc_expr_str_fn=standard_sc_expr_str): argument 5102 def expr_items(expr): argument 5127 def split_expr(expr, op): argument 5244 def _make_depend_on(sc, expr): argument 5262 def _parenthesize(expr, type_, sc_expr_str_fn): argument 5377 def _expr_depends_on(expr, sym): argument 5783 def _warn_choice_select_imply(sym, expr, expr_type): argument
|
/nrf52832-nimble/rt-thread/components/finsh/ |
H A D | finsh_parser.c | 396 struct finsh_node* expr; in proc_expr_statement() local 798 struct finsh_node* expr; in proc_primary_expr() local
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/ |
H A D | uffs_public.h | 245 #define uffs_Assert(expr, msg, ...) \ argument
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/qconf/ |
H A D | qconf.cc | 119 tristate expr; in updateMenu() local
|