Home
last modified time | relevance | path

Searched defs:BIT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_record.cpp37 constexpr Json::UInt64 BIT = 2; variable
/ohos5.0/drivers/hdf_core/framework/include/wifi/
H A Dwifi_mac80211_ops.h197 #define UINT32_BIT(BIT) (((uint32_t)1) << (BIT)) argument
/ohos5.0/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c103 static inline uint32_t BIT(uint8_t x) in BIT() function