Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Compress/
DByteSwap.cpp23 const UInt32 kMask = 2 - 1; in Z7_COM7F_IMF2() local
51 const UInt32 kMask = 4 - 1; in Z7_COM7F_IMF2() local
/third_party/node/deps/v8/src/strings/
Dunicode-inl.h130 static const int kMask = ~(1 << 6); in EncodeOneByte() local
145 static const int kMask = ~(1 << 6); in Encode() local
Dunicode.h60 static const int kMask = kSize - 1; variable
86 static const int kMask = kSize - 1; 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/node/deps/v8/src/base/
Dbit-field.h38 static constexpr U kMask = ((U{1} << kShift) << kSize) - (U{1} << kShift); variable
126 static const int kMask = (1 << kBitsPerItem) - 1; variable
Doverflowing-math.h61 const unsigned_type kMask = (sizeof(a) * 8) - 1; in ShlWithWraparound() local
/third_party/node/deps/undici/src/lib/node/
Dfixed-queue.js9 const kMask = kSize - 1; constant
/third_party/node/lib/internal/
Dfixed_queue.js9 const kMask = kSize - 1; constant
/third_party/node/deps/v8/src/base/utils/
Drandom-number-generator.h135 static const int64_t kMask = 0xffff'ffff'ffff; variable
/third_party/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/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/node/deps/v8/src/handles/
Dglobal-handles.h314 static const int kMask = 0xff; variable
/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/tests/thirdparty/Fuzzer/
DFuzzerTracePC.cpp65 const uintptr_t kMask = (1 << kBits) - 1; in HandleCallerCallee() local
/third_party/node/deps/v8/src/regexp/
Dregexp-compiler.h145 static constexpr int kMask = kMapSize - 1; variable
Dregexp-compiler.cc968 static const uint32_t kMask = RegExpMacroAssembler::kTableMask; in EmitUseLookupTable() local
1044 static const uint32_t kMask = RegExpMacroAssembler::kTableMask; in SplitSearchSpace() 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
/third_party/vixl/src/aarch32/
Dinstructions-aarch32.h1004 static const uint32_t kMask = 0xf; variable
/third_party/node/deps/v8/src/baseline/
Dbaseline-compiler.cc1959 static constexpr int kMask = BytecodeArray::OsrInstallTargetBits::kMask; in VisitJumpLoop() local
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc2203 static constexpr int kMask = BytecodeArray::OsrInstallTargetBits::kMask; in IGNITION_HANDLER() local
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc6182 int kMask = in IsExtensibleNonPrototypeMap() local