Home
last modified time | relevance | path

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

/trusted-firmware-a/lib/libc/
A Dstrtol.c54 int neg, any, cutlim; in strtol() local
66 neg = 1; in strtol()
69 neg = 0; in strtol()
103 cutoff = neg ? (unsigned long)-(LONG_MIN + LONG_MAX) + LONG_MAX in strtol()
127 acc = neg ? LONG_MIN : LONG_MAX; in strtol()
128 } else if (neg) in strtol()
A Dstrtoll.c54 int neg, any, cutlim; in strtoll() local
66 neg = 1; in strtoll()
69 neg = 0; in strtoll()
104 cutoff = neg ? (unsigned long long)-(LLONG_MIN + LLONG_MAX) + LLONG_MAX in strtoll()
128 acc = neg ? LLONG_MIN : LLONG_MAX; in strtoll()
129 } else if (neg) in strtoll()
A Dstrtoul.c54 int neg, any, cutlim; in strtoul() local
64 neg = 1; in strtoul()
67 neg = 0; in strtoul()
107 } else if (neg) in strtoul()
A Dstrtoull.c54 int neg, any, cutlim; in strtoull() local
64 neg = 1; in strtoull()
67 neg = 0; in strtoull()
107 } else if (neg) in strtoull()
/trusted-firmware-a/fdts/
A Dstm32mp157c-lxa-mc1.dts56 st,neg-edge;
84 st,neg-edge;
A Dstm32mp157c-odyssey.dts30 st,neg-edge;
A Dstm32mp157c-ed1.dts314 st,neg-edge;
331 st,neg-edge;
A Dstm32mp157a-avenger96.dts286 st,neg-edge;
A Dstm32mp157c-odyssey-som.dtsi319 st,neg-edge;
A Dstm32mp15xx-dkx.dtsi303 st,neg-edge;
/trusted-firmware-a/plat/renesas/common/aarch64/
A Dplat_helpers.S369 neg x1, x1
/trusted-firmware-a/bl31/aarch64/
A Dcrash_reporting.S275 neg x1, x1 /* bottom_pac_bit = 64 - T0SZ */
/trusted-firmware-a/build/qemu/release/bl2/
A Dbl2.dump1631 e01c160: cb0203e7 neg x7, x2
2644 e01cfcc: cb0103f3 neg x19, x1
3814 e01e03c: 4b1403f4 neg w20, w20
5141 e01f3e0: cb1c03e0 neg x0, x28
/trusted-firmware-a/docs/build/TF-A_2.5/
A Dsearchindex.js1 …27,129,131,136,138,140,142],need_bl2:81,need_bl32:[38,85,119],need_bl33:53,neg:[18,29,53,123],negl…
/trusted-firmware-a/build/qemu/release/bl1/
A Dbl1.dump2578 1cec: cb0103f3 neg x19, x1
3771 2d18: cb1c03e0 neg x0, x28
/trusted-firmware-a/build/qemu/release/bl31/
A Dbl31.dump5313 e043f08: cb0103e2 neg x2, x1
6754 e0453e4: cb1c03e0 neg x0, x28
7068 e045894: cb0103f3 neg x19, x1

Completed in 47 milliseconds