Home
last modified time | relevance | path

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

/third_party/openssl/crypto/blake2/
Dblake2_local.h37 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/mesa3d/src/amd/vulkan/
Dradv_acceleration_structure.c194 uint32_t node_offset = ctx->curr_ptr - ctx->base; in build_triangles() local
315 uint32_t node_offset = ctx->curr_ptr - ctx->base; in build_instances() local
371 uint32_t node_offset = ctx->curr_ptr - ctx->base; in build_aabbs() local
960 nir_ssa_def *node_offset = in build_leaf_shader() local
1028 nir_ssa_def *node_offset = in build_leaf_shader() local
1094 nir_ssa_def *node_offset = in build_leaf_shader() local
1302 nir_ssa_def *node_offset = in build_internal_shader() local
1764 uint32_t node_offset; member
/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/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()
/third_party/boost/boost/container/
Ddeque.hpp246 difference_type node_offset = in operator +=() local