Home
last modified time | relevance | path

Searched refs:BOOL (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/tools/buildman/
H A Dkconfiglib.py924 stmt.type = BOOL
1402 if expr.type != BOOL and expr.type != TRISTATE:
1911 if self.type == BOOL or self.type == TRISTATE:
1957 if new_val == "m" and self.type == BOOL:
2067 if self.type != BOOL and self.type != TRISTATE:
2071 if rev_dep == "m" and self.type == BOOL:
2090 if self.type != BOOL and self.type != TRISTATE:
2094 if rev_dep == "m" and self.type == BOOL:
2113 if self.type != BOOL and self.type != TRISTATE:
2117 if rev_dep == "m" and self.type == BOOL:
[all …]
/rk3399_rockchip-uboot/common/
H A Ddlmalloc.c72 BOOL rval; in gcleanup()
H A Ddlmalloc.src987 BOOL rval;