Home
last modified time | relevance | path

Searched defs:CLZ (Results 1 – 5 of 5) sorted by relevance

/device/qemu/riscv32_virt/liteos_m/board/
Dtarget_config.h105 #define CLZ(n) QemuCLZ(n) macro
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/
Dbcmutils.h1043 #define CLZ(x) __builtin_clzl(x) macro
1045 #define CLZ(x) __clz(x) macro
1047 #define CLZ(x) bcm_count_leading_zeros(x) macro
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dbcmutils.h1005 #define CLZ(x) __builtin_clzl(x) macro
1007 #define CLZ(x) __clz(x) macro
1009 #define CLZ(x) bcm_count_leading_zeros(x) macro
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/
Dbcmutils.h981 #define CLZ(x) __builtin_clzl(x) macro
983 #define CLZ(x) __clz(x) macro
985 #define CLZ(x) bcm_count_leading_zeros(x) macro
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/
Dbcmutils.h1200 #define CLZ(x) __builtin_clzl(x) macro
1202 #define CLZ(x) __clz(x) macro
1204 #define CLZ(x) bcm_count_leading_zeros(x) macro