Home
last modified time | relevance | path

Searched defs:POPCOUNT (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/toolchain/iar/
Diccarm.h209 #define POPCOUNT(x) __builtin_popcount(x) macro
/Zephyr-latest/include/zephyr/toolchain/
Dgcc.h282 #define POPCOUNT(x) __builtin_popcount(x) macro