Searched defs:ecb_ld32 (Results 1 – 1 of 1) sorted by relevance
921 #define ecb_ld32(x) (__builtin_clz (x) ^ 31) macro986 ecb_function_ ecb_const int ecb_ld32 (uint32_t x) in ecb_ld32() function