Searched refs:neg (Results 1 – 20 of 20) 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 | 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()
|
| 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()
|
| /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-dk.dts | 186 st,neg-edge; 199 st,neg-edge;
|
| H A D | stm32mp257f-ev1.dts | 180 st,neg-edge; 191 st,neg-edge;
|
| H A D | stm32mp157c-ed1.dts | 291 st,neg-edge; 308 st,neg-edge;
|
| H A D | stm32mp15xx-dhcom-som.dtsi | 322 st,neg-edge; 348 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 | stm32mp157a-avenger96.dts | 303 st,neg-edge;
|
| H A D | stm32mp15xx-dkx.dtsi | 292 st,neg-edge;
|
| H A D | stm32mp135f-dk.dts | 287 st,neg-edge;
|
| H A D | stm32mp157c-odyssey-som.dtsi | 337 st,neg-edge;
|
| /rk3399_ARM-atf/plat/renesas/common/aarch64/ |
| H A D | plat_helpers.S | 377 neg x1, x1
|
| /rk3399_ARM-atf/bl31/aarch64/ |
| H A D | crash_reporting.S | 300 neg x1, x1 /* bottom_pac_bit = 64 - T0SZ */
|