Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/libcr51sign/src/
H A Dlibcr51sign.c35 #define POWER_OF_TWO(x) ((x) && !((x) & ((x) - 1))) macro
804 limit < sizeof(magic) || !POWER_OF_TWO(alignment)) in scan_for_magic_8()