Home
last modified time | relevance | path

Searched defs:gen (Results 1 – 25 of 74) sorted by relevance

123

/openbsd/games/hack/
H A Ddef.gen.h65 struct gen { struct
66 struct gen *ngen; argument
74 extern struct gen *fgold, *ftrap; argument
/openbsd/gnu/llvm/libcxx/benchmarks/
H A Dfilesystem.bench.cpp10 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 DContainerBenchmarks.h39 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 Dunordered_set_operations.bench.cpp133 void BM_Hash(benchmark::State& st, HashFn fn, GenInputs gen) { in BM_Hash()
/openbsd/lib/libcrypto/x509/
H A Dx509_alt.c151 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 Dx509_ncons.c357 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 Dx509_genn.c514 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 Dx509_akey.c166 GENERAL_NAME *gen = NULL; in v2i_AUTHORITY_KEYID() local
H A Dx509_purp.c319 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 Ddh.c57 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 Dkexgex.c50 const BIGNUM *gen, in kexgex_hash()
/openbsd/sys/kern/
H A Dkern_tc.c152 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 Dkern_task.c258 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 Dmicrotime.c43 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 DMakefile33 gen: lib/dns/gen.c target
/openbsd/sys/dev/pci/drm/amd/pm/swsmu/
H A Dsmu_cmn.h36 static inline int pcie_gen_to_speed(uint32_t gen) in pcie_gen_to_speed()
/openbsd/lib/librthread/
H A Drthread_barrier.c103 int rc, old_state, gen; in pthread_barrier_wait() local
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dintrin.c1276 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 Dasn1time.c238 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 Dct_prn.c113 ASN1_GENERALIZEDTIME *gen = ASN1_GENERALIZEDTIME_new(); in timestamp_print() local
/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddf.c1639 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 Dmsdosfs_lookup.c309 int gen; in uniqdosname() local
/openbsd/lib/libc/net/
H A Dres_random.c114 pmod(u_int16_t gen, u_int16_t exp, u_int16_t mod) in pmod()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Datof-ieee.c707 print_gen (gen) in print_gen() argument
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Datof-ieee.c674 print_gen (gen) in print_gen() argument

123