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

  /external/pixman/test/
rotate-test.c 26 #define TRANSFORM(v00, v01, v10, v11) \
27 { { { v00, v01, WIDTH * pixman_fixed_1 / 2 }, \
  /external/openssh/regress/
cert-hostkey.sh 37 # v00 ecdsa certs do not exist
41 ${SSHKEYGEN} -t v00 -h -q -s $OBJ/host_ca_key \
147 *_v00) args="-t v00" ;;
188 for v in v01 v00 ; do
190 # v00 ecdsa certs do not exist.
227 for v in v01 v00 ; do
229 # v00 ecdsa certs do not exist.
cert-userkey.sh 29 # v00 ecdsa certs do not exist
33 ${SSHKEYGEN} -q -t v00 -s $OBJ/user_ca_key -I \
242 *_v00) keyv="-t v00" ;;
320 *_v00) args="-t v00" ;;
  /external/openssh/
ssh-keygen.c 1510 int v00 = 0; \/* legacy keys *\/ local
1807 u_int i, v00; local
    [all...]
key.c 904 return "RSA-CERT-V00";
906 return "DSA-CERT-V00";
941 return "ssh-rsa-cert-v00@openssh.com";
943 return "ssh-dss-cert-v00@openssh.com";
1265 } else if (strcmp(name, "ssh-rsa-cert-v00@openssh.com") == 0) {
1267 } else if (strcmp(name, "ssh-dss-cert-v00@openssh.com") == 0) {
1334 int v00 = key->type == KEY_DSA_CERT_V00 || local
1342 elen = 0; /* Not touched for v00 certs */
1344 if ((!v00 && buffer_get_int64_ret(&key->cert->serial, b) != 0) ||
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_arit.h 103 LLVMValueRef v00,
lp_bld_arit.c 989 LLVMValueRef v00,
994 LLVMValueRef v0 = lp_build_lerp(bld, x, v00, v01);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.h 103 LLVMValueRef v00,
lp_bld_arit.c 989 LLVMValueRef v00,
994 LLVMValueRef v0 = lp_build_lerp(bld, x, v00, v01);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blit.c 360 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11)
362 const GLfloat temp0 = LERP(a, v00, v10);
s_triangle.c 257 ilerp_2d(GLint ia, GLint ib, GLint v00, GLint v10, GLint v01, GLint v11)
259 const GLint temp0 = ilerp(ia, v00, v10);
    [all...]
s_texfilter.c 56 * v00, v10, v01 and v11 are typically four texture samples in a square/box.
64 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11)
66 const GLfloat temp0 = LERP(a, v00, v10);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_blit.c 360 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11)
362 const GLfloat temp0 = LERP(a, v00, v10);
s_triangle.c 257 ilerp_2d(GLint ia, GLint ib, GLint v00, GLint v10, GLint v01, GLint v11)
259 const GLint temp0 = ilerp(ia, v00, v10);
    [all...]
s_texfilter.c 56 * v00, v10, v01 and v11 are typically four texture samples in a square/box.
64 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11)
66 const GLfloat temp0 = LERP(a, v00, v10);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 78 * v00, v10, v01 and v11 are typically four texture samples in a square/box.
86 float v00, float v10, float v01, float v11)
88 const float temp0 = lerp(a, v00, v10);
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 78 * v00, v10, v01 and v11 are typically four texture samples in a square/box.
86 float v00, float v10, float v01, float v11)
88 const float temp0 = lerp(a, v00, v10);
    [all...]

Completed in 390 milliseconds