Home
last modified time | relevance | path

Searched refs:excl_count (Results 1 – 2 of 2) sorted by relevance

/dports/security/libfido2/libfido2-1.9.0/fuzz/
H A Dfuzz_cred.c34 uint8_t excl_count; member
91 unpack_byte(v[4], &p->excl_count) < 0 || in unpack()
133 (argv[4] = pack_byte(p->excl_count)) == NULL || in pack()
216 int ext, uint8_t rk, uint8_t uv, const char *pin, uint8_t excl_count, in make_cred() argument
226 for (uint8_t i = 0; i < excl_count; i++) in make_cred()
373 p->rk, p->uv, p->pin, p->excl_count, &p->excl_cred); in test_cred()
453 mutate_byte(&p->excl_count); in mutate()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/domdec/
H A Ddomdec_topology.cpp128 int excl_count = 0; /**< The total exclusion count for \p excl */ member
1400 int* excl_count) in make_local_bondeds_excls() argument
1432 *excl_count = 0; in make_local_bondeds_excls()
1506 *excl_count += th_work.excl_count; in make_local_bondeds_excls()
1513 … fprintf(debug, "We have %d exclusions, check count %d\n", lexcls->numElements(), *excl_count); in make_local_bondeds_excls()