/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | unitneg.c | 54 static void print_neg_cache(struct val_neg_cache* neg) in print_neg_cache() 195 static void add_item(struct val_neg_cache* neg) in add_item() 243 static void remove_item(struct val_neg_cache* neg) in remove_item() 310 static size_t sumtrees_all(struct val_neg_cache* neg) in sumtrees_all() 321 static size_t sumtrees_inuse(struct val_neg_cache* neg) in sumtrees_inuse() 336 static void check_lru(struct val_neg_cache* neg) in check_lru() 380 static int sum_zone_subtree_inuse(struct val_neg_cache* neg, in sum_zone_subtree_inuse() 428 static void check_zone_invariants(struct val_neg_cache* neg, in check_zone_invariants() 472 static void check_neg_invariants(struct val_neg_cache* neg) in check_neg_invariants() 502 static void stress_test(struct val_neg_cache* neg) in stress_test() [all …]
|
/netbsd-src/external/bsd/unbound/dist/validator/ |
H A D | val_neg.c | 88 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 …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | divmod.c | 30 int neg = 0; in __divsi3() local 56 int neg = 0; in __modsi3() local
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | divmod.c | 30 int neg = 0; in __divsi3() local 56 int neg = 0; in __modsi3() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rl78/ |
H A D | rl78-divmod.h | 61 word_type neg = 0; variable 87 word_type neg = 0; variable
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/msp430/ |
H A D | msp430-divmod.h | 61 word_type neg = 0; variable 87 word_type neg = 0; variable
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/pru/ |
H A D | pru-divmod.h | 61 word_type neg = 0; variable 87 word_type neg = 0; variable
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/msp430/ |
H A D | msp430-divmod.h | 61 word_type neg = 0; variable 87 word_type neg = 0; variable
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/pru/ |
H A D | pru-divmod.h | 61 word_type neg = 0; variable 87 word_type neg = 0; variable
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rl78/ |
H A D | rl78-divmod.h | 61 word_type neg = 0; variable 87 word_type neg = 0; variable
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | rdatalist.c | 194 dns_rdataset_t *neg = NULL; isc__rdatalist_addnoqname() local 248 isc__rdatalist_getnoqname(dns_rdataset_t * rdataset,dns_name_t * name,dns_rdataset_t * neg,dns_rdataset_t * negsig) isc__rdatalist_getnoqname() argument 299 dns_rdataset_t *neg = NULL; isc__rdatalist_addclosest() local 353 isc__rdatalist_getclosest(dns_rdataset_t * rdataset,dns_name_t * name,dns_rdataset_t * neg,dns_rdataset_t * negsig) isc__rdatalist_getclosest() argument [all...] |
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | rdatalist.c | 194 dns_rdataset_t *neg = NULL; in isc__rdatalist_addnoqname() local 248 dns_rdataset_t *neg, dns_rdataset_t *negsig) { in isc__rdatalist_getnoqname() 299 dns_rdataset_t *neg = NULL; in isc__rdatalist_addclosest() local 353 dns_rdataset_t *neg, dns_rdataset_t *negsig) { in isc__rdatalist_getclosest()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/ |
H A D | string.d | 115 bool neg = value < 0; variable 131 bool neg = value < 0; variable
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
H A 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
|
H A 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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
H A 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
|
H A D | a_int.c | 25 int neg, ret; in ASN1_INTEGER_cmp() local 97 static size_t i2c_ibuf(const unsigned char *b, size_t blen, int neg, in i2c_ibuf() 157 int neg, pad; in c2i_ibuf() local 256 int neg) in asn1_get_int64() 291 int neg; in ossl_c2i_ASN1_INTEGER() local 618 int ossl_c2i_uint64_int(uint64_t *ret, int *neg, in ossl_c2i_uint64_int() 635 int ossl_i2c_uint64_int(unsigned char *p, uint64_t r, int neg) in ossl_i2c_uint64_int()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/nios2/ |
H A D | lib2-divmod.c | 57 word_type neg = 0; in __divsi3() local 84 word_type neg = 0; in __modsi3() local
|
H A D | lib2-divmod-hi.c | 57 word_type neg = 0; in __divhi3() local 84 word_type neg = 0; in __modhi3() local
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/cr16/ |
H A D | divmodhi3.c | 59 short neg = 0; in __divhi3() local 85 short neg = 0; in __modhi3() local
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/gcn/ |
H A D | lib2-divmod-hi.c | 57 word_type neg = 0; in __divhi3() local 84 word_type neg = 0; in __modhi3() local
|
H A D | lib2-divmod.c | 57 word_type neg = 0; in __divsi3() local 84 word_type neg = 0; in __modsi3() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/nios2/ |
H A D | lib2-divmod.c | 57 word_type neg = 0; in __divsi3() local 84 word_type neg = 0; in __modsi3() local
|
H A D | lib2-divmod-hi.c | 57 word_type neg = 0; in __divhi3() local 84 word_type neg = 0; in __modhi3() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/gcn/ |
H A D | lib2-divmod.c | 57 word_type neg = 0; in __divsi3() local 84 word_type neg = 0; in __modsi3() local
|