Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dsha256.c68 #define LOAD32H(x, y) \ macro
98 LOAD32H(W[i], buf + (4*i)); in sha256_compress()
/external/python/cpython3/Modules/
Dsha1module.c90 #define LOAD32H(x, y) \ macro
116 LOAD32H(W[i], buf + (4*i)); in sha1_compress()