HomeSort by relevance Sort by last modified time
    Searched defs:qy (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/quic/crypto/
channel_id_test.cc 27 const char* qy; member in struct:net::test::__anon14053::TestVector
195 string qy; local
204 ASSERT_TRUE(DecodeHexString(test_vector[i].qy, &qy));
208 string key = qx + qy;
213 EXPECT_EQ(32u, qy.size());
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aatriangle.c 56 const GLfloat qy = v2[1] - v0[1]; local
60 const GLfloat a = py * qz - pz * qy;
62 const GLfloat c = px * qy - py * qx;
  /external/mesa3d/src/mesa/swrast/
s_aatriangle.c 56 const GLfloat qy = v2[1] - v0[1]; local
60 const GLfloat a = py * qz - pz * qy;
62 const GLfloat c = px * qy - py * qx;

Completed in 259 milliseconds