Searched refs:v1 (Results 1 - 7 of 7) sorted by relevance

/system/core/libcutils/tests/memset_mips/
H A Dmemset_cmips.S73 subu v1,zero,a0
87 .Lset0: andi v1,v1,0x3 # word-unaligned address?
88 beq v1,zero,.Laligned # v1 is the unalignment count
89 subu a2,a2,v1
91 addu a0,a0,v1
109 sltiu v1,a2,160
110 bgtz v1,.Lloop16w_nopref30 # skip "pref 30,0(a0)"
/system/core/libmemtrack/
H A Dmemtrack_test.c113 size_t v1; local
129 v1 = DIV_ROUND_UP(memtrack_proc_graphics_total(p), 1024);
136 if (v1 | v2 | v3 | v4 | v5 | v6) {
138 v1, v2, v3, v4, v5, v6, cmdline);
/system/core/libpixelflinger/arch-mips/
H A Dt32cb16blend.S80 DBG sgtu $at,$t8,$v1
81 DBG movn $v1,$t8,$at
167 DBG sgtu $at,$t8,$v1
168 DBG movn $v1,$t8,$at
180 DBG li $v1,0
261 DBG mul $v1,$a0
/system/core/libpixelflinger/
H A Dtrap.cpp42 static void linex_validate(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord w);
43 static void linex(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord w);
44 static void aa_linex(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord w);
96 const GGLcoord* v1,
104 v1[0]*tri, v1[1]*tri, v1[0], v1[1],
336 void linex_validate(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord w) argument
345 c->procs.linex(con, v0, v1,
95 triangle_dump_points( const GGLcoord* v0, const GGLcoord* v1, const GGLcoord* v2 ) argument
348 linex(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord width) argument
376 aa_linex(void *con, const GGLcoord* v0, const GGLcoord* v1, GGLcoord width) argument
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...]
H A Dscanline.cpp738 int v1 = v0 + 1; local
752 if (v1<0) v1 += h;
754 if (v1>=h) v1 -= h;
757 if (v1<0) v1 = 0;
759 if (v1>=h) v1 = h-1;
764 tx.surface.read(&tx.surface, c, u0, v1,
1950 const int32_t v1 = gglMulx(v, q1, iwscale); local
[all...]
/system/core/liblog/
H A Devent_tag_map.c393 static int compareEventTags(const void* v1, const void* v2) argument
395 const EventTag* tag1 = (const EventTag*) v1;
/system/core/include/pixelflinger/
H A Dpixelflinger.h208 const GGLcoord* v0, const GGLcoord* v1, GGLcoord width);
211 GGLcoord const* v0, GGLcoord const* v1, GGLcoord const* v2);

Completed in 102 milliseconds