Searched defs:GetMask (Results 1 – 12 of 12) sorted by relevance
31 bool LibcRand::GetMask(float prob, int num_bits, Bits* mask_out) const { in GetMask() function in rappor::LibcRand
23 bool UnixKernelRand::GetMask(float prob, int num_bits, Bits* mask_out) const { in GetMask() function in rappor::UnixKernelRand
25 RetainPtr<CFX_DIBitmap> GetMask() const { return m_Mask; } in GetMask() function
40 const RetainPtr<CFX_DIBBase>& GetMask() const { return m_pMask; } in GetMask() function
36 float4 GetMask(int num_channels) { in GetMask() function
114 uint32_t GetMask(void) const { return mMask; } in GetMask() function in ot::Mac::ChannelMask
124 bssl::UniquePtr<EC_POINT> GetMask(const EC_GROUP* p224, in GetMask() function
26 uintptr_t GetMask() { in GetMask() function
234 uint64_t GetMask(void) const { return (static_cast<uint64_t>(1ULL) << mLength) - 1; } in GetMask() function in ot::MeshCoP::JoinerDiscerner
706 uint32_t GetMask(void) const { return Reverse32(BigEndian::HostSwap32(mMask)); } in GetMask() function in ot::MeshCoP::ChannelMaskTlv::Entry
550 static constexpr Type GetMask(const size_t drawBuffers) in GetMask() function
20975 auto GetMask = [&](SDValue V, APInt Mask) { in LowerVectorCTPOPBitmath() local