Searched refs:neg (Results 1 - 25 of 28) sorted by relevance

12

/fuchsia/zircon/third_party/ulib/musl/src/stdlib/
H A Datoll.c6 int neg = 0; local
11 neg = 1;
18 return neg ? n : -n;
H A Datol.c6 int neg = 0; local
11 neg = 1;
18 return neg ? n : -n;
H A Datoi.c5 int n = 0, neg = 0; local
10 neg = 1;
17 return neg ? n : -n;
/fuchsia/zircon/bootloader/lib/
H A Dstdlib.c17 bool neg = false; \
19 neg = true; \
29 if (neg) ret = -ret; \
/fuchsia/zircon/kernel/lib/libc/
H A Dstrtoll.c50 int neg, any, cutlim; local
62 neg = 1;
65 neg = 0;
88 * either 7 (neg==0) or 8 (neg==1), meaning that if we have
96 cutoff = neg ? LLONG_MIN : LLONG_MAX;
99 if (neg) {
117 if (neg) {
H A Dstrtol.c49 int neg, any, cutlim; local
61 neg = 1;
64 neg = 0;
87 * 7 (neg==0) or 8 (neg==1), meaning that if we have accumulated
94 cutoff = neg ? LONG_MIN : LONG_MAX;
97 if (neg) {
115 if (neg) {
H A Datoi.c48 int neg = 0; local
58 neg = 1;
65 if (neg)
107 int neg = 0; local
122 neg = 1;
169 if (neg && ret != ULONG_MAX) {
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dintscan.c23 int c, neg = 0; local
33 neg = -(c == '-');
89 neg = 0;
94 if (!(lim & 1) && !neg) {
102 return (y ^ neg) - neg;
H A Dfloatscan.c43 int neg = 0; local
47 neg = (c == '-');
63 return neg ? -y : y;
/fuchsia/zircon/third_party/ulib/musl/src/time/
H A Dstrptime.c10 int i, w, neg, adj, min, range, *dest, dummy; local
188 neg = 0;
192 neg = 1, s++;
197 if (neg)
H A D__tz.c47 int neg = 0; local
50 neg = 1;
63 return neg ? -off : off;
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dutil.c110 bool neg; local
123 neg = false;
130 neg = true;
199 if (neg)
266 bool neg; local
268 if ((neg = (x < 0)))
271 if (neg)
275 if (!neg)
/fuchsia/zircon/third_party/lib/cortex-strings/no-neon/src/aarch64/
H A Dmemset.S126 neg tmp2, dst
160 neg tmp2, dst
204 neg tmp2, dst
/fuchsia/zircon/third_party/ulib/musl/third_party/tre/
H A Dregcomp.c468 struct neg { struct
495 struct neg* neg) {
549 if (class && neg->negate) {
550 if (neg->len >= MAX_NEG_CLASSES)
552 neg->a[neg->len++] = class;
582 struct neg neg; local
591 neg
494 parse_bracket_terms(tre_parse_ctx_t* ctx, const char* s, struct literals* ls, struct neg* neg) argument
[all...]
/fuchsia/zircon/third_party/lib/cortex-strings/src/aarch64/
H A Dmemchr.S149 neg tmp, tmp, lsl #1
H A Dmemcmp.S130 neg tmp1, tmp1 /* Bits to alignment -64. */
H A Dstrnlen.S155 neg tmp4, tmp1
H A Dstrcmp.S144 neg tmp1, tmp1 /* Bits to alignment -64. */
H A Dstrchrnul.S93 neg tmp1, tmp1
H A Dstrcpy.S125 neg tmp1, to_align
305 neg tmp2, to_align, lsl #3
H A Dstrncmp.S184 neg tmp3, tmp1, lsl #3 /* 64 - bits(bytes beyond align). */
H A Dstrchr.S99 neg tmp1, tmp1
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/chacha/asm/
H A Dchacha-armv8.pl290 neg $len,$len
664 neg $len,$len
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/perlasm/
H A Dx86_64-xlate.pl510 neg => 0x1f, not => 0x20,
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/asm/
H A Daesni-x86_64.pl337 neg %rax # $rounds
374 neg %rax # $rounds
420 neg %rax # $rounds
466 neg %rax # $rounds
528 neg %rax # $rounds
1393 neg $rounds
1581 neg %rax

Completed in 120 milliseconds

12