/openbsd/games/hack/ |
H A D | def.gen.h | 65 struct gen { struct 66 struct gen *ngen; argument 74 extern struct gen *fgold, *ftrap; argument
|
/openbsd/gnu/llvm/libcxx/benchmarks/ |
H A D | filesystem.bench.cpp | 10 void BM_PathConstructString(benchmark::State &st, GenInputs gen) { in BM_PathConstructString() 28 void BM_PathConstructCStr(benchmark::State &st, GenInputs gen) { in BM_PathConstructCStr() 45 void BM_PathConstructIter(benchmark::State &st, GenInputs gen) { in BM_PathConstructIter() 64 void BM_PathConstructInputIter(benchmark::State &st, GenInputs gen) { in BM_PathConstructInputIter() 68 void BM_PathConstructForwardIter(benchmark::State &st, GenInputs gen) { in BM_PathConstructForwardIter() 78 void BM_PathIterateMultipleTimes(benchmark::State &st, GenInputs gen) { in BM_PathIterateMultipleTimes() 98 void BM_PathIterateOnce(benchmark::State &st, GenInputs gen) { in BM_PathIterateOnce() 118 void BM_PathIterateOnceBackwards(benchmark::State &st, GenInputs gen) { in BM_PathIterateOnceBackwards() 149 void BM_LexicallyNormal(benchmark::State &st, GenInput gen, size_t PathLen) { in BM_LexicallyNormal()
|
H A D | ContainerBenchmarks.h | 39 void BM_ConstructIterIter(benchmark::State& st, Container, GenInputs gen) { in BM_ConstructIterIter() 51 void BM_InsertValue(benchmark::State& st, Container c, GenInputs gen) { in BM_InsertValue() 64 void BM_InsertValueRehash(benchmark::State& st, Container c, GenInputs gen) { in BM_InsertValueRehash() 79 void BM_InsertDuplicate(benchmark::State& st, Container c, GenInputs gen) { in BM_InsertDuplicate() 95 void BM_EmplaceDuplicate(benchmark::State& st, Container c, GenInputs gen) { in BM_EmplaceDuplicate() 110 static void BM_Find(benchmark::State& st, Container c, GenInputs gen) { in BM_Find() 124 static void BM_FindRehash(benchmark::State& st, Container c, GenInputs gen) { in BM_FindRehash() 139 static void BM_Rehash(benchmark::State& st, Container c, GenInputs gen) { in BM_Rehash()
|
H A D | unordered_set_operations.bench.cpp | 133 void BM_Hash(benchmark::State& st, HashFn fn, GenInputs gen) { in BM_Hash()
|
/openbsd/lib/libcrypto/x509/ |
H A D | x509_alt.c | 151 GENERAL_NAME *gen; in STACK_OF() local 269 GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen) in GENERAL_NAME_print() 354 GENERAL_NAME *gen; in v2i_issuer_alt() local 376 GENERAL_NAME *gen = NULL; in copy_issuer() local 440 GENERAL_NAME *gen; in v2i_subject_alt() local 466 GENERAL_NAME *gen = NULL; in copy_email() local 518 GENERAL_NAME *gen; in v2i_GENERAL_NAMES() local 557 GENERAL_NAME *gen = NULL; in a2i_GENERAL_NAME() local 748 do_othername(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx) in do_othername() 777 do_dirname(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx) in do_dirname()
|
H A D | x509_ncons.c | 357 GENERAL_NAME *gen = sk_GENERAL_NAME_value(x->altname, i); in NAME_CONSTRAINTS_check() local 366 nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc) in nc_match() 417 nc_match_single(GENERAL_NAME *gen, GENERAL_NAME *base) in nc_match_single()
|
H A D | x509_genn.c | 514 GENERAL_NAME_set0_othername(GENERAL_NAME *gen, ASN1_OBJECT *oid, in GENERAL_NAME_set0_othername() 530 GENERAL_NAME_get0_otherName(GENERAL_NAME *gen, ASN1_OBJECT **poid, in GENERAL_NAME_get0_otherName()
|
H A D | x509_akey.c | 166 GENERAL_NAME *gen = NULL; in v2i_AUTHORITY_KEYID() local
|
H A D | x509_purp.c | 319 GENERAL_NAME *gen = sk_GENERAL_NAME_value(dp->CRLissuer, i); in setup_dp() local 875 GENERAL_NAME *gen; in X509_check_akid() local
|
/openbsd/usr.bin/ssh/ |
H A D | dh.c | 57 char *strsize, *gen, *prime; in parse_prime() local 306 dh_new_group_asc(const char *gen, const char *modulus) in dh_new_group_asc() 331 dh_new_group(BIGNUM *gen, BIGNUM *modulus) in dh_new_group() 349 static char *gen = "2", *group1 = in dh_new_group1() local 364 static char *gen = "2", *group14 = in dh_new_group14() local 384 static char *gen = "2", *group16 = in dh_new_group16() local 415 static char *gen = "2", *group18 = in dh_new_group18() local
|
H A D | kexgex.c | 50 const BIGNUM *gen, in kexgex_hash()
|
/openbsd/sys/kern/ |
H A D | kern_tc.c | 152 u_int gen; in binboottime() local 185 u_int gen; in binuptime() local 201 u_int gen; in getbinuptime() local 274 u_int gen; in binruntime() local 300 u_int gen; in getbinruntime() local 324 u_int gen; in bintime() local 381 u_int gen; in getnanouptime() local 396 u_int gen; in getmicrouptime() local 411 u_int gen; in getnanotime() local 426 u_int gen; in getmicrotime() local [all …]
|
H A D | kern_task.c | 258 unsigned int gen; in taskq_barrier_task() local 314 unsigned int gen = tq->tq_bgen; in taskq_do_barrier() local
|
/openbsd/lib/libc/sys/ |
H A D | microtime.c | 43 u_int gen, delta; in binuptime() local 61 u_int gen, delta; in binruntime() local 80 u_int gen, delta; in bintime() local
|
/openbsd/usr.bin/dig/ |
H A D | Makefile | 33 gen: lib/dns/gen.c target
|
/openbsd/sys/dev/pci/drm/amd/pm/swsmu/ |
H A D | smu_cmn.h | 36 static inline int pcie_gen_to_speed(uint32_t gen) in pcie_gen_to_speed()
|
/openbsd/lib/librthread/ |
H A D | rthread_barrier.c | 103 int rc, old_state, gen; in pthread_barrier_wait() local
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | intrin.c | 1276 ffeintrinGen gen; in ffeintrin_fulfill_generic() local 1467 ffeintrinGen gen; in ffeintrin_fulfill_specific() local 1828 ffeintrinGen gen; in ffeintrin_is_intrinsic() local 1988 ffeintrin_is_standard (ffeintrinGen gen, ffeintrinSpec spec) in ffeintrin_is_standard() 2035 ffeintrin_name_generic (ffeintrinGen gen) in ffeintrin_name_generic()
|
/openbsd/regress/lib/libcrypto/asn1/ |
H A D | asn1time.c | 238 asn1_invtime_test(int test_no, const struct asn1_time_test *att, int gen) in asn1_invtime_test() 624 const struct asn1_time_test *gen = asn1_gentime_tests; in asn1_time_compare_test() local
|
/openbsd/lib/libcrypto/ct/ |
H A D | ct_prn.c | 113 ASN1_GENERALIZEDTIME *gen = ASN1_GENERALIZEDTIME_new(); in timestamp_print() local
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | df.c | 1639 df_rd_transfer_function (bb, changed, in, out, gen, kill, data) in df_rd_transfer_function() argument 1648 df_ru_transfer_function (bb, changed, in, out, gen, kill, data) in df_ru_transfer_function() argument 2070 bitmap *gen = xmalloc (sizeof (bitmap) * last_basic_block); local 2106 bitmap *gen = xmalloc (sizeof (bitmap) * last_basic_block); local 3629 hybrid_search_bitmap (block, in, out, gen, kill, dir, in hybrid_search_bitmap() argument 3740 hybrid_search_sbitmap (block, in, out, gen, kill, dir, in hybrid_search_sbitmap() argument 3872 iterative_dataflow_sbitmap (in, out, gen, kill, blocks, in iterative_dataflow_sbitmap() argument 3931 iterative_dataflow_bitmap (in, out, gen, kill, blocks, in iterative_dataflow_bitmap() argument
|
/openbsd/usr.sbin/makefs/msdos/ |
H A D | msdosfs_lookup.c | 309 int gen; in uniqdosname() local
|
/openbsd/lib/libc/net/ |
H A D | res_random.c | 114 pmod(u_int16_t gen, u_int16_t exp, u_int16_t mod) in pmod()
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | atof-ieee.c | 707 print_gen (gen) in print_gen() argument
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | atof-ieee.c | 674 print_gen (gen) in print_gen() argument
|