Home
last modified time | relevance | path

Searched refs:neg (Results 1 – 20 of 20) sorted by relevance

/rk3399_ARM-atf/lib/libc/
H A Dstrtol.c54 int neg, any, cutlim; in strtol() local
67 neg = 1; in strtol()
70 neg = 0; in strtol()
104 cutoff = neg ? (unsigned long)-(LONG_MIN + LONG_MAX) + LONG_MAX in strtol()
129 result = neg ? LONG_MIN : LONG_MAX; in strtol()
131 result = neg ? -(long)acc : (long)acc; in strtol()
H A Dstrtoll.c54 int neg, any, cutlim; in strtoll() local
67 neg = 1; in strtoll()
70 neg = 0; in strtoll()
105 cutoff = neg ? (unsigned long long)-(LLONG_MIN + LLONG_MAX) + LLONG_MAX in strtoll()
130 result = neg ? LLONG_MIN : LLONG_MAX; in strtoll()
132 result = neg ? -(long long)acc : (long long)acc; in strtoll()
H A Dstrtoul.c54 int neg, any, cutlim; in strtoul() local
64 neg = 1; in strtoul()
67 neg = 0; in strtoul()
106 } else if (neg) in strtoul()
H A Dstrtoull.c55 int neg, any, cutlim; in strtoull() local
65 neg = 1; in strtoull()
68 neg = 0; in strtoull()
107 } else if (neg) in strtoull()
/rk3399_ARM-atf/fdts/
H A Dstm32mp157c-lxa-mc1.dts56 st,neg-edge;
84 st,neg-edge;
H A Dstm32mp15xx-dhcor-avenger96.dtsi42 st,neg-edge;
58 st,neg-edge;
H A Dstm32mp157c-odyssey.dts30 st,neg-edge;
H A Dstm32mp257d-ultra-fly-sbc.dts162 st,neg-edge;
175 st,neg-edge;
H A Dstm32mp257f-dk.dts186 st,neg-edge;
199 st,neg-edge;
H A Dstm32mp257f-ev1.dts180 st,neg-edge;
191 st,neg-edge;
H A Dstm32mp157c-ed1.dts291 st,neg-edge;
308 st,neg-edge;
H A Dstm32mp15xx-dhcom-som.dtsi322 st,neg-edge;
348 st,neg-edge;
H A Dstm32mp153c-lxa-fairytux2.dts151 st,neg-edge;
H A Dstm32mp157c-lxa-tac.dts151 st,neg-edge;
H A Dstm32mp157a-avenger96.dts303 st,neg-edge;
H A Dstm32mp15xx-dkx.dtsi292 st,neg-edge;
H A Dstm32mp135f-dk.dts287 st,neg-edge;
H A Dstm32mp157c-odyssey-som.dtsi337 st,neg-edge;
/rk3399_ARM-atf/plat/renesas/common/aarch64/
H A Dplat_helpers.S377 neg x1, x1
/rk3399_ARM-atf/bl31/aarch64/
H A Dcrash_reporting.S300 neg x1, x1 /* bottom_pac_bit = 64 - T0SZ */