Searched refs:neg (Results 1 – 21 of 21) sorted by relevance
| /rk3399_ARM-atf/lib/libc/ |
| H A D | strtol.c | 54 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 D | strtoll.c | 54 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 D | strtoull.c | 55 int neg, any, cutlim; in strtoull() local 65 neg = 1; in strtoull() 68 neg = 0; in strtoull() 107 } else if (neg) in strtoull()
|
| H A D | strtoul.c | 54 int neg, any, cutlim; in strtoul() local 64 neg = 1; in strtoul() 67 neg = 0; in strtoul() 106 } else if (neg) in strtoul()
|
| /rk3399_ARM-atf/fdts/ |
| H A D | stm32mp157c-lxa-mc1.dts | 56 st,neg-edge; 84 st,neg-edge;
|
| H A D | stm32mp15xx-dhcor-avenger96.dtsi | 42 st,neg-edge; 58 st,neg-edge;
|
| H A D | stm32mp157c-odyssey.dts | 30 st,neg-edge;
|
| H A D | stm32mp257d-ultra-fly-sbc.dts | 162 st,neg-edge; 175 st,neg-edge;
|
| H A D | stm32mp257f-ev1.dts | 179 st,neg-edge; 190 st,neg-edge;
|
| H A D | stm32mp257f-dk.dts | 185 st,neg-edge; 198 st,neg-edge;
|
| H A D | stm32mp235f-dk.dts | 202 st,neg-edge; 215 st,neg-edge;
|
| H A D | stm32mp157c-ed1.dts | 297 st,neg-edge; 314 st,neg-edge;
|
| H A D | stm32mp15xx-dhcom-som.dtsi | 328 st,neg-edge; 354 st,neg-edge;
|
| H A D | stm32mp153c-lxa-fairytux2.dts | 151 st,neg-edge;
|
| H A D | stm32mp157c-lxa-tac.dts | 151 st,neg-edge;
|
| H A D | stm32mp215f-dk.dts | 183 st,neg-edge;
|
| H A D | stm32mp15xx-dkx.dtsi | 298 st,neg-edge;
|
| H A D | stm32mp135f-dk.dts | 290 st,neg-edge;
|
| H A D | stm32mp157c-odyssey-som.dtsi | 343 st,neg-edge;
|
| H A D | stm32mp157a-avenger96.dts | 310 st,neg-edge;
|
| /rk3399_ARM-atf/plat/renesas/common/aarch64/ |
| H A D | plat_helpers.S | 377 neg x1, x1
|