Home
last modified time | relevance | path

Searched defs:e2 (Results 1 – 4 of 4) sorted by relevance

/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/
H A Dexpr.c33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
51 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and()
58 struct expr *expr_alloc_or(struct expr *e1, struct expr *e2) in expr_alloc_or()
139 #define e2 (*ep2) macro
200 static int expr_eq(struct expr *e1, struct expr *e2) in expr_eq()
361 static struct expr *expr_join_or(struct expr *e1, struct expr *e2) in expr_join_or()
425 static struct expr *expr_join_and(struct expr *e1, struct expr *e2) in expr_join_and()
522 #define e2 (*ep2) in expr_eliminate_dups1() macro
810 struct expr *e1, *e2; in expr_trans_compare() local
1048 struct expr *expr_simplify_unmet_dep(struct expr *e1, struct expr *e2) in expr_simplify_unmet_dep()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/
H A Dbridgeif.h92 #define BRIDGEIF_INITDATA2(max_ports, max_fdb_dynamic_entries, max_fdb_static_entries, e0, e1, e2, … argument
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/
H A Duffs_pool.c83 uffs_PoolEntry *e1, *e2; in uffs_PoolInit() local
/nrf52832-nimble/rt-thread/tools/
H A Dkconfiglib.py2240 def _make_and(self, e1, e2): argument
2254 def _make_or(self, e1, e2): argument