Home
last modified time | relevance | path

Searched defs:W (Results 1 – 5 of 5) sorted by relevance

/PHP-7.3/ext/hash/
H A Dhash_sha.c172 #define W(i) ( tmp=x[(i-3)&15]^x[(i-8)&15]^x[(i-14)&15]^x[i&15], \ macro
482 uint32_t x[16], T1, T2, W[64]; in SHA256Transform() local
792 uint64_t x[16], T1, T2, W[80]; in SHA512Transform() local
/PHP-7.3/ext/standard/
H A Dsha1.c129 #define W(i) ( tmp=x[(i-3)&15]^x[(i-8)&15]^x[(i-14)&15]^x[i&15], \ macro
H A Dcrypt_sha256.c126 uint32_t W[64]; in sha256_process_block() local
H A Dcrypt_sha512.c150 uint64_t W[80]; in sha512_process_block() local
/PHP-7.3/ext/gd/libgd/
H A Dgd.c369 float H, W, B; member

Completed in 23 milliseconds