Home
last modified time | relevance | path

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

/system/keymaster/
Docb.c156 #define swap_if_le(b) \ macro
159 static inline block swap_if_le(block b) { in swap_if_le() function
175 return swap_if_le(_mm_shuffle_epi32(lo, _MM_SHUFFLE(1, 0, 3, 2))); in gen_offset()
192 #define swap_if_le(b) (b) macro
249 #define swap_if_le(b) (b) /* Using endian-neutral int8x16_t */ macro
286 static inline block swap_if_le(block b) { in swap_if_le() function
310 return swap_if_le(rval); in gen_offset()
650 block rval = swap_if_le(ctx->L[L_TABLE_SZ - 1]); in getL()
654 return swap_if_le(rval); /* To memory correct */ in getL()
726 tmp_blk = swap_if_le(ctx->Lstar); in ae_init()
[all …]