Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/host-apf/include/sys/fio/
Dxf-types.h87 #define xf_is_power_of_two(v) (((v) & ((v) - 1)) == 0) macro
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-debug.h60 #define xf_is_power_of_two(v) (((v) & ((v) - 1)) == 0) macro