Home
last modified time | relevance | path

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

/aosp_15_r20/external/rappor/client/cpp/
H A Dlibc_rand_impl.cc31 bool LibcRand::GetMask(float prob, int num_bits, Bits* mask_out) const { in GetMask() function in rappor::LibcRand
H A Dunix_kernel_rand_impl.cc23 bool UnixKernelRand::GetMask(float prob, int num_bits, Bits* mask_out) const { in GetMask() function in rappor::UnixKernelRand
/aosp_15_r20/external/pdfium/core/fxge/
H A Dcfx_cliprgn.h25 RetainPtr<CFX_DIBitmap> GetMask() const { return m_Mask; } in GetMask() function
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_imageloader.h40 const RetainPtr<CFX_DIBBase>& GetMask() const { return m_pMask; } in GetMask() function
/aosp_15_r20/art/runtime/oat/
H A Dindex_bss_mapping.h58 uint32_t GetMask(size_t index_bits) const { in GetMask() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Target/
DRegisterFlags.h37 uint64_t GetMask() const { in GetMask() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Target/
DRegisterFlags.h37 uint64_t GetMask() const { in GetMask() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Target/
DRegisterFlags.h37 uint64_t GetMask() const { in GetMask() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Target/
DRegisterFlags.h37 uint64_t GetMask() const { in GetMask() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
H A Dsoftmax.cc36 float4 GetMask(int num_channels) { in GetMask() function
/aosp_15_r20/external/openthread/src/core/mac/
H A Dchannel_mask.hpp114 uint32_t GetMask(void) const { return mMask; } in GetMask() function in ot::Mac::ChannelMask
/aosp_15_r20/art/libdexfile/dex/
H A Dtype_lookup_table.h153 static uint32_t GetMask(uint32_t mask_bits) { in GetMask() function
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Dtype_lookup_table.h153 static uint32_t GetMask(uint32_t mask_bits) { in GetMask() function
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Dtype_lookup_table.h153 static uint32_t GetMask(uint32_t mask_bits) { in GetMask() function
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Dtype_lookup_table.h153 static uint32_t GetMask(uint32_t mask_bits) { in GetMask() function
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/
Dtype_lookup_table.h151 static uint32_t GetMask(uint32_t mask_bits) { in GetMask() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Dtype_lookup_table.h153 static uint32_t GetMask(uint32_t mask_bits) { in GetMask() function
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Dtype_lookup_table.h153 static uint32_t GetMask(uint32_t mask_bits) { in GetMask() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Dtype_lookup_table.h153 static uint32_t GetMask(uint32_t mask_bits) { in GetMask() function
/aosp_15_r20/external/cronet/crypto/
H A Dp224_spake.cc124 bssl::UniquePtr<EC_POINT> GetMask(const EC_GROUP* p224, in GetMask() function
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Daddress_space_randomization_unittest.cc27 uintptr_t GetMask() { in GetMask() function
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dmeshcop.hpp234 uint64_t GetMask(void) const { return (static_cast<uint64_t>(1ULL) << mLength) - 1; } in GetMask() function in ot::MeshCoP::JoinerDiscerner
H A Dmeshcop_tlvs.hpp737 uint32_t GetMask(void) const { return Reverse32(BigEndian::HostSwap32(mMask)); } in GetMask() function in ot::MeshCoP::ChannelMaskTlv::Entry
/aosp_15_r20/external/angle/src/libANGLE/
H A Dangletypes.h578 static constexpr Type GetMask(const size_t drawBuffers) in GetMask() function
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20975 auto GetMask = [&](SDValue V, APInt Mask) { in LowerVectorCTPOPBitmath() local