Searched defs:store32 (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/digests/ |
D | blake2_impl.h | 58 static ossl_inline void store32(uint8_t *dst, uint32_t w) in store32() function
|
/third_party/openssl/providers/implementations/digests/ |
D | blake2_impl.h | 58 static ossl_inline void store32(uint8_t *dst, uint32_t w) in store32() function
|
/third_party/python/Modules/_blake2/impl/ |
D | blake2-impl.h | 65 static inline void store32( void *dst, uint32_t w ) in store32() function
|
/third_party/skia/src/core/ |
D | SkVM.h | 1194 SI void store32 (Ptr ptr, I32 val) { val->store32 (ptr, val); } in store32() function
|
D | SkVM.cpp | 706 void Builder::store32(Ptr ptr, I32 val) { (void)push(Op::store32, val.id,NA,NA,NA, ptr.ix); } in store32() function in skvm::Builder
|