Home
last modified time | relevance | path

Searched defs:node_offset (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
Dblake2.h36 uint8_t node_offset[6];/* 14 */ member
60 uint8_t node_offset[8];/* 16 */ member
/third_party/openssl/providers/implementations/include/prov/
Dblake2.h36 uint8_t node_offset[6];/* 14 */ member
60 uint8_t node_offset[8];/* 16 */ member
/third_party/python/Modules/_blake2/clinic/
Dblake2b_impl.c.h39 unsigned long long node_offset = 0; in py_blake2b_new() local
Dblake2s_impl.c.h39 unsigned long long node_offset = 0; in py_blake2s_new() local
/third_party/python/Modules/_blake2/impl/
Dblake2.h78 uint8_t node_offset[6];// 14 member
104 uint64_t node_offset; // 16 member
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()
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()
Dblake2s.c139 static inline int blake2s_param_set_node_offset( blake2s_param *P, const uint64_t node_offset ) in blake2s_param_set_node_offset()
Dblake2b.c151 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/
Dradv_acceleration_structure.c260 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/
Dblake2b_impl.c92 unsigned long long node_offset, int node_depth, in py_blake2b_new_impl()
Dblake2s_impl.c91 unsigned long long node_offset, int node_depth, in py_blake2s_new_impl()