| /external/python/cpython3/Modules/_blake2/clinic/ |
| D | blake2s_impl.c.h | 25 unsigned long long node_offset, int node_depth, 41 …ut), &_Py_ID(depth), &_Py_ID(leaf_size), &_Py_ID(node_offset), &_Py_ID(node_depth), &_Py_ID(inner_… in py_blake2s_new() 70 int node_depth = 0; in py_blake2s_new() local 156 node_depth = PyLong_AsInt(fastargs[9]); in py_blake2s_new() 157 if (node_depth == -1 && PyErr_Occurred()) { in py_blake2s_new() 187 …est_size, &key, &salt, &person, fanout, depth, leaf_size, node_offset, node_depth, inner_size, las… in py_blake2s_new()
|
| D | blake2b_impl.c.h | 25 unsigned long long node_offset, int node_depth, 41 …ut), &_Py_ID(depth), &_Py_ID(leaf_size), &_Py_ID(node_offset), &_Py_ID(node_depth), &_Py_ID(inner_… in py_blake2b_new() 70 int node_depth = 0; in py_blake2b_new() local 156 node_depth = PyLong_AsInt(fastargs[9]); in py_blake2b_new() 157 if (node_depth == -1 && PyErr_Occurred()) { in py_blake2b_new() 187 …est_size, &key, &salt, &person, fanout, depth, leaf_size, node_offset, node_depth, inner_size, las… in py_blake2b_new()
|
| /external/python/cpython3/Modules/_blake2/ |
| D | blake2s_impl.c | 98 unsigned long long node_offset, int node_depth, in py_blake2s_new_impl() argument 178 if (node_depth < 0 || node_depth > 255) { in py_blake2s_new_impl() 183 self->param.node_depth = node_depth; in py_blake2s_new_impl()
|
| D | blake2b_impl.c | 98 unsigned long long node_offset, int node_depth, in py_blake2b_new_impl() argument 178 if (node_depth < 0 || node_depth > 255) { in py_blake2b_new_impl() 183 self->param.node_depth = node_depth; in py_blake2b_new_impl()
|
| /external/python/cpython3/Modules/_blake2/impl/ |
| 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() argument 110 P->node_depth = node_depth; in blake2s_param_set_node_depth() 183 P->node_depth = 0; in blake2s_init() 205 P->node_depth = 0; in blake2s_init_key()
|
| 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() argument 117 P->node_depth = node_depth; in blake2b_param_set_node_depth() 189 P->node_depth = 0; in blake2b_init() 212 P->node_depth = 0; in blake2b_init_key()
|
| 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() argument 147 P->node_depth = node_depth; in blake2s_param_set_node_depth()
|
| D | blake2.h | 79 uint8_t node_depth; // 15 member 105 uint8_t node_depth; // 17 member
|
| 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() argument 159 P->node_depth = node_depth; in blake2b_param_set_node_depth()
|
| /external/python/cpython3/Lib/test/ |
| D | test_hashlib.py | 690 constructor(node_depth=i) 691 self.assertRaises(ValueError, constructor, node_depth=-1) 692 self.assertRaises(ValueError, constructor, node_depth=256) 723 node_depth=1, 785 node_depth=6, 828 node_depth=6,
|
| /external/sonivox/arm-wt-22k/lib_src/ |
| D | eas_xmf.c | 523 EAS_I32 node_depth = 0 ; in XMF_FindFileContents() local 569 …if ((result = XMF_ReadNode(hwInstData, pXMFData, treeStart, treeEnd + 1, &length, node_depth)) != … in XMF_FindFileContents()
|
| /external/python/cpython3/Doc/library/ |
| D | hashlib.rst | 399 node_depth=0, inner_size=0, last_node=False, \ 404 node_depth=0, inner_size=0, last_node=False, \ 458 * *node_depth*: node depth (0 to 255, 0 for leaves, or in sequential mode). 756 ... node_offset=0, node_depth=0, last_node=False) 760 ... node_offset=1, node_depth=0, last_node=True) 764 ... node_offset=0, node_depth=1, last_node=True)
|
| /external/lzma/C/ |
| D | Blake2s.c | 2118 #define k_Blake2sp_IV_3_FROM_NODE_DEPTH(node_depth) \ argument 2119 (KIV(3) ^ ((UInt32)(node_depth) << 16) ^ ((UInt32)Z7_BLAKE2S_DIGEST_SIZE << 24)) 2122 static void Blake2sp_Init_Spec(UInt32 *s, unsigned node_offset, unsigned node_depth) in Blake2sp_Init_Spec() argument 2127 s[3] = k_Blake2sp_IV_3_FROM_NODE_DEPTH(node_depth); in Blake2sp_Init_Spec()
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | nn_ops_test.cc | 1374 int batch_size, int node_depth, in BM_ImageNetSoftmaxFwd() argument 1386 Tensor input(DT_FLOAT, TensorShape({batch_size, node_depth})); in BM_ImageNetSoftmaxFwd() 1405 state.SetItemsProcessed(batch_size * node_depth * state.iterations()); in BM_ImageNetSoftmaxFwd()
|
| /external/python/cpython3/Include/internal/ |
| D | pycore_global_strings.h | 588 STRUCT_FOR_ID(node_depth)
|
| D | pycore_runtime_init_generated.h | 1097 INIT_ID(node_depth), \
|
| D | pycore_global_objects_fini_generated.h | 1099 _PyStaticObject_CheckRefcnt((PyObject *)&_Py_ID(node_depth)); in _PyStaticObjects_CheckRefcnt()
|
| D | pycore_unicodeobject_generated.h | 2143 string = &_Py_ID(node_depth); in _PyUnicode_InitStaticStrings()
|