Home
last modified time | relevance | path

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

12345

/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/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
DTextureBlenderAWT.java42 …or, Texture texture, float[] color, float affectFactor, int blendType, boolean neg, BlenderContext… in blend()
94 …protected float setupMaterialColor(ByteBuffer data, Format imageFormat, boolean neg, float[] mater… in setupMaterialColor()
DTextureBlenderLuminance.java33 …or, Texture texture, float[] color, float affectFactor, int blendType, boolean neg, BlenderContext… in blend()
78 protected void getTinAndAlpha(ByteBuffer data, Format imageFormat, boolean neg, float[] result) { in getTinAndAlpha()
DTextureBlender.java50 …or, Texture texture, float[] color, float affectFactor, int blendType, boolean neg, BlenderContext… in blend()
DTextureBlenderDDS.java32 …or, Texture texture, float[] color, float affectFactor, int blendType, boolean neg, BlenderContext… in blend()
/external/boringssl/src/crypto/asn1/
Da_int.c70 int neg, ret; in ASN1_INTEGER_cmp() local
117 int pad=0,ret,i,neg; in i2c_ASN1_INTEGER() local
378 int neg=0,i; in ASN1_INTEGER_get() local
Dt_pkey.c67 const char *neg; in ASN1_bn_print() local
Da_enum.c112 int neg=0,i; in ASN1_ENUMERATED_get() local
Dx_long.c148 int neg, i; in long_c2i() local
/external/openssh/openbsd-compat/
Dstrtoll.c55 int neg, any, cutlim; in strtoll() local
Dstrtoul.c53 int neg, any, cutlim; in strtoul() local
Dstrtoull.c55 int neg, any, cutlim; in strtoull() local
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
DSSLEngineResultTest.java47 int[] neg = { -1, -10, -1000, Integer.MIN_VALUE, in testSSLEngineResultConstructor() 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.c104 int neg; in e2p_edit_mntopts() local
/external/icu/icu4c/source/i18n/
Dnfrs.cpp764 UBool neg = d < 0; in util64_fromDouble() local
831 int neg = 0; in util64_atoi() local
857 int neg = 0; in util64_utoi() local
/external/v8/src/base/
Ddivision-by-constant.cc28 const bool neg = (min & d) != 0; in SignedDivisionByConstant() local
/external/boringssl/src/crypto/bn/
Dmul.c320 unsigned int neg, zero; in bn_mul_recursive() local
451 int c1, c2, neg; in bn_mul_part_recursive() local
Dadd.c204 int add = 0, neg = 0; in BN_sub() local
/external/jemalloc/src/
Dutil.c104 bool neg; in malloc_strtoumax() local
260 bool neg; in d2s() local
/external/skia/include/core/
DSkPoint.h95 SkIPoint neg; member
331 SkPoint neg; member
/external/valgrind/coregrind/
Dm_libcbase.c97 Bool neg = False, converted = False; in VG_() local
149 Bool neg = False, converted = False; in VG_() local
217 Bool neg = False; in VG_() local

12345