Searched refs:nids (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | hashtable.c | 247 size_t nelts, nids, overhead, headers; local 259 total_bytes = longest = sum_of_squares = nids = 0; 271 nids++; 282 (unsigned long) nids, nids * 100.0 / nelts);
|
/openbsd/gnu/gcc/libcpp/ |
H A D | symtab.c | 255 size_t nelts, nids, overhead, headers; in ht_dump_statistics() local 267 total_bytes = longest = sum_of_squares = nids = 0; in ht_dump_statistics() 279 nids++; in ht_dump_statistics() 290 (unsigned long) nids, nids * 100.0 / nelts); in ht_dump_statistics()
|
/openbsd/usr.bin/ssh/ |
H A D | sftp-usergroup.c | 134 has_id(u_int id, u_int *ids, u_int nids) in has_id() argument 138 if (nids == 0) in has_id() 142 for (i = 0; i < nids; i++) { in has_id() 146 return i < nids; in has_id()
|
H A D | ssh-ecdsa.c | 45 int nids[] = { in sshkey_ecdsa_fixup_group() local 71 for (i = 0; nids[i] != -1; i++) { in sshkey_ecdsa_fixup_group() 72 if ((eg = EC_GROUP_new_by_curve_name(nids[i])) == NULL) in sshkey_ecdsa_fixup_group() 79 if (nids[i] == -1) in sshkey_ecdsa_fixup_group() 88 nid = nids[i]; in sshkey_ecdsa_fixup_group()
|
/openbsd/regress/lib/libcrypto/wycheproof/ |
H A D | wycheproof.go | 590 var nids = map[string]int{ var 637 nid, ok := nids[ns]
|