Home
last modified time | relevance | path

Searched defs:GetMask (Results 1 – 16 of 16) sorted by relevance

/external/rappor/client/cpp/
Dlibc_rand_impl.cc31 bool LibcRand::GetMask(float prob, int num_bits, Bits* mask_out) const { in GetMask() function in rappor::LibcRand
Dunix_kernel_rand_impl.cc23 bool UnixKernelRand::GetMask(float prob, int num_bits, Bits* mask_out) const { in GetMask() function in rappor::UnixKernelRand
/external/pdfium/core/fxge/agg/
Dcfx_agg_cliprgn.h25 RetainPtr<CFX_DIBitmap> GetMask() const { return m_Mask; } in GetMask() function
/external/pdfium/core/fpdfapi/page/
Dcpdf_imageloader.h40 const RetainPtr<CFX_DIBBase>& GetMask() const { return m_pMask; } in GetMask() function
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dsoftmax.cc36 float4 GetMask(int num_channels) { in GetMask() function
/external/openthread/src/core/mac/
Dchannel_mask.hpp106 uint32_t GetMask(void) const { return mMask; } in GetMask() function in ot::Mac::ChannelMask
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/
Daddress_space_randomization_unittest.cc25 uintptr_t GetMask() { in GetMask() function
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/
Daddress_space_randomization_unittest.cc25 uintptr_t GetMask() { in GetMask() function
/external/openthread/src/core/meshcop/
Dmeshcop.hpp222 uint64_t GetMask(void) const { return (static_cast<uint64_t>(1ULL) << mLength) - 1; } in GetMask() function in ot::MeshCoP::JoinerDiscerner
Dmeshcop_tlvs.hpp673 uint32_t GetMask(void) const { return Reverse32(BigEndian::HostSwap32(mMask)); } in GetMask() function in ot::MeshCoP::ChannelMaskTlv::Entry
/external/deqp-deps/amber/src/
Dacceleration_structure.h129 uint32_t GetMask() const { return mask_; } in GetMask() function
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/api/software/
Drma_config.pb.go142 func (x *RmaConfig_SsfcConfig) GetMask() uint32 { func
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/api/
Dprogram.pb.go268 func (x *FirmwareConfigurationSegment) GetMask() uint32 { func
Dtopology.pb.go3078 func (x *HardwareFeatures_FirmwareConfiguration) GetMask() uint32 { func
/external/angle/src/libANGLE/
Dangletypes.h578 static constexpr Type GetMask(const size_t drawBuffers) in GetMask() function
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp20975 auto GetMask = [&](SDValue V, APInt Mask) { in LowerVectorCTPOPBitmath() local