Home
last modified time | relevance | path

Searched defs:SetMask (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/src/core/mac/
H A Dchannel_mask.hpp122 void SetMask(uint32_t aMask) { mMask = aMask; } in SetMask() function in ot::Mac::ChannelMask
/aosp_15_r20/external/cronet/net/disk_cache/
H A Ddisk_cache_test_base.h100 void SetMask(uint32_t mask) { mask_ = mask; } in SetMask() function
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dmeshcop_tlvs.hpp738 void SetMask(uint32_t aMask) { mMask = BigEndian::HostSwap32(Reverse32(aMask)); } in SetMask() function in ot::MeshCoP::ChannelMaskTlv::Entry
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp4412 const unsigned SetMask = WidthMask << Offset; in EmitInstrWithCustomInserter() local