Searched defs:node_depth (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/python/cpython3/Modules/_blake2/impl/ |
D | blake2.h | 79 uint8_t node_depth; // 15 member 105 uint8_t node_depth; // 17 member
|
D | blake2b-ref.c | 115 static inline int blake2b_param_set_node_depth( blake2b_param *P, const uint8_t node_depth ) in blake2b_param_set_node_depth()
|
D | blake2s-ref.c | 108 static inline int blake2s_param_set_node_depth( blake2s_param *P, const uint8_t node_depth ) in blake2s_param_set_node_depth()
|
D | blake2s.c | 145 static inline int blake2s_param_set_node_depth( blake2s_param *P, const uint8_t node_depth ) in blake2s_param_set_node_depth()
|
D | blake2b.c | 157 static inline int blake2b_param_set_node_depth( blake2b_param *P, const uint8_t node_depth ) in blake2b_param_set_node_depth()
|
/aosp_15_r20/external/python/cpython3/Modules/_blake2/clinic/ |
D | blake2b_impl.c.h | 40 int node_depth = 0; in py_blake2b_new() local
|
D | blake2s_impl.c.h | 40 int node_depth = 0; in py_blake2s_new() local
|
/aosp_15_r20/external/python/cpython3/Modules/_blake2/ |
D | blake2s_impl.c | 94 unsigned long long node_offset, int node_depth, in py_blake2s_new_impl()
|
D | blake2b_impl.c | 94 unsigned long long node_offset, int node_depth, in py_blake2b_new_impl()
|
/aosp_15_r20/external/sonivox/arm-wt-22k/lib_src/ |
H A D | eas_xmf.c | 523 EAS_I32 node_depth = 0 ; in XMF_FindFileContents() local
|
/aosp_15_r20/external/lzma/C/ |
H A D | Blake2s.c | 2118 #define k_Blake2sp_IV_3_FROM_NODE_DEPTH(node_depth) \ argument 2122 static void Blake2sp_Init_Spec(UInt32 *s, unsigned node_offset, unsigned node_depth) in Blake2sp_Init_Spec()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | nn_ops_test.cc | 1374 int batch_size, int node_depth, in BM_ImageNetSoftmaxFwd()
|