Searched refs:store32 (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/contrib/libarchive/libarchive/ |
| HD | archive_blake2s_ref.c | 106 store32( &P->leaf_length, 0 ); in blake2s_init() 107 store32( &P->node_offset, 0 ); in blake2s_init() 129 store32( &P->leaf_length, 0 ); in blake2s_init_key() 130 store32( &P->node_offset, 0 ); in blake2s_init_key() 260 store32( buffer + sizeof( S->h[i] ) * i, S->h[i] ); in blake2s_final()
|
| HD | archive_blake2sp_ref.c | 52 store32( &P->leaf_length, 0 ); in blake2sp_init_leaf() 53 store32( &P->node_offset, offset ); in blake2sp_init_leaf() 69 store32( &P->leaf_length, 0 ); in blake2sp_init_root() 70 store32( &P->node_offset, 0 ); in blake2sp_init_root()
|
| HD | archive_blake2_impl.h | 92 static BLAKE2_INLINE void store32( void *dst, uint32_t w ) in store32() function
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| HD | WebAssemblyInstrMemory.td | 270 defm STORE32_I64 : WebAssemblyStore<I64, "i64.store32", 0x3e>;
|
| HD | WebAssemblyInstrAtomics.td | 322 defm ATOMIC_STORE32_I64 : AtomicStore<I64, "i64.atomic.store32", 0x1d>;
|