HomeSort by relevance Sort by last modified time
    Searched refs:GetMask (Results 1 - 24 of 24) sorted by null

  /external/pdfium/core/fxge/
cfx_cliprgn.h 25 RetainPtr<CFX_DIBitmap> GetMask() const { return m_Mask; }
  /art/dex2oat/linker/
index_bss_mapping_encoder.h 52 uint32_t mask = entry_.GetMask(index_bits_);
  /art/runtime/
index_bss_mapping.h 57 uint32_t GetMask(size_t index_bits) const {
58 DCHECK_LT(index_bits, 32u); // GetMask() is valid only if there is at least 1 mask bit.
oat_file.cc 497 uint32_t mask = entry.GetMask(index_bits);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/Legacy8259/
Legacy8259.h 305 EFI_LEGACY_8259_GET_MASK GetMask;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
Legacy8259.h 258 @param GetMask
285 EFI_LEGACY_8259_GET_MASK GetMask;
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/8254TimerDxe/
Timer.c 304 Status = mLegacy8259->GetMask (mLegacy8259, NULL, NULL, &IRQMask, NULL);
  /external/pdfium/core/fxge/apple/
fx_apple_platform.cpp 134 RetainPtr<CFX_DIBitmap> pClipMask = m_pClipRgn->GetMask();
  /external/pdfium/core/fxge/dib/
cfx_bitmapcomposer.cpp 38 m_pClipMask = pClipRgn->GetMask();
cfx_dibitmap.cpp 862 pClipMask = pClipRgn->GetMask();
940 pClipMask = pClipRgn->GetMask();
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
ppp.h 472 u32_t GetMask (u32_t);
ipcp.c     [all...]
ppp.c     [all...]
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp 899 m_pClipMask = m_pClipRgn->GetMask();
    [all...]
  /external/ppp/pppd/
ipcp.c     [all...]
pppd.h 678 u_int32_t GetMask __P((u_int32_t)); /* Get appropriate netmask for address */
    [all...]
sys-linux.c     [all...]
sys-solaris.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBios.c 413 Private->Legacy8259->GetMask(Private->Legacy8259, &OldMask, NULL, NULL, NULL);
    [all...]
LegacyPci.c 926 Legacy8259->GetMask (
    [all...]
LegacyBootSupport.c 302 Private->Legacy8259->GetMask (
    [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 410 virtual IplImage* GetMask() = 0;
    [all...]
  /art/oatdump/
oatdump.cc     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 526 milliseconds