/external/skia/tools/sk_app/unix/ |
Window_unix.cpp | 206 { XK_Shift_L, Window::Key::kShift }, 207 { XK_Shift_R, Window::Key::kShift },
|
/external/skqp/tools/sk_app/unix/ |
Window_unix.cpp | 206 { XK_Shift_L, Window::Key::kShift }, 207 { XK_Shift_R, Window::Key::kShift },
|
/external/v8/src/compiler/ |
instruction.h | 209 value_ |= static_cast<int64_t>(index) << FixedSlotIndexField::kShift; 292 FixedSlotIndexField::kShift); 397 value_ |= static_cast<int64_t>(value) << ValueField::kShift; 404 return static_cast<int64_t>(value_) >> ValueField::kShift; 409 return static_cast<int64_t>(value_) >> ValueField::kShift; 436 value_ |= static_cast<int64_t>(index) << IndexField::kShift; 441 return static_cast<int64_t>(value_) >> IndexField::kShift; 446 return static_cast<int64_t>(value_) >> IndexField::kShift; [all...] |
linkage.h | 118 ((location << LocationField::kShift) & LocationField::kMask); 135 LocationField::kShift;
|
/external/libchrome/base/numerics/ |
safe_conversions_impl.h | 194 static const int kShift = 207 static_assert(kShift < DstLimits::digits, ""); 209 ConditionalNegate(SafeUnsignedAbs(value) & ~((T(1) << kShift) - T(1)), 218 static_assert(kShift == 0, "");
|
/external/pdfium/third_party/base/numerics/ |
safe_conversions_impl.h | 195 static const int kShift = 208 static_assert(kShift < DstLimits::digits, ""); 210 ConditionalNegate(SafeUnsignedAbs(value) & ~((T(1) << kShift) - T(1)), 219 static_assert(kShift == 0, "");
|
/external/vixl/src/aarch32/ |
constants-aarch32.h | 112 kShift = 0x4,
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
signal_processing_unittest.cc | 434 const int kShift = 2; 443 kCrossCorrelationDimension, kShift, kStep);
|
/external/skia/tools/viewer/ |
ImGuiLayer.cpp | 99 io.KeyShift = io.KeysDown[static_cast<int>(Window::Key::kShift)];
|
/external/skqp/tools/viewer/ |
ImGuiLayer.cpp | 99 io.KeyShift = io.KeysDown[static_cast<int>(Window::Key::kShift)];
|
/external/skia/tools/sk_app/win/ |
Window_win.cpp | 141 { VK_SHIFT, Window::Key::kShift },
|
/external/skqp/tools/sk_app/win/ |
Window_win.cpp | 141 { VK_SHIFT, Window::Key::kShift },
|
/external/v8/src/ia32/ |
macro-assembler-ia32.h | 508 static const int shift = Field::kShift; 509 static const int mask = Field::kMask >> Field::kShift; 518 static const int shift = Field::kShift; 519 static const int mask = (Field::kMask >> Field::kShift) << kSmiTagSize; [all...] |
macro-assembler-ia32.cc | [all...] |
/external/v8/src/ |
property-details.h | 342 (READ_ONLY << AttributesField::kShift);
|
global-handles.cc | 55 STATIC_ASSERT(static_cast<int>(IsIndependent::kShift) == 57 STATIC_ASSERT(static_cast<int>(IsActive::kShift) == [all...] |
code-stub-assembler.h | [all...] |
/external/v8/src/x87/ |
macro-assembler-x87.h | 502 static const int shift = Field::kShift; 503 static const int mask = Field::kMask >> Field::kShift; 512 static const int shift = Field::kShift; 513 static const int mask = (Field::kMask >> Field::kShift) << kSmiTagSize; [all...] |
macro-assembler-x87.cc | [all...] |
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
gdtoaimp.h | 451 #define kshift 5 macro 456 #define kshift 4 macro
|
gdtoa.c | 58 be = bits + ((nbits - 1) >> kshift);
|
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
gdtoaimp.h | 443 #define kshift 5
macro 448 #define kshift 4
macro
|
/external/v8/src/crankshaft/ |
lithium.h | 114 value_ |= index << FixedSlotIndexField::kShift; 234 return static_cast<int>(value_) >> FixedSlotIndexField::kShift;
|
/external/v8/src/x64/ |
macro-assembler-x64.h | [all...] |
/external/v8/src/ppc/ |
macro-assembler-ppc.h | [all...] |