Searched refs:cond_expr (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/tools/buildman/ |
H A D | kconfiglib.py | 311 if self._eval_expr(cond_expr) == "y": 1071 prompt, cond_expr = new_prompt 1074 cond_expr = _make_and(_make_and(cond_expr, visible_if_deps), 1647 for prompt, cond_expr in sc.orig_prompts: 1675 for l, u, cond_expr in sc.ranges: 1678 if cond_expr is None else 1768 for sym, cond_expr in sc.orig_def_exprs: 2008 for l, h, cond_expr in self.ranges: 2578 for _, cond_expr in self.prompts: 2812 for symbol, cond_expr in self.def_exprs: [all …]
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | barrier.h | 193 #define smp_cond_load_relaxed(ptr, cond_expr) \ argument 199 if (cond_expr) \ 206 #define smp_cond_load_acquire(ptr, cond_expr) \ argument 212 if (cond_expr) \
|
/openbmc/linux/include/asm-generic/ |
H A D | barrier.h | 248 #define smp_cond_load_relaxed(ptr, cond_expr) ({ \ argument 253 if (cond_expr) \ 270 #define smp_cond_load_acquire(ptr, cond_expr) ({ \ argument 272 _val = smp_cond_load_relaxed(ptr, cond_expr); \
|
/openbmc/linux/security/selinux/ss/ |
H A D | conditional.h | 35 struct cond_expr { struct 59 struct cond_expr expr; argument
|
H A D | conditional.c | 24 static int cond_evaluate_expr(struct policydb *p, struct cond_expr *expr) in cond_evaluate_expr()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
H A D | 0001-gyp-resolve-python-3.12-issues.patch | 30 @@ -1183,7 +1183,7 @@ def EvalSingleCondition(cond_expr, true_dict, false_dict, phase, variables, b… 52 @@ -1190,7 +1190,7 @@ def EvalSingleCondition(cond_expr, true_dict, false_dict, phase, variables, b…
|