Searched defs:node_offset (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/ |
D | blake2.h | 36 uint8_t node_offset[6];/* 14 */ member 60 uint8_t node_offset[8];/* 16 */ member
|
/third_party/openssl/providers/implementations/include/prov/ |
D | blake2.h | 36 uint8_t node_offset[6];/* 14 */ member 60 uint8_t node_offset[8];/* 16 */ member
|
/third_party/python/Modules/_blake2/clinic/ |
D | blake2b_impl.c.h | 39 unsigned long long node_offset = 0; in py_blake2b_new() local
|
D | blake2s_impl.c.h | 39 unsigned long long node_offset = 0; in py_blake2s_new() local
|
/third_party/python/Modules/_blake2/impl/ |
D | blake2.h | 78 uint8_t node_offset[6];// 14 member 104 uint64_t node_offset; // 16 member
|
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()
|
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()
|
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()
|
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()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_acceleration_structure.c | 260 uint32_t node_offset = ctx->curr_ptr - ctx->base; in build_triangles() local 420 uint32_t node_offset = ctx->curr_ptr - ctx->base; in build_instances() local 476 uint32_t node_offset = ctx->curr_ptr - ctx->base; in build_aabbs() local 1191 nir_ssa_def *node_offset = nir_iadd(&b, node_dst_offset, nir_imul_imm(&b, global_id, 64)); in build_leaf_shader() local 1270 nir_ssa_def *node_offset = nir_iadd(&b, node_dst_offset, nir_imul_imm(&b, global_id, 64)); in build_leaf_shader() local 1330 nir_ssa_def *node_offset = nir_iadd(&b, node_dst_offset, nir_imul_imm(&b, global_id, 128)); in build_leaf_shader() local 1605 nir_ssa_def *node_offset = nir_iadd(&b, node_dst_offset, nir_ishl_imm(&b, global_id, 7)); in build_internal_shader() local 2024 uint32_t node_offset; member
|
/third_party/python/Modules/_blake2/ |
D | blake2b_impl.c | 92 unsigned long long node_offset, int node_depth, in py_blake2b_new_impl()
|
D | blake2s_impl.c | 91 unsigned long long node_offset, int node_depth, in py_blake2s_new_impl()
|