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

  /external/boringssl/src/crypto/dh/
dh.c 142 const BIGNUM **out_g) {
149 if (out_g != NULL) {
150 *out_g = dh->g;
  /external/boringssl/src/include/openssl/
dh.h 100 // DH_get0_pqg sets |*out_p|, |*out_q|, and |*out_g|, if non-NULL, to |dh|'s p,
103 const BIGNUM **out_q, const BIGNUM **out_g);
dsa.h 99 // DSA_get0_pqg sets |*out_p|, |*out_q|, and |*out_g|, if non-NULL, to |dsa|'s
102 const BIGNUM **out_q, const BIGNUM **out_g);
  /bootable/recovery/minui/
graphics.cpp 75 uint32_t out_g = (pix_g * (255 - alpha) + cur_g * alpha) / 255; local
78 return (out_r & 0xff) | (out_g & 0xff00) | (out_b & 0xff0000) | (gr_current & 0xff000000);
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_intrapred_intrin_ssse3.c 790 const __m128i out_g = _mm_unpacklo_epi16(avg2_3, avg3_3); local
    [all...]
  /external/boringssl/src/crypto/dsa/
dsa.c 145 const BIGNUM **out_g) {
152 if (out_g != NULL) {
153 *out_g = dsa->g;
  /external/pdfium/core/fxcodec/codec/
fx_codec_jpx_opj.cpp 50 int* out_g,
55 *out_g = pdfium::clamp(y - static_cast<int>(0.344 * cb + 0.714 * cr), 0, upb);
  /external/libyuv/files/source/
row_msa.cc 73 #define YUVTORGB(in_y, in_uv, ubvr, ugvg, bb, bg, br, yg, out_b, out_g, out_r) \
119 out_g = __msa_pckev_h((v8i16)reg4_m, (v8i16)reg7_m); \
    [all...]

Completed in 116 milliseconds