HomeSort by relevance Sort by last modified time
    Searched refs:Mask (Results 51 - 75 of 317) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/pdfium/core/
pdfiumfdrm.mk 14 # Mask some warnings. These are benign, but we probably want to fix them
pdfiumfpdftext.mk 14 # Mask some warnings. These are benign, but we probably want to fix them
pdfiumfpdfdoc.mk 14 # Mask some warnings. These are benign, but we probably want to fix them
pdfiumfxcrt.mk 15 # Mask some warnings. These are benign, but we probably want to fix them
  /external/pdfium/fpdfsdk/
pdfiumformfiller.mk 14 # Mask some warnings. These are benign, but we probably want to fix them
pdfiumfxedit.mk 14 # Mask some warnings. These are benign, but we probably want to fix them
pdfiumpdfwindow.mk 14 # Mask some warnings. These are benign, but we probably want to fix them
  /external/pdfium/third_party/
pdfiumopenjpeg.mk 13 # Mask some warnings. These are benign, but we probably want to fix them
pdfiumzlib.mk 13 # Mask some warnings. These are benign, but we probably want to fix them
pdfiumjpeg.mk 13 # Mask some warnings. These are benign, but we probably want to fix them
pdfiumlcms.mk 13 # Mask some warnings. These are benign, but we probably want to fix them
  /art/runtime/base/
bit_field.h 46 // Returns a uword mask of the bit field.
47 static uintptr_t Mask() {
51 // Returns a uword mask of the bit field which can be applied directly to
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h     [all...]
  /external/llvm/lib/IR/
ConstantFold.h 41 Constant *Mask);
  /external/opencv3/modules/imgproc/test/ocl/
test_accumulate.cpp 62 TEST_DECLARE_INPUT_PARAMETER(mask);
84 randomSubMat(mask, mask_roi, roiSize, maskBorder, CV_8UC1, -MAX_VALUE, MAX_VALUE);
85 threshold(mask, mask, 80, 255, THRESH_BINARY);
94 UMAT_UPLOAD_INPUT_PARAMETER(mask);
119 OCL_TEST_P(Accumulate, Mask)
149 OCL_TEST_P(AccumulateSquare, Mask)
179 OCL_TEST_P(AccumulateProduct, Mask)
209 OCL_TEST_P(AccumulateWeighted, Mask)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipxrip.h 27 UCHAR Mask[4];
mpeg2structs.h 124 BYTE Mask[16];
144 BYTE Mask[16];
  /external/v8/src/arm64/
instrument-arm64.cc 244 if (((instr->Mask(AddSubOpMask) == SUB) ||
245 (instr->Mask(AddSubOpMask) == ADD)) &&
341 if (instr->Mask(LoadStorePairLBit) != 0) {
380 switch (instr->Mask(LoadStoreOpMask)) {
437 switch (instr->Mask(LoadStoreAcquireReleaseMask)) {
476 if (((instr->Mask(AddSubOpMask) == SUB) ||
477 (instr->Mask(AddSubOpMask) == ADD)) &&
  /external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 119 for (unsigned Mask = *SubClass++; Mask; Mask >>= 1) {
120 unsigned Offset = countTrailingZeros(Mask);
124 Mask >>= Offset;
177 // Mask out the reserved registers
226 // The bit mask contains all register classes that are projected into B
  /external/llvm/lib/Target/AMDGPU/
R600ExpandSpecialInstrs.cpp 206 bool Mask = (Chan != TRI.getHWRegChan(DstReg));
214 if (Mask) {
298 bool Mask = false;
304 // Mask the write if the original instruction does not write to
306 Mask = (Chan != TRI.getHWRegChan(DstReg));
332 if (Mask) {
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 59 MO_RegisterMask, ///< Mask of preserved registers.
60 MO_RegisterLiveOut, ///< Mask of live-out registers.
472 /// It is sometimes necessary to detach the register mask pointer from its
474 /// mask pointers.
486 /// getRegMask - Returns a bit mask of registers preserved by this RegMask
493 /// getRegLiveOut - Returns a bit mask of live-out registers.
681 /// CreateRegMask - Creates a register mask operand referencing Mask. The
682 /// operand does not take ownership of the memory referenced by Mask, it must
687 /// mask has a bit set for each physreg that is preserved by thi
    [all...]
  /external/boringssl/src/crypto/asn1/
charmap.pl 123 * Mask of various character properties
  /external/libnfc-nxp/src/
phFriNfc_NdefRecord.h 115 #define PH_FRINFC_NDEFRECORD_FLAG_MASK ((uint8_t)0xF8) /** \internal To Mask the Flag Byte */
450 static uint8_t phFriNfc_NdefRecord_NdefFlag(uint8_t Flags,uint8_t Mask);
  /external/llvm/lib/Target/X86/
X86RegisterInfo.h 107 // normal calls, so they need a different mask to represent this.
116 void adjustStackMapLiveOutMask(uint32_t *Mask) const override;
  /external/opencv3/modules/cudaimgproc/src/cuda/
gftt.cu 59 template <class Mask> __global__ void findCorners(float threshold, const Mask mask, float2* corners, int max_count, int rows, int cols)
64 if (i > 0 && i < rows - 1 && j > 0 && j < cols - 1 && mask(i, j))
94 int findCorners_gpu(PtrStepSzf eig, float threshold, PtrStepSzb mask, float2* corners, int max_count)
106 if (mask.data)
107 findCorners<<<grid, block>>>(threshold, SingleMask(mask), corners, max_count, eig.rows, eig.cols);

Completed in 425 milliseconds

1 23 4 5 6 7 8 91011>>