Searched refs:arith (Results 1 – 1 of 1) sorted by relevance
/scripts/kconfig/ |
A D | kconfigfunctions.py | 990 def arith(kconf, name, *args): function 1138 "add": (arith, 1, 255), 1139 "add_hex": (arith, 1, 255), 1140 "sub": (arith, 1, 255), 1141 "sub_hex": (arith, 1, 255), 1142 "mul": (arith, 1, 255), 1143 "mul_hex": (arith, 1, 255), 1144 "div": (arith, 1, 255), 1146 "mod": (arith, 1, 255), 1148 "max": (arith, 1, 255), [all …]
|
Completed in 7 milliseconds