Searched defs:bot (Results 1 - 2 of 2) sorted by relevance

/system/keymaster/
H A Docb.c166 static inline block gen_offset(uint64_t KtopStr[3], unsigned bot) { argument
169 __m128i lshift = _mm_cvtsi32_si128(bot);
170 __m128i rshift = _mm_cvtsi32_si128(64 - bot);
194 block gen_offset(uint64_t KtopStr[3], unsigned bot) { argument
199 rval.u64[0] = (KtopStr[0] << bot) | (KtopStr[1] >> (64 - bot));
200 rval.u64[1] = (KtopStr[1] << bot) | (KtopStr[2] >> (64 - bot));
205 block gen_offset(uint64_t KtopStr[3], unsigned bot) { argument
210 if (bot < 3
251 gen_offset(uint64_t KtopStr[3], unsigned bot) argument
302 gen_offset(uint64_t KtopStr[3], unsigned bot) argument
[all...]
/system/core/libpixelflinger/
H A Dtrap.cpp644 ALOGI( " top=%d (%.3f) bot=%d (%.3f) x=%d (%.3f) ix=%d (%.3f)",
673 const GGLfixed* bot = p2; local
676 if (top[1] > bot[1]) {
677 swap(top, bot);
681 int y2 = bot[1] | 1;
697 const int dx = bot[0] - x1;
863 const GGLfixed* bot = p2; local
866 if (top[1] > bot[1])
867 swap(top, bot);
870 int y2 = bot[
[all...]

Completed in 43 milliseconds