Home
last modified time | relevance | path

Searched defs:node_depth (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Modules/_blake2/clinic/
Dblake2b_impl.c.h35 int node_depth = 0; in py_blake2b_new() local
Dblake2s_impl.c.h35 int node_depth = 0; in py_blake2s_new() local
/external/python/cpython3/Modules/_blake2/impl/
Dblake2.h98 uint8_t node_depth; /* 15 */ member
113 uint8_t node_depth; /* 17 */ member
Dblake2s-ref.c115 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_node_depth( blake2s_param *P, const uint8_t node_depth ) in blake2s_param_set_node_depth()
Dblake2b-ref.c122 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_node_depth( blake2b_param *P, const uint8_t node_depth ) in blake2b_param_set_node_depth()
Dblake2s.c138 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_node_depth( blake2s_param *P, const uint8_t node_depth ) in blake2s_param_set_node_depth()
Dblake2b.c151 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_node_depth( blake2b_param *P, const uint8_t node_depth ) in blake2b_param_set_node_depth()
/external/python/cpython3/Modules/_blake2/
Dblake2b_impl.c92 PyObject *node_offset_obj, int node_depth, in py_blake2b_new_impl()
Dblake2s_impl.c92 PyObject *node_offset_obj, int node_depth, in py_blake2s_new_impl()
/external/sonivox/arm-wt-22k/lib_src/
Deas_xmf.c507 EAS_I32 node_depth = 0 ; in XMF_FindFileContents() local
/external/tensorflow/tensorflow/core/kernels/
Dnn_ops_test.cc1257 static void BM_ImageNetSoftmaxFwd(int iters, int batch_size, int node_depth, in BM_ImageNetSoftmaxFwd()