Searched defs:node_depth (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython3/Modules/_blake2/clinic/ |
D | blake2b_impl.c.h | 35 int node_depth = 0; in py_blake2b_new() local
|
D | blake2s_impl.c.h | 35 int node_depth = 0; in py_blake2s_new() local
|
/external/python/cpython3/Modules/_blake2/impl/ |
D | blake2.h | 98 uint8_t node_depth; /* 15 */ member 113 uint8_t node_depth; /* 17 */ member
|
D | blake2s-ref.c | 115 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_node_depth( blake2s_param *P, const uint8_t node_depth ) in blake2s_param_set_node_depth()
|
D | blake2b-ref.c | 122 BLAKE2_LOCAL_INLINE(int) blake2b_param_set_node_depth( blake2b_param *P, const uint8_t node_depth ) in blake2b_param_set_node_depth()
|
D | blake2s.c | 138 BLAKE2_LOCAL_INLINE(int) blake2s_param_set_node_depth( blake2s_param *P, const uint8_t node_depth ) in blake2s_param_set_node_depth()
|
D | blake2b.c | 151 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/ |
D | blake2b_impl.c | 92 PyObject *node_offset_obj, int node_depth, in py_blake2b_new_impl()
|
D | blake2s_impl.c | 92 PyObject *node_offset_obj, int node_depth, in py_blake2s_new_impl()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_xmf.c | 507 EAS_I32 node_depth = 0 ; in XMF_FindFileContents() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | nn_ops_test.cc | 1257 static void BM_ImageNetSoftmaxFwd(int iters, int batch_size, int node_depth, in BM_ImageNetSoftmaxFwd()
|