Home
last modified time | relevance | path

Searched defs:GetMask (Results 1 – 15 of 15) 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/
Dcfx_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.hpp114 uint32_t GetMask(void) const { return mMask; } in GetMask() function in ot::Mac::ChannelMask
/external/openthread/src/core/meshcop/
Dmeshcop.hpp235 uint64_t GetMask(void) const { return (static_cast<uint64_t>(1ULL) << mLength) - 1; } in GetMask() function in ot::MeshCoP::JoinerDiscerner
Dmeshcop_tlvs.hpp1425 uint32_t GetMask(void) const { return Encoding::Reverse32(HostSwap32(mMask)); } in GetMask() function in ot::MeshCoP::ChannelMaskEntry
/external/cronet/crypto/
Dp224_spake.cc125 bssl::UniquePtr<EC_POINT> GetMask(const EC_GROUP* p224, in GetMask() function
/external/cronet/base/allocator/partition_allocator/
Daddress_space_randomization_unittest.cc26 uintptr_t GetMask() { in GetMask() function
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp303 Value* GetMask(TargetWidth width) in GetMask() function
/external/ppp/pppd/
Dsys-solaris.c2394 GetMask(addr) in GetMask() function
Dsys-linux.c1905 u_int32_t GetMask (u_int32_t addr) in GetMask() function
/external/angle/src/libANGLE/
Dangletypes.h543 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