/external/chromium_org/third_party/boringssl/src/crypto/dsa/ |
dsa_test.c | 71 /* seed, out_p, out_q, out_g are taken from the updated Appendix 5 to 89 static unsigned char out_g[] = { variable 156 j = sizeof(out_g); 157 if (i != j || memcmp(buf, out_g, i) != 0) {
|
/external/openssl/crypto/dsa/ |
dsatest.c | 96 /* seed, out_p, out_q, out_g are taken from the updated Appendix 5 to 120 static unsigned char out_g[]={ variable 201 j=sizeof(out_g); 202 if ((i != j) || (memcmp(buf,out_g,i) != 0))
|
/external/chromium_org/third_party/qcms/src/ |
chain.c | 377 float out_r, out_g, out_b; local 384 out_g = lut_interp_linear_float(in_g, transform->input_clut_table_g, 256); 388 *dest++ = clamp_float(out_g); 396 float out_r, out_g, out_b; local 404 out_g = lut_interp_linear(in_g, 410 *dest++ = clamp_float(out_g); 438 float out_g = mat.m[0][1]*in_r + mat.m[1][1]*in_g + mat.m[2][1]*in_b + transform->ty; local 442 *dest++ = clamp_float(out_g); 470 float out_g = mat.m[0][1]*in_r + mat.m[1][1]*in_g + mat.m[2][1]*in_b; local 474 *dest++ = clamp_float(out_g); [all...] |