/external/arm-trusted-firmware/plat/rockchip/common/ |
D | params_setup.c | 52 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/ |
D | graph_def_util.cc | 57 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()
|
D | graph_def_util.h | 59 int node_offset); 65 int node_offset, bool skip_unknown_ops);
|
/external/python/cpython3/Modules/_blake2/ |
D | blake2s_impl.c | 92 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()
|
D | blake2b_impl.c | 92 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/ |
D | blake2s_impl.c.h | 18 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()
|
D | blake2b_impl.c.h | 18 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/ |
D | blake2b-ref.c | 109 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()
|
D | blake2s-ref.c | 102 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()
|
D | blake2s.c | 139 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()
|
D | blake2.h | 78 uint8_t node_offset[6];// 14 member 104 uint64_t node_offset; // 16 member
|
D | blake2b.c | 151 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()
|
D | blake2bp.c | 36 store64(&P->node_offset, offset); in blake2bp_init_leaf() 55 store64(&P->node_offset, 0); in blake2bp_init_root()
|
D | blake2sp.c | 35 store48( P->node_offset, offset ); in blake2sp_init_leaf() 53 store48( P->node_offset, 0ULL ); in blake2sp_init_root()
|
/external/python/cpython3/Lib/test/ |
D | test_hashlib.py | 653 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/ |
D | hashlib.rst | 319 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/ |
D | ihevce_lap_interface.c | 306 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/ |
D | libkmod-index.c | 142 enum node_offset { enum
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.4rc1.rst | 412 Fix Blake2 params leaf_size and node_offset on big endian platforms. Patch
|
D | 3.7.0a3.rst | 716 Fix Blake2 params leaf_size and node_offset on big endian platforms. Patch
|
/external/kmod/tools/ |
D | depmod.c | 176 enum node_offset { enum
|