/third_party/lwip/src/netif/ppp/ |
D | lcp.c | 774 #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 …]
|
D | ipcp.c | 754 #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/ |
D | extract_real.hpp | 90 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/ |
D | real_impl.hpp | 122 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/ |
D | x_int64.c | 53 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
|
D | a_int.c | 25 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/ |
D | atoi.c | 6 int n=0, neg=0; in atoi() local
|
D | atol.c | 7 int neg=0; in atol() local
|
D | atoll.c | 7 int neg=0; in atoll() local
|
/third_party/musl/porting/liteos_a/kernel/src/stdlib/ |
D | atoi.c | 6 int n=0, neg=0; in atoi() local
|
/third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
D | atoll.c | 7 int neg=0; in atoll() local
|
D | atoi.c | 6 int n=0, neg=0; in atoi() local
|
D | atol.c | 7 int neg=0; in atol() local
|
/third_party/musl/src/stdlib/ |
D | atol.c | 7 int neg=0; in atol() local
|
D | atoll.c | 7 int neg=0; in atoll() local
|
D | atoi.c | 6 int n=0, neg=0; in atoi() local
|
/third_party/ffmpeg/libavcodec/x86/ |
D | flac_dsp_gpl.asm | 55 neg orderq label
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | intscan.c | 29 int c, neg=0; in __intscan() local
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | intscan.c | 29 int c, neg=0; in __intscan() local
|
/third_party/musl/src/internal/ |
D | intscan.c | 29 int c, neg=0; in __intscan() local
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | intscan.c | 29 int c, neg=0; in __intscan() local
|
/third_party/openssl/crypto/bn/ |
D | bn_mpi.c | 45 int neg = 0; in BN_mpi2bn() local
|
/third_party/mindspore/tests/st/ops/gpu/ |
D | test_neg_op.py | 34 def neg(nptype): function
|
/third_party/boost/tools/build/src/engine/ |
D | glob.cpp | 116 int neg = 0; in globchars() local
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
D | strptime.c | 11 int i, w, neg, adj, min, range, *dest, dummy; in strptime() local
|