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

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dbqueue.c31 * and node_offset must be its offset from the start of the struct.
46 size_t node_offset)
51 list_create(&q->bq_list, node_offset + sizeof (bqueue_node_t),
52 node_offset + offsetof(bqueue_node_t, bqn_node));
56 q->bq_node_offset = node_offset;
45 bqueue_init(bqueue_t *q, uint64_t fill_fraction, uint64_t size, size_t node_offset) argument
/freebsd-13-stable/crypto/openssl/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);
/freebsd-13-stable/sys/arm64/acpica/
H A Dacpi_iort.c89 u_int node_offset; /* offset in IORT - node ID */ member in struct:iort_node
277 iort_add_nodes(ACPI_IORT_NODE *node_entry, u_int node_offset) argument
286 node->node_offset = node_offset;
333 if (entry->out_node_offset == np->node_offset) {
341 if (entry->out_node_offset == np->node_offset) {
503 u_int node_offset; local
514 for (node_offset = iort->NodeOffset;
515 node_offset < iort->Header.Length;
516 node_offset
[all...]
/freebsd-13-stable/sys/contrib/libb2/
H A Dblake2b-ref.c109 static inline int blake2b_param_set_node_offset( blake2b_param *P, const uint64_t node_offset )
111 store64( &P->node_offset, node_offset );
195 store64( &P->node_offset, 0 );
218 store64( &P->node_offset, 0 );
H A Dblake2s-ref.c102 static inline int blake2s_param_set_node_offset( blake2s_param *P, const uint64_t node_offset )
104 store48( P->node_offset, node_offset );
189 store48( &P->node_offset, 0 );
211 store48( &P->node_offset, 0 );
H A Dblake2.h78 uint8_t node_offset[6];// 14 member in struct:__blake2s_param
104 uint64_t node_offset; // 16 member in struct:__blake2b_param
H A Dblake2b.c151 static inline int blake2b_param_set_node_offset( blake2b_param *P, const uint64_t node_offset )
153 P->node_offset = node_offset;
H A Dblake2s.c139 static inline int blake2s_param_set_node_offset( blake2s_param *P, const uint64_t node_offset )
141 store48( P->node_offset, node_offset );
H A Dblake2bp.c36 store64(&P->node_offset, offset);
55 store64(&P->node_offset, 0);
H A Dblake2sp.c35 store48( P->node_offset, offset );
53 store48( P->node_offset, 0ULL );
/freebsd-13-stable/sys/contrib/libsodium/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);
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_blake2.h97 uint32_t node_offset; /* 12 */
115 uint32_t node_offset; /* 12 */
H A Darchive_blake2s_ref.c105 store32( &P->node_offset, 0 );
128 store32( &P->node_offset, 0 );
H A Darchive_blake2sp_ref.c51 store32( &P->node_offset, offset );
68 store32( &P->node_offset, 0 );

Completed in 86 milliseconds