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

/system/keymaster/
H A Docb.c89 /* Compiler-specific intrinsics and fixes: bswap64, ntz */
98 static inline unsigned ntz(unsigned x) { function
106 #define ntz(x) __builtin_ctz((unsigned)(x)) /* Assuming GCC 3.4+ */ macro
124 static inline unsigned ntz(unsigned x) { function
134 static inline unsigned ntz(unsigned x) { function
806 tz = ntz(ad_block_num);
870 ad_offset = xor_block(ad_offset, getL(ctx, ntz(k + 2)));
963 oa[3] = xor_block(oa[2], getL(ctx, ntz(block_num)));
979 oa[7] = xor_block(oa[6], getL(ctx, ntz(block_num)));
1179 oa[3] = xor_block(oa[2], getL(ctx, ntz(block_nu
[all...]

Completed in 69 milliseconds