Searched refs:neg (Results 151 - 175 of 299) sorted by relevance

1234567891011>>

/freebsd-current/sys/crypto/openssl/powerpc64/
H A Daesp8-ppc.S55 neg 9,3
354 neg 11,4
424 neg 11,4
505 neg 11,3
623 neg 8,7
1244 neg 11,3
1877 neg 11,10
2080 neg 0,0
2096 neg 11,10
2141 neg
[all...]
/freebsd-current/sys/crypto/openssl/powerpc/
H A Daesp8-ppc.S52 neg 9,3
347 neg 11,4
415 neg 11,4
494 neg 11,3
612 neg 8,7
1231 neg 11,3
1862 neg 11,10
2063 neg 0,0
2079 neg 11,10
2124 neg
[all...]
/freebsd-current/contrib/bc/src/
H A Dnum.c72 * Conditionally negate @a n based on @a neg. Algorithm taken from
75 * @param neg The condition to negate or not.
78 bc_num_neg(size_t n, bool neg) argument
80 return (((ssize_t) n) ^ -((ssize_t) neg)) + neg;
463 bool a_max, neg = false; local
476 if (BC_NUM_NEG(b)) neg = true;
487 if (a_int) return neg ? -((ssize_t) a_int) : (ssize_t) a_int;
514 if (cmp) return bc_num_neg((size_t) cmp, !a_max == !neg);
520 if (max_num[i]) return bc_num_neg(1, !a_max == !neg);
1950 bool neg; local
2051 bool neg; local
2844 bool neg = (n->len <= nrdx); local
3326 bool neg = BC_NUM_NEG(n); local
[all...]
H A Dlibrary.c711 bcl_num_setNeg(BclNumber n, bool neg) argument
727 BCL_NUM_NUM(num)->rdx = BC_NUM_NEG_VAL(BCL_NUM_NUM(num), neg);
1320 bool neg; local
1332 neg = (val[0] == '-');
1334 if (neg) val += 1;
1350 n.n.rdx = BC_NUM_NEG_VAL(BCL_NUM_NUM_NP(n), neg);
1352 n.rdx = BC_NUM_NEG_VAL_NP(n, neg);
/freebsd-current/sys/kern/
H A Dsubr_prf.c665 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local
693 qflag = 0; lflag = 0; ladjust = 0; sharpflag = 0; neg = 0;
912 neg = 1;
923 if (neg)
933 if (neg)
/freebsd-current/contrib/bmake/
H A Dcond.c850 bool neg = false; local
853 neg = !neg;
856 return neg == (t == TOK_FALSE) ? CR_TRUE : CR_FALSE;
864 return neg == (res == CR_FALSE) ? CR_TRUE : CR_FALSE;
/freebsd-current/lib/libc/amd64/string/
H A Dstrcmp.S151 neg %rax
155 neg %rax
266 neg %rax # make difference positive
H A Dmemmove.S169 neg %rcx
/freebsd-current/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl143 &neg ("ecx");
208 &neg ("ecx");
318 &neg ("ecx");
383 &neg ("ecx");
852 &neg ($key);
1136 &neg ($s2 eq "ecx" ? $s2 : "");
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfdiv.S196 PROD = neg(Q)
270 Q = neg(PROD)
H A Ddffma.S145 EXPBA = neg(CTMP)
424 CTMP = neg(ATMP)
/freebsd-current/sys/contrib/ck/include/gcc/arm/
H A Dck_pr.h448 CK_PR_UNARY(neg, ptr, void, void *, "neg %0, %0", "")
454 CK_PR_UNARY(neg, S, T, T, "neg %0, %0", W) \
/freebsd-current/contrib/cortex-strings/src/aarch64/
H A Dstrncmp.S184 neg tmp3, tmp1, lsl #3 /* 64 - bits(bytes beyond align). */
H A Dstrchr.S105 neg tmp1, tmp1
/freebsd-current/contrib/bearssl/src/x509/
H A Dskey_decoder.c32 int neg; local
35 neg = ((**p) >> 6) & 1;
36 x = (uint32_t)-neg;
43 if (neg) {
530 /* neg */
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_rand.c144 if (range->neg || BN_is_zero(range)) {
H A Dbn_local.h205 (void)ossl_assert((_top == 0 && !_bnum2->neg) || \
251 int neg; /* one if the number is negative */ member in struct:bignum_st
/freebsd-current/contrib/arm-optimized-routines/string/aarch64/
H A Dstrrchr.S77 neg tmp1, tmp1
/freebsd-current/usr.bin/sort/
H A Dcoll.c845 kv1->hint->v.nh.neg = (sign1 < 0) ? true : false;
858 kv2->hint->v.nh.neg = (sign2 < 0) ? true : false;
872 neg1 = kv1->hint->v.nh.neg;
873 neg2 = kv2->hint->v.nh.neg;
/freebsd-current/contrib/bc/include/
H A Dbcl.h221 bcl_num_setNeg(BclNumber n, bool neg);
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h150 static bool neg(Boolean A, Boolean *R) { function in class:clang::interp::final
/freebsd-current/sbin/pfctl/
H A Dpfctl_parser.h143 bool neg; member in struct:node_mac
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dx86_64-mont.pl143 neg $num
146 neg $num # restore $num
398 neg $num
401 neg $num # restore
866 neg $num
912 neg $num
1321 neg %r15
/freebsd-current/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-sparcv9.pl99 neg $shr,$shl
172 neg $shr,$shl
307 neg $shr,$shl
498 neg $shr,$shl
645 neg $shr,$shl
963 neg $mask,$mask
/freebsd-current/sbin/ifconfig/
H A Difconfig.c1480 bool neg; local
1497 neg = *mopt == '-';
1498 if (neg)
1501 nvlist_add_bool(nvcap, "rxtls4", !neg);
1502 nvlist_add_bool(nvcap, "rxtls6", !neg);
1504 nvlist_add_bool(nvcap, mopt, !neg);

Completed in 429 milliseconds

1234567891011>>