Home
last modified time | relevance | path

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

/PHP-5.5/ext/hash/
H A Dhash_sha.c176 #define W(i) ( tmp=x[(i-3)&15]^x[(i-8)&15]^x[(i-14)&15]^x[i&15], \ macro
484 php_hash_uint32 x[16], T1, T2, W[64]; in SHA256Transform() local
794 php_hash_uint64 x[16], T1, T2, W[80]; in SHA512Transform() local
/PHP-5.5/ext/standard/
H A Dsha1.c135 #define W(i) ( tmp=x[(i-3)&15]^x[(i-8)&15]^x[(i-14)&15]^x[i&15], \ macro
H A Dcrypt_sha512.c161 uint64_t W[80]; in sha512_process_block() local
H A Dcrypt_sha256.c137 uint32_t W[64]; in sha256_process_block() local
/PHP-5.5/ext/gd/libgd/
H A Dgd.c333 float H, W, B; member

Completed in 35 milliseconds