Home
last modified time | relevance | path

Searched defs:kShift (Results 1 – 24 of 24) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-promise-inl.h23 BOOL_ACCESSORS(JSPromise, flags, has_handler, HasHandlerBit::kShift) in BOOL_ACCESSORS()
Dprototype-info-inl.h50 ShouldBeFastBit::kShift) in BOOL_ACCESSORS()
Dapi-callbacks-inl.h92 CanInterceptSymbolsBit::kShift) in BOOL_ACCESSORS()
Dbigint.cc940 constexpr int kShift = 7; in ToString() local
/third_party/skia/tools/skui/
DModifierKey.h11 kShift = 1 << 0, enumerator
DKey.h41 kShift, enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dcycleclock.cc43 static constexpr int32_t kShift = 1; variable
/third_party/node/deps/v8/src/deoptimizer/arm/
Ddeoptimizer-arm.cc25 const int kShift = n % 2 == 0 ? 0 : 32; in GetFloatRegister() local
/third_party/cmsis/CMSIS/DSP/Source/BasicMathFunctions/
Darm_scale_q31.c120 int8_t kShift = shift + 1; /* Shift to apply after scaling */ in arm_scale_q31() local
Darm_scale_q7.c131 int8_t kShift = 7 - shift; /* Shift to apply after scaling */ in arm_scale_q7() local
Darm_scale_q15.c129 int8_t kShift = 15 - shift; /* Shift to apply after scaling */ in arm_scale_q15() local
/third_party/skia/src/sksl/
DSkSLOperators.h34 kShift = 6, enumerator
/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_scale_q31.c143 int32_t kShift = shift + 1; /* Shift to apply after scaling */ in arm_mat_scale_q31() local
Darm_mat_scale_q15.c144 int32_t kShift = 15 - shift; /* Total shift to apply after scaling */ in arm_mat_scale_q15() local
/third_party/skia/gm/
Dxfermodes2.cpp142 kShift = 2, enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dfast_uniform_bits.h148 static constexpr size_t kShift = (kIters == 1) ? 0 : kUrbgBits; in Generate() local
/third_party/node/deps/v8/src/base/
Dbit-field.h36 static constexpr int kShift = shift; variable
/third_party/node/deps/v8/src/handles/
Dglobal-handles.h312 static const int kShift = 8; variable
/third_party/node/deps/v8/src/codegen/
Dsource-position-table.cc60 static constexpr int kShift = sizeof(T) * kBitsPerByte - 1; in EncodeInt() local
/third_party/skia/third_party/externals/angle2/src/common/
Dbitset_utils_unittest.cpp123 constexpr uint32_t kShift = 3; in TYPED_TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc700 constexpr int kShift = sizeof(Int) * 8 - 1; in IncrementNibble() local
/third_party/vixl/src/aarch32/
Dconstants-aarch32.h112 kShift = 0x4, enumerator
/third_party/node/deps/v8/src/baseline/
Dbaseline-compiler.cc1958 static constexpr int kShift = BytecodeArray::OsrInstallTargetBits::kShift; in VisitJumpLoop() local
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc2202 static constexpr int kShift = BytecodeArray::OsrInstallTargetBits::kShift; in IGNITION_HANDLER() local