Home
last modified time | relevance | path

Searched defs:fanout (Results 1 – 13 of 13) sorted by relevance

/third_party/openssl/crypto/blake2/
Dblake2_local.h34 uint8_t fanout; /* 3 */ member
57 uint8_t fanout; /* 3 */ member
/third_party/re2/re2/fuzzing/
Dre2_fuzzer.cc59 int fanout = re.ProgramFanout(&histogram); in Test() local
/third_party/python/Modules/_blake2/clinic/
Dblake2b_impl.c.h36 int fanout = 1; in py_blake2b_new() local
Dblake2s_impl.c.h36 int fanout = 1; in py_blake2s_new() local
/third_party/python/Modules/_blake2/impl/
Dblake2.h75 uint8_t fanout; // 3 member
101 uint8_t fanout; // 3 member
Dblake2b-ref.c91 static inline int blake2b_param_set_fanout( blake2b_param *P, const uint8_t fanout ) in blake2b_param_set_fanout()
Dblake2s-ref.c84 static inline int blake2s_param_set_fanout( blake2s_param *P, const uint8_t fanout ) in blake2s_param_set_fanout()
Dblake2s.c121 static inline int blake2s_param_set_fanout( blake2s_param *P, const uint8_t fanout ) in blake2s_param_set_fanout()
Dblake2b.c133 static inline int blake2b_param_set_fanout( blake2b_param *P, const uint8_t fanout ) in blake2b_param_set_fanout()
/third_party/python/Modules/_blake2/
Dblake2s_impl.c90 int fanout, int depth, unsigned long leaf_size, in py_blake2s_new_impl()
Dblake2b_impl.c91 int fanout, int depth, unsigned long leaf_size, in py_blake2b_new_impl()
/third_party/re2/re2/
Dnfa.cc722 void Prog::Fanout(SparseArray<int>* fanout) { in Fanout()
Dre2.cc281 SparseArray<int> fanout(prog->size()); in Fanout() local