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

/system/core/libmemtrack/
H A Dmemtrack_test.c114 size_t v2; local
130 v2 = DIV_ROUND_UP(memtrack_proc_graphics_pss(p), 1024);
136 if (v1 | v2 | v3 | v4 | v5 | v6) {
138 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/libnativebridge/tests/
H A DAndroid.nativebridge-dummy.mk37 # v2.
/system/core/libpixelflinger/
H A Dtrap.cpp97 const GGLcoord* v2 )
105 v2[0]*tri, v2[1]*tri, v2[0], v2[1] );
463 const GGLcoord* v0, const GGLcoord* v1, const GGLcoord* v2)
467 aa_trianglex(con,v0,v1,v2);
469 trianglex_big(con,v0,v1,v2);
474 linex(con, v1, v2, TRI_ONE);
475 linex(con, v2, v
462 trianglex_debug(void* con, const GGLcoord* v0, const GGLcoord* v1, const GGLcoord* v2) argument
479 trianglex_xor(void* con, const GGLcoord* v0, const GGLcoord* v1, const GGLcoord* v2) argument
492 trianglex_validate(void *con, const GGLcoord* v0, const GGLcoord* v1, const GGLcoord* v2) argument
507 trianglex_small(void* con, const GGLcoord* v0, const GGLcoord* v1, const GGLcoord* v2) argument
760 trianglex_big(void* con, const GGLcoord* v0, const GGLcoord* v1, const GGLcoord* v2) argument
[all...]
/system/core/liblog/
H A Devent_tag_map.c391 static int compareEventTags(const void* v1, const void* v2) argument
394 const EventTag* tag2 = (const EventTag*) v2;
/system/core/libpixelflinger/include/pixelflinger/
H A Dpixelflinger.h211 GGLcoord const* v0, GGLcoord const* v1, GGLcoord const* v2);
/system/keymaster/
H A Docb.c427 #define EXPAND_ASSIST(v1, v2, v3, v4, shuff_const, aes_const) \
428 v2 = _mm_aeskeygenassist_si128(v4, aes_const); \
433 v2 = _mm_shuffle_epi32(v2, shuff_const); \
434 v1 = _mm_xor_si128(v1, v2)
/system/bt/stack/smp/
H A Daes.c235 { uint_8t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; local
247 v2 ^= (v1 * n2); /* shift accumulated value and */
258 v1 ^= v2 * n1;
262 return v2;

Completed in 420 milliseconds