Searched refs:v2 (Results 1 - 8 of 8) sorted by relevance

/system/core/libmemtrack/
H A Dmemtrack_test.c108 size_t v2; local
124 v2 = DIV_ROUND_UP(memtrack_proc_graphics_pss(p), 1024);
130 if (v1 | v2 | v3 | v4 | v5 | v6) {
132 v1, v2, v3, v4, v5, v6, cmdline);
/system/extras/perfprofd/quipper/base/
H A Dlogging.h251 std::string* MakeCheckOpString(const t1& v1, const t2& v2, const char* names) { argument
253 ss << names << " (" << v1 << " vs. " << v2 << ")"; local
284 inline std::string* Check##name##Impl(const t1& v1, const t2& v2, \
286 if (v1 op v2) return NULL; \
287 else return MakeCheckOpString(v1, v2, names); \
289 inline std::string* Check##name##Impl(int v1, int v2, const char* names) { \
290 if (v1 op v2) return NULL; \
291 else return MakeCheckOpString(v1, v2, names); \
/system/core/libpixelflinger/
H A Dtrap.cpp99 const GGLcoord* v2 )
107 v2[0]*tri, v2[1]*tri, v2[0], v2[1] );
465 const GGLcoord* v0, const GGLcoord* v1, const GGLcoord* v2)
469 aa_trianglex(con,v0,v1,v2);
471 trianglex_big(con,v0,v1,v2);
476 linex(con, v1, v2, TRI_ONE);
477 linex(con, v2, v
464 trianglex_debug(void* con, const GGLcoord* v0, const GGLcoord* v1, const GGLcoord* v2) argument
481 trianglex_xor(void* con, const GGLcoord* v0, const GGLcoord* v1, const GGLcoord* v2) argument
494 trianglex_validate(void *con, const GGLcoord* v0, const GGLcoord* v1, const GGLcoord* v2) argument
509 trianglex_small(void* con, const GGLcoord* v0, const GGLcoord* v1, const GGLcoord* v2) argument
762 trianglex_big(void* con, const GGLcoord* v0, const GGLcoord* v1, const GGLcoord* v2) argument
[all...]
/system/libvintf/test/
H A Dmain.cpp214 VersionRange v2; local
215 EXPECT_TRUE(parse("1.2-3", &v2));
216 EXPECT_EQ(v, v2);
424 Version v2; local
425 EXPECT_TRUE(gVersionConverter(&v2, xml));
426 EXPECT_EQ(v, v2);
/system/libhidl/
H A Dtest_main.cpp188 vector<int32_t> v2 = hv1; // cast local
189 EXPECT_ARRAYEQ(v2, v, 3);
/system/core/libpixelflinger/include/pixelflinger/
H A Dpixelflinger.h211 GGLcoord const* v0, GGLcoord const* v1, GGLcoord const* v2);
/system/keymaster/
H A Docb.c428 #define EXPAND_ASSIST(v1, v2, v3, v4, shuff_const, aes_const) \
429 v2 = _mm_aeskeygenassist_si128(v4, aes_const); \
434 v2 = _mm_shuffle_epi32(v2, shuff_const); \
435 v1 = _mm_xor_si128(v1, v2)
/system/bt/stack/smp/
H A Daes.cc259 uint_8t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; local
269 v2 ^= (v1 * n2); /* shift accumulated value and */
279 v1 ^= v2 * n1;
283 return v2;

Completed in 208 milliseconds