Home
last modified time | relevance | path

Searched refs:LOAD_OP (Results 1 – 2 of 2) sorted by relevance

/external/fio/crc/
Dsha512.c95 static inline void LOAD_OP(int I, uint64_t *W, const uint8_t *input) in LOAD_OP() function
113 LOAD_OP(i, W, input); in sha512_transform()
Dsha256.c57 static inline void LOAD_OP(int I, uint32_t *W, const uint8_t *input) in LOAD_OP() function
75 LOAD_OP(i, W, input); in sha256_transform()