Searched defs:c4 (Results 1 - 3 of 3) sorted by relevance

/frameworks/minikin/include/minikin/
H A DMinikinFont.h130 static uint32_t MakeTag(char c1, char c2, char c3, char c4) { argument
132 ((uint32_t)c3 << 8) | (uint32_t)c4;
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_x86.cpp83 __m128i c0, c2, c4, c6, c8; local
93 c4 = _mm_shuffle_epi32(x, 0x00);
119 o0 = _mm_add_epi32(o0, _mm_madd_epi16(_mm_unpacklo_epi16(p5, p6), c4));
120 o1 = _mm_add_epi32(o1, _mm_madd_epi16(_mm_unpacklo_epi16(p6, p7), c4));
414 __m128i c0, c1, c2, c3, c4; local
423 c4 = _mm_set1_epi32(param[4]); /* -208 */
447 G = _mm_add_epi32(G, mullo_epi32(V, c4));
476 __m128i c0, c1, c2, c3, c4; local
485 c4 = _mm_set1_epi32(param[4]); /* -208 */
509 G = _mm_add_epi32(G, mullo_epi32(V, c4));
538 __m128i c0, c1, c2, c3, c4; local
601 __m128i c0, c2, c4, c6, c8, c10, c12; local
[all...]
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp1205 void rsDebug(const char *s, const char4 *c4) { argument
1206 char4 c = *c4;
1224 void rsDebug(const char *s, const uchar4 *c4) { argument
1225 uchar4 c = *c4;
1243 void rsDebug(const char *s, const short4 *c4) { argument
1244 short4 c = *c4;
1262 void rsDebug(const char *s, const ushort4 *c4) { argument
1263 ushort4 c = *c4;

Completed in 401 milliseconds