Home
last modified time | relevance | path

Searched refs:v00 (Results 1 – 17 of 17) sorted by relevance

/external/openssh/
Dssh-keygen.c1595 int v00 = 0; /* legacy keys */ in do_ca_sign() local
1601 v00 = 1; in do_ca_sign()
1605 v00 = 1; in do_ca_sign()
1651 if ((r = sshkey_to_certified(public, v00)) != 0) in do_ca_sign()
1661 if (v00) { in do_ca_sign()
1854 show_options(struct sshbuf *optbuf, int v00, int in_critical) in show_options() argument
1869 if ((v00 || !in_critical) && in show_options()
1876 else if ((v00 || in_critical) && in show_options()
1903 u_int i, v00; in do_show_cert() local
1915 v00 = key->type == KEY_RSA_CERT_V00 || key->type == KEY_DSA_CERT_V00; in do_show_cert()
[all …]
DPROTOCOL.agent179 string "ssh-dss-cert-v00@openssh.com"
227 string "ssh-rsa-cert-v00@openssh.com"
DPROTOCOL36 1.3. transport: New public key algorithms "ssh-rsa-cert-v00@openssh.com",
37 "ssh-dsa-cert-v00@openssh.com",
Dsshkey.c1852 int v00 = sshkey_cert_is_legacy(key); in cert_parse() local
1858 if ((!v00 && (ret = sshbuf_get_u64(b, &key->cert->serial)) != 0) || in cert_parse()
1865 (!v00 && (ret = sshbuf_froms(b, &exts)) != 0) || in cert_parse()
1866 (v00 && (ret = sshbuf_get_string_direct(b, NULL, NULL)) != 0) || in cert_parse()
Dssh_config.0451 ssh-rsa-cert-v00@openssh.com,ssh-dss-cert-v00@openssh.com,
/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.cpp345 int v00 = quadNdx*4 + 0; in computeIndices() local
353 indices[quadNdx*6 + 1] = (deUint16)v00; in computeIndices()
383 Vec4 v00 = fetchVtxColor(inPtr, quadNdx*4 + 0); in renderQuadGridReference() local
397 const Vec4& t0 = tri ? v00 : v11; in renderQuadGridReference()
/external/deqp/modules/glshared/
DglsBufferTestUtil.cpp506 int v00 = quadNdx*4 + 0; in computeIndices() local
514 indices[quadNdx*6 + 1] = (deUint16)v00; in computeIndices()
544 Vec4 v00 = fetchVtxColor(inPtr, quadNdx*4 + 0); in renderQuadGridReference() local
558 const Vec4& t0 = tri ? v00 : v11; in renderQuadGridReference()
DglsShaderRenderCase.cpp239 int v00 = (y * stride) + x; in QuadGrid() local
246 m_indices[baseNdx + 1] = v00; in QuadGrid()
702 int v00 = (y * stride) + x; in computeVertexReference() local
706 Vec4 c00 = colors[v00]; in computeVertexReference()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.h103 LLVMValueRef v00,
Dlp_bld_arit.c989 LLVMValueRef v00, in lp_build_lerp_2d() argument
994 LLVMValueRef v0 = lp_build_lerp(bld, x, v00, v01); in lp_build_lerp_2d()
/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp153 const float v00 = values[0]; in bilinearInterpolate() local
157 const float res = v00*(1.0f-x)*(1.0f-y) + v10*x*(1.0f-y) + v01*(1.0f-x)*y + v11*x*y; in bilinearInterpolate()
483 const float v00 = bilinearInterpolate(refVal0, xBounds0.x(), yBounds0.x()); in isTrilinearPCFCompareValid() local
487 const float minV0 = de::min(v00, de::min(v01, de::min(v02, v03))); in isTrilinearPCFCompareValid()
488 const float maxV0 = de::max(v00, de::max(v01, de::max(v02, v03))); in isTrilinearPCFCompareValid()
/external/mesa3d/src/mesa/swrast/
Ds_blit.c360 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11) in lerp_2d() argument
362 const GLfloat temp0 = LERP(a, v00, v10); in lerp_2d()
Ds_triangle.c257 ilerp_2d(GLint ia, GLint ib, GLint v00, GLint v10, GLint v01, GLint v11) in ilerp_2d() argument
259 const GLint temp0 = ilerp(ia, v00, v10); in ilerp_2d()
Ds_texfilter.c64 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11) in lerp_2d() argument
66 const GLfloat temp0 = LERP(a, v00, v10); in lerp_2d()
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp411 …const Vec4 v00 = readVec4(vertices + ((cellY+0)*gridWidth + cellX+0)*numComponents, numComponent… in renderFloatReference() local
416 const Vec4& v0 = tri ? v11 : v00; in renderFloatReference()
/external/llvm/test/Transforms/InstCombine/
Dvec_demanded_elts.ll45 %v00 = insertelement <4 x float> undef, float %f, i32 0
46 %v01 = insertelement <4 x float> %v00, float 0.000000e+00, i32 1
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c86 float v00, float v10, float v01, float v11) in lerp_2d() argument
88 const float temp0 = lerp(a, v00, v10); in lerp_2d()