Home
last modified time | relevance | path

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

123456789

/third_party/lwip/src/netif/ppp/
Dlcp.c774 #define LENCIVOID(neg) ((neg) ? CILEN_VOID : 0) in lcp_cilen() argument
776 #define LENCICHAP(neg) ((neg) ? CILEN_CHAP : 0) in lcp_cilen() argument
778 #define LENCISHORT(neg) ((neg) ? CILEN_SHORT : 0) in lcp_cilen() argument
779 #define LENCILONG(neg) ((neg) ? CILEN_LONG : 0) in lcp_cilen() argument
781 #define LENCILQR(neg) ((neg) ? CILEN_LQR: 0) in lcp_cilen() argument
783 #define LENCICBCP(neg) ((neg) ? CILEN_CBCP: 0) in lcp_cilen() argument
839 #define ADDCIVOID(opt, neg) \ in lcp_addci() argument
844 #define ADDCISHORT(opt, neg, val) \ in lcp_addci() argument
851 #define ADDCICHAP(opt, neg, val) \ in lcp_addci() argument
859 #define ADDCILONG(opt, neg, val) \ in lcp_addci() argument
[all …]
Dipcp.c754 #define LENCIADDRS(neg) (neg ? CILEN_ADDRS : 0) in ipcp_cilen() argument
756 #define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0) in ipcp_cilen() argument
758 #define LENCIADDR(neg) (neg ? CILEN_ADDR : 0) in ipcp_cilen() argument
760 #define LENCIDNS(neg) LENCIADDR(neg) in ipcp_cilen() argument
811 #define ADDCIADDRS(opt, neg, val1, val2) \ in ipcp_addci() argument
827 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \ in ipcp_addci() argument
844 #define ADDCIADDR(opt, neg, val) \ in ipcp_addci() argument
858 #define ADDCIDNS(opt, neg, addr) \ in ipcp_addci() argument
937 #define ACKCIADDRS(opt, neg, val1, val2) \ in ipcp_ackci() argument
958 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \ in ipcp_ackci() argument
[all …]
/third_party/boost/boost/spirit/home/x3/support/numeric_utils/
Dextract_real.hpp90 negate(bool neg, float n) in negate()
96 negate(bool neg, double n) in negate()
102 negate(bool neg, long double n) in negate()
109 negate(bool neg, T const& n) in negate()
138 bool neg = p.parse_sign(first, last); in parse() local
/third_party/boost/boost/spirit/home/qi/numeric/detail/
Dreal_impl.hpp122 negate(bool neg, float n) in negate()
128 negate(bool neg, double n) in negate()
134 negate(bool neg, long double n) in negate()
141 negate(bool neg, T const& n) in negate()
205 bool neg = p.parse_sign(first, last); in parse() local
/third_party/openssl/crypto/asn1/
Dx_int64.c53 int neg = 0; in uint64_i2c() local
78 int neg = 0; in uint64_c2i() local
148 int neg = 0; in uint32_i2c() local
181 int neg = 0; in uint32_c2i() local
Da_int.c25 int neg, ret; in ASN1_INTEGER_cmp() local
91 static size_t i2c_ibuf(const unsigned char *b, size_t blen, int neg, in i2c_ibuf()
151 int neg, pad; in c2i_ibuf() local
250 int neg) in asn1_get_int64()
285 int neg; in c2i_ASN1_INTEGER() local
606 int c2i_uint64_int(uint64_t *ret, int *neg, const unsigned char **pp, long len) in c2i_uint64_int()
622 int i2c_uint64_int(unsigned char *p, uint64_t r, int neg) in i2c_uint64_int()
/third_party/musl/porting/uniproton/kernel/src/stdlib/
Datoi.c6 int n=0, neg=0; in atoi() local
Datol.c7 int neg=0; in atol() local
Datoll.c7 int neg=0; in atoll() local
/third_party/musl/porting/liteos_a/kernel/src/stdlib/
Datoi.c6 int n=0, neg=0; in atoi() local
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
Datoll.c7 int neg=0; in atoll() local
Datoi.c6 int n=0, neg=0; in atoi() local
Datol.c7 int neg=0; in atol() local
/third_party/musl/src/stdlib/
Datol.c7 int neg=0; in atol() local
Datoll.c7 int neg=0; in atoll() local
Datoi.c6 int n=0, neg=0; in atoi() local
/third_party/ffmpeg/libavcodec/x86/
Dflac_dsp_gpl.asm55 neg orderq label
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dintscan.c29 int c, neg=0; in __intscan() local
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dintscan.c29 int c, neg=0; in __intscan() local
/third_party/musl/src/internal/
Dintscan.c29 int c, neg=0; in __intscan() local
/third_party/musl/porting/uniproton/kernel/src/internal/
Dintscan.c29 int c, neg=0; in __intscan() local
/third_party/openssl/crypto/bn/
Dbn_mpi.c45 int neg = 0; in BN_mpi2bn() local
/third_party/mindspore/tests/st/ops/gpu/
Dtest_neg_op.py34 def neg(nptype): function
/third_party/boost/tools/build/src/engine/
Dglob.cpp116 int neg = 0; in globchars() local
/third_party/musl/porting/liteos_a/kernel/src/time/
Dstrptime.c11 int i, w, neg, adj, min, range, *dest, dummy; in strptime() local

123456789