Home
last modified time | relevance | path

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

12345

/freebsd-13-stable/contrib/unbound/validator/
HDval_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-13-stable/crypto/openssl/crypto/asn1/
HDx_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
HDa_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-13-stable/contrib/sendmail/libsm/
HDstrto.c49 register bool neg; variable
193 register bool neg; local
/freebsd-13-stable/contrib/ntp/libntp/
HDdofptoa.c127 int neg; in fptoa() local
147 int neg; in fptoms() local
HDmstolfp.c17 int ch, neg = 0; in mstolfp() local
/freebsd-13-stable/lib/libc/quad/
HDfloatdidf.c50 int neg; in __floatdidf() local
HDfloatdisf.c50 int neg; in __floatdisf() local
HDmoddi3.c52 int neg; in __moddi3() local
HDdivdi3.c50 int neg; in __divdi3() local
/freebsd-13-stable/sys/libkern/
HDdivdi3.c47 int neg; in __divdi3() local
HDmoddi3.c49 int neg; in __moddi3() local
HDstrtoul.c56 int neg = 0, any, cutlim; in strtoul() local
HDstrtol.c56 int neg = 0, any, cutlim; in strtol() local
HDstrtouq.c54 int neg, any, cutlim; in strtouq() local
HDstrtoq.c54 int neg, any, cutlim; in strtoq() local
/freebsd-13-stable/sys/netgraph/
HDng_pppoe.c275 negp neg; /* used when negotiating */ member
387 negp neg = sp->neg; in insert_tag() local
460 negp neg = sp->neg; in pppoe_match_svc() local
521 negp neg = sp->neg; in pppoe_find_svc() local
786 negp neg = NULL; in ng_pppoe_rcvmsg() local
1280 negp neg = sp->neg; in pppoe_start() local
1484 negp neg = sp->neg; in ng_pppoe_rcvdata() local
1588 negp neg = NULL; in ng_pppoe_rcvdata_ether() local
2129 negp neg = sp->neg; in pppoe_ticker() local
/freebsd-13-stable/crypto/openssh/openbsd-compat/
HDstrtoll.c55 int neg, any, cutlim; in strtoll() local
HDstrtoul.c53 int neg, any, cutlim; in strtoul() local
HDstrtoull.c55 int neg, any, cutlim; in strtoull() local
/freebsd-13-stable/lib/libc/iconv/
HD_strtoul.h52 int any, cutlim, i, neg; in _FUNCNAME() local
HD_strtol.h53 int any, cutlim, i, neg; in _FUNCNAME() local
/freebsd-13-stable/crypto/openssl/crypto/bn/
HDbn_mpi.c45 int neg = 0; in BN_mpi2bn() local
HDbn_print.c130 int neg = 0, h, m, i, j, k, c; in BN_hex2bn() local
203 int neg = 0, i, j; in BN_dec2bn() local
/freebsd-13-stable/lib/libc/locale/
HDwcstoll.c62 int neg, any, cutlim; in wcstoll_l() local

12345