Home
last modified time | relevance | path

Searched refs:node_offset (Results 1 – 21 of 21) sorted by relevance

/external/arm-trusted-firmware/plat/rockchip/common/
Dparams_setup.c52 int node_offset; in plat_rockchip_dt_process_fdt_uart() local
62 node_offset = fdt_path_offset(fdt, path_name); in plat_rockchip_dt_process_fdt_uart()
63 if (node_offset < 0) in plat_rockchip_dt_process_fdt_uart()
66 stdout_path = fdt_getprop(fdt, node_offset, prop_name, in plat_rockchip_dt_process_fdt_uart()
/external/tensorflow/tensorflow/core/framework/
Dgraph_def_util.cc57 int node_offset) { in AddDefaultAttrsToGraphDef() argument
58 return AddDefaultAttrsToGraphDef(graph_def, op_registry, node_offset, false); in AddDefaultAttrsToGraphDef()
63 int node_offset, bool skip_unknown_ops) { in AddDefaultAttrsToGraphDef() argument
64 if (node_offset > graph_def->node_size()) { in AddDefaultAttrsToGraphDef()
68 node_offset, " with total nodes in graph: ", graph_def->node_size()); in AddDefaultAttrsToGraphDef()
71 for (int i = node_offset; i < graph_def->node_size(); ++i) { in AddDefaultAttrsToGraphDef()
Dgraph_def_util.h59 int node_offset);
65 int node_offset, bool skip_unknown_ops);
/external/python/cpython3/Modules/_blake2/
Dblake2s_impl.c92 unsigned long long node_offset, int node_depth, in py_blake2s_new_impl() argument
161 if (node_offset > 0xFFFFFFFFFFFFULL) { in py_blake2s_new_impl()
166 store48(&(self->param.node_offset), node_offset); in py_blake2s_new_impl()
169 store64(&(self->param.node_offset), node_offset); in py_blake2s_new_impl()
Dblake2b_impl.c92 unsigned long long node_offset, int node_depth, in py_blake2b_new_impl() argument
161 if (node_offset > 0xFFFFFFFFFFFFULL) { in py_blake2b_new_impl()
166 store48(&(self->param.node_offset), node_offset); in py_blake2b_new_impl()
169 store64(&(self->param.node_offset), node_offset); in py_blake2b_new_impl()
/external/python/cpython3/Modules/_blake2/clinic/
Dblake2s_impl.c.h18 unsigned long long node_offset, int node_depth,
39 unsigned long long node_offset = 0; in py_blake2s_new() local
145 if (!_PyLong_UnsignedLongLong_Converter(fastargs[8], &node_offset)) { in py_blake2s_new()
194 …pe, data, digest_size, &key, &salt, &person, fanout, depth, leaf_size, node_offset, node_depth, in… in py_blake2s_new()
Dblake2b_impl.c.h18 unsigned long long node_offset, int node_depth,
39 unsigned long long node_offset = 0; in py_blake2b_new() local
145 if (!_PyLong_UnsignedLongLong_Converter(fastargs[8], &node_offset)) { in py_blake2b_new()
194 …pe, data, digest_size, &key, &salt, &person, fanout, depth, leaf_size, node_offset, node_depth, in… in py_blake2b_new()
/external/python/cpython3/Modules/_blake2/impl/
Dblake2b-ref.c109 static inline int blake2b_param_set_node_offset( blake2b_param *P, const uint64_t node_offset ) in blake2b_param_set_node_offset() argument
111 store64( &P->node_offset, node_offset ); in blake2b_param_set_node_offset()
188 store64( &P->node_offset, 0 ); in blake2b_init()
211 store64( &P->node_offset, 0 ); in blake2b_init_key()
Dblake2s-ref.c102 static inline int blake2s_param_set_node_offset( blake2s_param *P, const uint64_t node_offset ) in blake2s_param_set_node_offset() argument
104 store48( P->node_offset, node_offset ); in blake2s_param_set_node_offset()
182 store48( &P->node_offset, 0 ); in blake2s_init()
204 store48( &P->node_offset, 0 ); in blake2s_init_key()
Dblake2s.c139 static inline int blake2s_param_set_node_offset( blake2s_param *P, const uint64_t node_offset ) in blake2s_param_set_node_offset() argument
141 store48( P->node_offset, node_offset ); in blake2s_param_set_node_offset()
Dblake2.h78 uint8_t node_offset[6];// 14 member
104 uint64_t node_offset; // 16 member
Dblake2b.c151 static inline int blake2b_param_set_node_offset( blake2b_param *P, const uint64_t node_offset ) in blake2b_param_set_node_offset() argument
153 P->node_offset = node_offset; in blake2b_param_set_node_offset()
Dblake2bp.c36 store64(&P->node_offset, offset); in blake2bp_init_leaf()
55 store64(&P->node_offset, 0); in blake2bp_init_root()
Dblake2sp.c35 store48( P->node_offset, offset ); in blake2sp_init_leaf()
53 store48( P->node_offset, 0ULL ); in blake2sp_init_root()
/external/python/cpython3/Lib/test/
Dtest_hashlib.py653 constructor(node_offset=0)
654 constructor(node_offset=max_offset)
655 self.assertRaises(ValueError, constructor, node_offset=-1)
656 self.assertRaises(OverflowError, constructor, node_offset=max_offset+1)
671 node_offset=512,
733 node_offset=5,
776 node_offset=5,
/external/python/cpython3/Doc/library/
Dhashlib.rst319 person=b'', fanout=1, depth=1, leaf_size=0, node_offset=0, \
324 person=b'', fanout=1, depth=1, leaf_size=0, node_offset=0, \
376 * *node_offset*: node offset (0 to 2**64-1 for BLAKE2b, 0 to 2**48-1 for
675 ... node_offset=0, node_depth=0, last_node=False)
679 ... node_offset=1, node_depth=0, last_node=True)
683 ... node_offset=0, node_depth=1, last_node=True)
/external/libhevc/encoder/
Dihevce_lap_interface.c306 WORD32 node_offset, curr_layer; in ihevce_lap_init() local
325 node_offset = 1; in ihevce_lap_init()
330 &node_offset, in ihevce_lap_init()
/external/kmod/libkmod/
Dlibkmod-index.c142 enum node_offset { enum
/external/python/cpython3/Misc/NEWS.d/
D3.6.4rc1.rst412 Fix Blake2 params leaf_size and node_offset on big endian platforms. Patch
D3.7.0a3.rst716 Fix Blake2 params leaf_size and node_offset on big endian platforms. Patch
/external/kmod/tools/
Ddepmod.c176 enum node_offset { enum