Home
last modified time | relevance | path

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

/third_party/flutter/skia/tools/
DModifierKey.h10 kShift = 1 << 0, enumerator
/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/cmsis/CMSIS/DSP/Source/BasicMathFunctions/
Darm_scale_q31.c115 int8_t kShift = shift + 1; /* Shift to apply after scaling */ in arm_scale_q31() local
Darm_scale_q7.c118 int8_t kShift = 7 - shift; /* Shift to apply after scaling */ in arm_scale_q7() local
Darm_scale_q15.c118 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/flutter/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/flutter/skia/third_party/externals/angle2/src/common/
Dbitset_utils_unittest.cpp110 constexpr uint32_t kShift = 3; in TEST_F() local
/third_party/flutter/skia/tools/sk_app/
DWindow.h107 kShift, enumerator
/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