Home
last modified time | relevance | path

Searched refs:bot (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/key_blob_utils/
Docb.c166 static inline block gen_offset(uint64_t KtopStr[3], unsigned bot) { in gen_offset() argument
169 __m128i lshift = _mm_cvtsi32_si128(bot); in gen_offset()
170 __m128i rshift = _mm_cvtsi32_si128(64 - bot); in gen_offset()
194 block gen_offset(uint64_t KtopStr[3], unsigned bot) { in gen_offset() argument
199 rval.u64[0] = (KtopStr[0] << bot) | (KtopStr[1] >> (64 - bot)); in gen_offset()
200 rval.u64[1] = (KtopStr[1] << bot) | (KtopStr[2] >> (64 - bot)); in gen_offset()
205 block gen_offset(uint64_t KtopStr[3], unsigned bot) { in gen_offset() argument
210 if (bot < 32) { in gen_offset()
216 bot = bot - 32; in gen_offset()
218 if (bot == 0) in gen_offset()
[all …]
/system/core/libpixelflinger/
Dtrap.cpp671 const GGLfixed* bot = p2; in edge_setup() local
674 if (top[1] > bot[1]) { in edge_setup()
675 swap(top, bot); in edge_setup()
679 int y2 = bot[1] | 1; in edge_setup()
695 const int dx = bot[0] - x1; in edge_setup()
861 const GGLfixed* bot = p2; in aa_edge_setup() local
864 if (top[1] > bot[1]) in aa_edge_setup()
865 swap(top, bot); in aa_edge_setup()
868 int y2 = bot[1]; in aa_edge_setup()
881 const int dx = bot[0] - x1; in aa_edge_setup()