Home
last modified time | relevance | path

Searched defs:neg (Results 1 – 25 of 160) sorted by relevance

1234567

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/
Dneg.s10 neg z0.b, p0/m, z0.b label
16 neg z0.h, p0/m, z0.h label
22 neg z0.s, p0/m, z0.s label
28 neg z0.d, p0/m, z0.d label
34 neg z31.b, p7/m, z31.b label
40 neg z31.h, p7/m, z31.h label
46 neg z31.s, p7/m, z31.s label
52 neg z31.d, p7/m, z31.d label
68 neg z4.d, p7/m, z31.d label
80 neg z4.d, p7/m, z31.d label
Dneg-diagnostics.s4 neg z0.h, p0/m, z0.b label
10 neg z29.d, p7, z29.d label
18 neg z0.b, p8/m, z0.b label
23 neg z0.h, p8/m, z0.h label
28 neg z0.s, p8/m, z0.s label
33 neg z0.d, p8/m, z0.d label
/external/ppp/pppd/
Dlcp.c676 #define LENCIVOID(neg) ((neg) ? CILEN_VOID : 0) argument
677 #define LENCICHAP(neg) ((neg) ? CILEN_CHAP : 0) argument
678 #define LENCISHORT(neg) ((neg) ? CILEN_SHORT : 0) argument
679 #define LENCILONG(neg) ((neg) ? CILEN_LONG : 0) argument
680 #define LENCILQR(neg) ((neg) ? CILEN_LQR: 0) argument
681 #define LENCICBCP(neg) ((neg) ? CILEN_CBCP: 0) argument
715 #define ADDCIVOID(opt, neg) \ argument
720 #define ADDCISHORT(opt, neg, val) \ argument
726 #define ADDCICHAP(opt, neg, val) \ argument
733 #define ADDCILONG(opt, neg, val) \ argument
[all …]
Dipcp.c731 #define LENCIADDRS(neg) (neg ? CILEN_ADDRS : 0) argument
732 #define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0) argument
733 #define LENCIADDR(neg) (neg ? CILEN_ADDR : 0) argument
734 #define LENCIDNS(neg) LENCIADDR(neg) argument
735 #define LENCIWINS(neg) LENCIADDR(neg) argument
776 #define ADDCIADDRS(opt, neg, val1, val2) \ argument
791 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \ argument
807 #define ADDCIADDR(opt, neg, val) \ argument
820 #define ADDCIDNS(opt, neg, addr) \ argument
891 #define ACKCIADDRS(opt, neg, val1, val2) \ argument
[all …]
Dipxcp.c668 #define ACKCIVOID(opt, neg) \ argument
679 #define ACKCICOMPLETE(opt,neg) ACKCIVOID(opt, neg) argument
681 #define ACKCICHARS(opt, neg, val, cnt) \ argument
701 #define ACKCINODE(opt,neg,val) ACKCICHARS(opt,neg,val,sizeof(val)) argument
702 #define ACKCINAME(opt,neg,val) ACKCICHARS(opt,neg,val,strlen((char *)val)) argument
704 #define ACKCINETWORK(opt, neg, val) \ argument
718 #define ACKCIPROTO(opt, neg, val) \ argument
889 #define REJCINETWORK(opt, neg, val) \ argument
904 #define REJCICHARS(opt, neg, val, cnt) \ argument
925 #define REJCINODE(opt,neg,val) REJCICHARS(opt,neg,val,sizeof(val)) argument
[all …]
Dipv6cp.c551 #define LENCIVJ(neg) (neg ? CILEN_COMPRESS : 0) argument
552 #define LENCIIFACEID(neg) (neg ? CILEN_IFACEID : 0) argument
571 #define ADDCIVJ(opt, neg, val) \ argument
583 #define ADDCIIFACEID(opt, neg, val1) \ argument
626 #define ACKCIVJ(opt, neg, val) \ argument
641 #define ACKCIIFACEID(opt, neg, val1) \ argument
703 #define NAKCIIFACEID(opt, neg, code) \ argument
715 #define NAKCIVJ(opt, neg, code) \ argument
837 #define REJCIIFACEID(opt, neg, val1) \ argument
851 #define REJCIVJ(opt, neg, val) \ argument
/external/boringssl/src/crypto/asn1/
Da_int.c75 int neg, ret; in ASN1_INTEGER_cmp() local
120 int pad = 0, ret, i, neg; in i2c_ASN1_INTEGER() local
334 int neg = 0, i; in ASN1_INTEGER_get() local
Da_enum.c113 int neg = 0, i; in ASN1_ENUMERATED_get() local
/external/epid-sdk/epid/common/math/unittests/
Dpairing-test.cc175 const bool neg = true; in TEST_F() local
229 const bool neg = true; in TEST_F() local
247 const bool neg = true; in TEST_F() local
262 const bool neg = true; in TEST_F() local
/external/u-boot/arch/arc/lib/
Dlibgcc2.c107 int neg = 0; in __divsi3() local
131 int neg = 0; in __modsi3() local
/external/openssh/openbsd-compat/
Dstrtoll.c55 int neg, any, cutlim; in strtoll() local
Dstrtoull.c55 int neg, any, cutlim; in strtoull() local
Dstrtoul.c53 int neg, any, cutlim; in strtoul() local
/external/epid-sdk/epid/common/math/src/
Dpairing-internal.h32 bool neg; ///< 8-bit integer representing a Boolean value member
/external/tensorflow/tensorflow/lite/kernels/
Dneg.cc22 namespace neg { namespace
/external/guava/guava-tests/test/com/google/common/math/
DMathBenchmarking.java94 BigInteger neg = randomNonNegativeBigInteger(numBits).negate(); in randomBigInteger() local
/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.cc182 const bool neg = Set16(kIsPartial, dst, 0, size); in InitDims() local
190 bool neg = Set16(kIsPartial, dst, 0, size0); in InitDims() local
200 bool neg = Set16(kIsPartial, dst, 0, size0); in InitDims() local
212 bool neg = Set16(kIsPartial, dst, 0, size0); in InitDims() local
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Ddisasm-a3xx.c72 bool neg, bool abs, bool addr_rel) in print_reg()
120 bool neg, bool abs, bool addr_rel) in print_reg_src()
135 bool neg; member
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dbyte_io_unittest.cc58 for (int neg = 0; neg < 2; ++neg) { in TestRead() local
80 for (int neg = 0; neg < 2; ++neg) { in TestWrite() local
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_print.c406 const char* neg = inst->RGB.Arg[arg].Negate ? "-" : ""; in rc_print_pair_instruction() local
441 const char* neg = inst->Alpha.Arg[arg].Negate ? "-" : ""; in rc_print_pair_instruction() local
/external/e2fsprogs/lib/e2p/
Dmntopts.c106 int neg; in e2p_edit_mntopts() local
/external/v8/src/base/
Ddivision-by-constant.cc21 const bool neg = (min & d) != 0; in SignedDivisionByConstant() local
/external/epid-sdk/epid/common/src/
Depid2params.h35 bool neg; ///< a boolean member
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/
Drvi-aliases-valid.s43 neg x31, x1 label
/external/ltp/testcases/kernel/syscalls/setresgid/
Dsetresgid01.c96 static uid_t nobody_gid, root_gid, neg = -1; variable

1234567