Searched refs:node_offset (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dbqueue.c35 bqueue_init(bqueue_t *q, uint64_t size, size_t node_offset) argument
37 list_create(&q->bq_list, node_offset + sizeof (bqueue_node_t),
38 node_offset + offsetof(bqueue_node_t, bqn_node));
42 q->bq_node_offset = node_offset;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/blake2/
H A Dblake2_local.h37 uint8_t node_offset[6];/* 14 */ member in struct:blake2s_param_st
60 uint8_t node_offset[8];/* 16 */ member in struct:blake2b_param_st
H A Dblake2b.c90 store64(P->node_offset, 0);
H A Dblake2s.c87 store48(P->node_offset, 0);
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
H A Dblake2.h36 uint8_t node_offset[6];/* 14 */ member in struct:blake2s_param_st
60 uint8_t node_offset[8];/* 16 */ member in struct:blake2b_param_st
/netbsd-current/external/apache2/argon2/dist/phc-winner-argon2/src/blake2/
H A Dblake2.h42 uint64_t node_offset; /* 16 */ member in struct:__blake2b_param
H A Dblake2b.c109 P.node_offset = 0;
143 P.node_offset = 0;
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2.h60 uint8_t node_offset[8]; /* 16 */ member in struct:blake2b_param_
H A Dblake2b-ref.c136 STORE64_LE(P->node_offset, 0);
159 STORE64_LE(P->node_offset, 0);
193 STORE64_LE(P->node_offset, 0);
231 STORE64_LE(P->node_offset, 0);
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_blake2.h99 uint32_t node_offset; /* 12 */
117 uint32_t node_offset; /* 12 */
H A Darchive_blake2s_ref.c107 store32( &P->node_offset, 0 );
130 store32( &P->node_offset, 0 );
H A Darchive_blake2sp_ref.c53 store32( &P->node_offset, offset );
70 store32( &P->node_offset, 0 );
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/digests/
H A Dblake2b_prov.c90 store64(P->node_offset, 0);
H A Dblake2s_prov.c85 store48(P->node_offset, 0);
/netbsd-current/common/lib/libc/gen/
H A Dptree.c170 size_t node_offset, size_t key_offset)
173 pt->pt_node_offset = node_offset;
169 ptree_init(pt_tree_t *pt, const pt_tree_ops_t *ops, void *context, size_t node_offset, size_t key_offset) argument

Completed in 111 milliseconds