Home
last modified time | relevance | path

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

123456

/freebsd-12-stable/contrib/unbound/validator/
Dval_neg.c88 struct val_neg_cache* neg = (struct val_neg_cache*)calloc(1, in val_neg_create() local
103 size_t val_neg_get_mem(struct val_neg_cache* neg) in val_neg_get_mem()
133 void neg_cache_delete(struct val_neg_cache* neg) in neg_cache_delete()
147 static void neg_lru_front(struct val_neg_cache* neg, in neg_lru_front()
163 static void neg_lru_remove(struct val_neg_cache* neg, in neg_lru_remove()
179 static void neg_lru_touch(struct val_neg_cache* neg, in neg_lru_touch()
197 static void neg_delete_zone(struct val_neg_cache* neg, struct val_neg_zone* z) in neg_delete_zone()
226 void neg_delete_data(struct val_neg_cache* neg, struct val_neg_data* el) in neg_delete_data()
272 static void neg_make_space(struct val_neg_cache* neg, size_t need) in neg_make_space()
280 struct val_neg_zone* neg_find_zone(struct val_neg_cache* neg, in neg_find_zone()
[all …]
/freebsd-12-stable/contrib/gcc/config/
Ddivmod.c6 int neg = 0; in __divsi3() local
32 int neg = 0; in __modsi3() local
/freebsd-12-stable/crypto/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()
/freebsd-12-stable/contrib/sendmail/libsm/
Dstrto.c49 register bool neg; variable
193 register bool neg; local
/freebsd-12-stable/contrib/ntp/libntp/
Ddofptoa.c129 int neg; in fptoa() local
149 int neg; in fptoms() local
Dmstolfp.c17 int ch, neg = 0; in mstolfp() local
/freebsd-12-stable/lib/libc/quad/
Dfloatdisf.c53 int neg; local
Dfloatdidf.c53 int neg; local
Ddivdi3.c53 int neg; local
Dmoddi3.c55 int neg; local
/freebsd-12-stable/sys/libkern/
Dmoddi3.c51 int neg; in __moddi3() local
Ddivdi3.c49 int neg; in __divdi3() local
Dstrtoul.c58 int neg = 0, any, cutlim; in strtoul() local
Dstrtol.c58 int neg = 0, any, cutlim; in strtol() local
Dstrtoq.c56 int neg, any, cutlim; in strtoq() local
Dstrtouq.c56 int neg, any, cutlim; in strtouq() local
/freebsd-12-stable/sys/netgraph/
Dng_pppoe.c276 negp neg; /* used when negotiating */ member
390 negp neg = sp->neg; in insert_tag() local
463 negp neg = sp->neg; in pppoe_match_svc() local
524 negp neg = sp->neg; in pppoe_find_svc() local
788 negp neg = NULL; in ng_pppoe_rcvmsg() local
1276 negp neg = sp->neg; in pppoe_start() local
1480 negp neg = sp->neg; in ng_pppoe_rcvdata() local
1584 negp neg = NULL; in ng_pppoe_rcvdata_ether() local
2121 negp neg = sp->neg; in pppoe_ticker() local
/freebsd-12-stable/crypto/openssh/openbsd-compat/
Dstrtoul.c53 int neg, any, cutlim; in strtoul() local
Dstrtoll.c55 int neg, any, cutlim; in strtoll() local
Dstrtoull.c55 int neg, any, cutlim; in strtoull() local
/freebsd-12-stable/lib/libc/iconv/
D_strtol.h54 int any, cutlim, i, neg; in _FUNCNAME() local
D_strtoul.h53 int any, cutlim, i, neg; in _FUNCNAME() local
/freebsd-12-stable/contrib/gcclibs/libiberty/
Dstrtoul.c67 register int neg = 0, any, cutlim; in strtoul() local
/freebsd-12-stable/contrib/binutils/libiberty/
Dstrtoul.c67 register int neg = 0, any, cutlim; in strtoul() local

123456