HomeSort by relevance Sort by last modified time
    Searched refs:out_g (Results 1 - 5 of 5) sorted by null

  /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...]
  /external/pixman/pixman/
pixman-arm-neon-asm.h 1148 .macro convert_0565_to_8888 in, out_a, out_r, out_g, out_b variable
1154 vsri.u8 out_g, out_g, #6 variable
1158 .macro convert_0565_to_x888 in, out_r, out_g, out_b variable
1163 vsri.u8 out_g, out_g, #6 variable
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpx_opj.cpp 104 int *out_r, int *out_g, int *out_b)
120 } *out_g = g;

Completed in 208 milliseconds