Searched refs:Gamma1 (Results 1 – 11 of 11) sorted by relevance
/third_party/giflib/ |
D | gifclrmp.c | 301 double Gamma1 = 1.0 / Gamma; in ModifyColorMap() local 304 ((int) (255 * pow(ColorMap->Colors[i].Red / 255.0, Gamma1))); in ModifyColorMap() 306 ((int) (255 * pow(ColorMap->Colors[i].Green / 255.0, Gamma1))); in ModifyColorMap() 308 ((int) (255 * pow(ColorMap->Colors[i].Blue / 255.0, Gamma1))); in ModifyColorMap()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | sha256-internal.c | 78 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10)) macro 101 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha256_compress()
|
D | sha512-internal.c | 99 #define Gamma1(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6)) macro 131 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha512_compress()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | sha256-internal.c | 78 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10)) macro 101 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha256_compress()
|
D | sha512-internal.c | 99 #define Gamma1(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6)) macro 131 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha512_compress()
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | sha256.c | 44 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10)) macro 103 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in sha256_compress()
|
D | sha512.c | 71 #define Gamma1(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6)) macro 132 W[i] = Gamma1(W[i - 2]) + W[i - 7] + in sha512_compress()
|
/third_party/curl/lib/ |
D | sha256.c | 294 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10)) macro 312 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + in sha256_compress()
|
/third_party/f2fs-tools/tools/ |
D | sha512.c | 91 #define Gamma1(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6)) macro 152 W[i] = Gamma1(W[i - 2]) + W[i - 7] + in sha512_compress()
|
/third_party/python/Modules/ |
D | sha256module.c | 113 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10)) macro 128 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in sha_transform()
|
D | sha512module.c | 114 #define Gamma1(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6)) macro 129 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in sha512_transform()
|