Home
last modified time | relevance | path

Searched defs:kMask (Results 1 – 20 of 20) sorted by relevance

/third_party/abseil-cpp/absl/random/internal/
Dgenerate_real.h93 static constexpr uint_type kMask = (static_cast<uint_type>(1) << kExp) - 1u; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dgenerate_real.h93 static constexpr uint_type kMask = (static_cast<uint_type>(1) << kExp) - 1u; variable
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_win.cpp56 const uint64_t kMask = 0xFF; in GetDevicesFromDXGI() local
/third_party/node/lib/internal/
Dfixed_queue.js9 const kMask = kSize - 1; constant
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dbitset_utils_unittest.cpp91 constexpr uint32_t kMask = (1 << 12) - 1; in TEST_F() local
106 constexpr uint32_t kMask = (1 << 12) - 1; in TEST_F() local
/third_party/skia/bench/
DClipStrategyBench.cpp17 kMask, enumerator
/third_party/flutter/skia/bench/
DClipStrategyBench.cpp17 kMask, enumerator
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DBootAnimationTest.cpp82 constexpr GLubyte kMask[] = { in testSetUp() local
/third_party/abseil-cpp/absl/random/
Dgaussian_distribution.h63 static constexpr uint64_t kMask = 0x07f; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dgaussian_distribution.h63 static constexpr uint64_t kMask = 0x07f; variable
/third_party/skia/third_party/externals/angle2/src/common/
Dbitset_utils_unittest.cpp103 constexpr uint32_t kMask = (1 << 12) - 1; in TYPED_TEST() local
119 constexpr uint32_t kMask = (1 << 12) - 1; in TYPED_TEST() local
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dalpha_processing_sse2.c181 const __m128i kMask = _mm_set_epi16(0, 0xff, 0xff, 0, 0, 0xff, 0xff, 0); in ApplyAlphaMultiply_SSE2() local
278 const __m128i kMask = _mm_set_epi16(0, 0xff, 0, 0, 0, 0xff, 0, 0); in MultARGBRow_SSE2() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dalpha_processing_sse2.c182 const __m128i kMask = _mm_set_epi16(0, 0xff, 0xff, 0, 0, 0xff, 0xff, 0); in ApplyAlphaMultiply_SSE2() local
300 const __m128i kMask = _mm_set_epi16(0, 0xff, 0, 0, 0, 0xff, 0, 0); in MultARGBRow_SSE2() local
/third_party/skia/modules/svg/include/
DSkSVGNode.h48 kMask, enumerator
/third_party/skia/src/core/
DSkPathRef.cpp474 static const uint32_t kMask = (static_cast<int64_t>(1) << SkPathPriv::kPathRefGenIDBitCnt) - 1; in genID() local
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerTracePC.cpp65 const uintptr_t kMask = (1 << kBits) - 1; in HandleCallerCallee() local
/third_party/flutter/skia/src/core/
DSkPathRef.cpp696 static const uint32_t kMask = (static_cast<int64_t>(1) << SkPathPriv::kPathRefGenIDBitCnt) - 1; in genID() local
DSkBitmapProcState.cpp537 static const unsigned kMask = SkMatrix::kTranslate_Mask | SkMatrix::kScale_Mask; in chooseShaderProc32() local
/third_party/abseil-cpp/absl/hash/
Dhash_test.cc163 constexpr size_t kMask = (1 << (kLog2NumValues + 7)) - 1; in TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
Dhash_test.cc163 constexpr size_t kMask = (1 << (kLog2NumValues + 7)) - 1; in TEST() local