Home
last modified time | relevance | path

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

12

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DSerializationConfig.java462 int newMask = _generatorFeaturesToChange | feature.getMask(); in with() local
478 int newMask = _generatorFeaturesToChange; in withFeatures() local
499 int newMask = _generatorFeaturesToChange | feature.getMask(); in without() local
515 int newMask = _generatorFeaturesToChange; in withoutFeatures() local
545 int newMask = _formatWriteFeaturesToChange | feature.getMask(); in with() local
565 int newMask = _formatWriteFeaturesToChange; in withFeatures() local
590 int newMask = _formatWriteFeaturesToChange | feature.getMask(); in without() local
609 int newMask = _formatWriteFeaturesToChange; in withoutFeatures() local
626 int newMask = _formatWriteFeaturesToChange; in _withJsonWriteFeatures() local
653 int newMask = _formatWriteFeaturesToChange; in _withoutJsonWriteFeatures() local
DDeserializationConfig.java460 int newMask = _parserFeaturesToChange | feature.getMask(); in with() local
476 int newMask = _parserFeaturesToChange; in withFeatures() local
497 int newMask = _parserFeaturesToChange | feature.getMask(); in without() local
513 int newMask = _parserFeaturesToChange; in withoutFeatures() local
544 int newMask = _formatReadFeaturesToChange | feature.getMask(); in with() local
564 int newMask = _formatReadFeaturesToChange; in withFeatures() local
589 int newMask = _formatReadFeaturesToChange | feature.getMask(); in without() local
609 int newMask = _formatReadFeaturesToChange; in withoutFeatures() local
626 int newMask = _formatReadFeaturesToChange; in _withJsonReadFeatures() local
653 int newMask = _formatReadFeaturesToChange; in _withoutJsonReadFeatures() local
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
DJacksonFeatureSet.java62 int newMask = _enabled | feature.getMask(); in with() local
76 int newMask = _enabled & ~feature.getMask(); in without() local
/external/mesa3d/src/gallium/frontends/hgl/
Dhgl.c159 unsigned stAttachmentMask, newMask; in hgl_st_framebuffer_validate() local
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/base/
DGeneratorBase.java197 public JsonGenerator setFeatureMask(int newMask) { in setFeatureMask()
DParserBase.java287 public JsonParser setFeatureMask(int newMask) { in setFeatureMask()
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DOpenIntToDoubleHashMap.java446 final int newMask = newLength - 1; in growTable() local
DOpenIntToFieldHashMap.java458 final int newMask = newLength - 1; in growTable() local
/external/mesa3d/src/mesa/swrast/
Ds_stencil.c277 const GLubyte newMask[], in compute_pass_fail_masks()
/external/guava/android/guava/src/com/google/common/collect/
DCompactHashSet.java377 int newMask = newCapacity - 1; in resizeTable() local
DCompactHashMap.java381 int newMask = newCapacity - 1; in resizeTable() local
DMapMakerInternalMap.java1555 int newMask = newTable.length() - 1; in expand() local
/external/guava/guava/src/com/google/common/collect/
DCompactHashSet.java381 int newMask = newCapacity - 1; in resizeTable() local
DCompactHashMap.java384 int newMask = newCapacity - 1; in resizeTable() local
DMapMakerInternalMap.java1550 int newMask = newTable.length() - 1; in expand() local
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c476 GLuint newMask; in i830PolygonStipple() local
Di915_state.c442 GLuint newMask; in i915PolygonStipple() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1186 SmallVector<int, 16> newMask; in visitShuffleVectorInst() local
/external/llvm-project/openmp/runtime/src/
Dkmp_affinity.h486 mask_t newMask, sysMask, retval; in get_system_affinity() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp2160 SmallVector<int, 16> newMask; in visitShuffleVectorInst() local
/external/dng_sdk/source/
Ddng_negative.cpp5059 AutoPtr<dng_image> newMask (host.Make_dng_image (fStage3Image->Bounds (), in ResizeTransparencyToMatchStage3() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp2571 SmallVector<int, 16> newMask; in visitShuffleVectorInst() local
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1532 APInt newMask = APInt::getLowBitsSet(maskWidth, width); in SimplifySetCC() local
/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp1761 const deUint32 newMask = (previousMask) | ((deUint32)1u << bitNdx); in setMaskMapCoverageBitForLine() local
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java2866 int newMask = newTable.length() - 1; in expand() local

12