Searched refs:newMask (Results 1 – 9 of 9) sorted by relevance
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/ |
D | AnyPath.java | 103 int newMask = 0; in join() local 107 newMask |= mask() << n; in join() 110 return of(newMask); in join()
|
/third_party/mesa3d/src/gallium/frontends/hgl/ |
D | hgl.c | 163 unsigned stAttachmentMask, newMask; in hgl_st_framebuffer_validate() local 177 newMask = stAttachmentMask & ~buffer->mask; in hgl_st_framebuffer_validate() 182 if (resized || newMask) { in hgl_st_framebuffer_validate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIModeRegister.cpp | 59 Status mergeUnknown(unsigned newMask) { in mergeUnknown() 60 return Status(Mask & ~newMask, Mode & ~newMask); in mergeUnknown()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 2160 SmallVector<int, 16> newMask; in visitShuffleVectorInst() local 2221 newMask.push_back(eltMask); in visitShuffleVectorInst() 2226 if (isSplat || newMask == LHSMask || newMask == RHSMask || newMask == Mask) { in visitShuffleVectorInst() 2228 for (unsigned i = 0, e = newMask.size(); i != e; ++i) { in visitShuffleVectorInst() 2229 if (newMask[i] < 0) { in visitShuffleVectorInst() 2232 Elts.push_back(ConstantInt::get(Int32Ty, newMask[i])); in visitShuffleVectorInst()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_negative.cpp | 5059 AutoPtr<dng_image> newMask (host.Make_dng_image (fStage3Image->Bounds (), in ResizeTransparencyToMatchStage3() local 5066 *newMask); in ResizeTransparencyToMatchStage3() 5068 fTransparencyMask.Reset (newMask.Release ()); in ResizeTransparencyToMatchStage3()
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
D | xmlparse.c | 7044 unsigned long newMask = (unsigned long)newSize - 1; in lookup() local 7059 size_t j = newHash & newMask; in lookup() 7063 step = PROBE_STEP(newHash, newMask, newPower); in lookup() 7072 i = h & newMask; in lookup() 7076 step = PROBE_STEP(h, newMask, newPower); in lookup()
|
/third_party/python/Modules/expat/ |
D | xmlparse.c | 6753 unsigned long newMask = (unsigned long)newSize - 1; in lookup() local 6762 size_t j = newHash & newMask; in lookup() 6766 step = PROBE_STEP(newHash, newMask, newPower); in lookup() 6775 i = h & newMask; in lookup() 6779 step = PROBE_STEP(h, newMask, newPower); in lookup()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuRasterizationVerifier.cpp | 1786 const deUint32 newMask = (previousMask) | ((deUint32)1u << bitNdx); in setMaskMapCoverageBitForLine() local 1788 maskMap.setPixel(tcu::UVec4(newMask, 0, 0, 0), fragPos.x(), fragPos.y()); in setMaskMapCoverageBitForLine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 3326 APInt newMask = APInt::getLowBitsSet(maskWidth, width); in SimplifySetCC() local 3328 if (Mask.isSubsetOf(newMask)) { in SimplifySetCC() 3337 newMask <<= width; in SimplifySetCC()
|