Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:kShift
(Results
1 - 19
of
19
) sorted by relevance
/third_party/node/deps/v8/src/deoptimizer/arm/
H
A
D
deoptimizer-arm.cc
25
const int
kShift
= n % 2 == 0 ? 0 : 32;
in GetFloatRegister()
local
/third_party/skia/tools/skui/
H
A
D
ModifierKey.h
11
kShift
= 1 << 0,
member in skui::ModifierKey
H
A
D
Key.h
41
kShift
,
member in skui::Key
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H
A
D
cycleclock.cc
43
static constexpr int32_t
kShift
= 1;
member
/third_party/skia/gm/
H
A
D
xfermodes2.cpp
142
kShift
= 2,
enumerator
/third_party/skia/src/sksl/
H
A
D
SkSLOperators.h
34
kShift
= 6,
member in SkSL::Operator::Precedence
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H
A
D
fast_uniform_bits.h
148
static constexpr size_t
kShift
= (kIters == 1) ? 0 : kUrbgBits;
in Generate()
local
/third_party/skia/third_party/externals/angle2/src/common/
H
A
D
bitset_utils_unittest.cpp
123
constexpr uint32_t
kShift
= 3;
in TYPED_TEST()
local
158
mBits <<=
kShift
;
in TYPED_TEST()
local
163
mBits >>=
kShift
;
in TYPED_TEST()
local
/third_party/gn/src/base/numerics/
H
A
D
safe_conversions_impl.h
244
static const int
kShift
=
member
/third_party/node/deps/v8/src/codegen/
H
A
D
source-position-table.cc
60
static constexpr int
kShift
= sizeof(T) * kBitsPerByte - 1;
in EncodeInt()
local
/third_party/node/deps/v8/src/base/
H
A
D
safe_conversions_impl.h
248
static const int
kShift
=
member
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
H
A
D
safe_conversions_impl.h
260
static const int
kShift
=
member
/third_party/node/deps/v8/src/handles/
H
A
D
global-handles.h
312
static const int
kShift
= 8;
member in v8::internal::final
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H
A
D
float_conversion.cc
700
constexpr int
kShift
= sizeof(Int) * 8 - 1;
in IncrementNibble()
local
/third_party/node/deps/v8/src/interpreter/
H
A
D
interpreter-generator.cc
2202
static constexpr int
kShift
= BytecodeArray::OsrInstallTargetBits::
kShift
;
in IGNITION_HANDLER()
local
/third_party/node/deps/v8/src/objects/
H
A
D
bigint.cc
940
constexpr int
kShift
= 7;
in ToString()
local
H
A
D
objects.cc
4768
value <<= String::ArrayIndexValueBits::
kShift
;
in MakeArrayIndexHash()
member in v8::String::ArrayIndexValueBits
/third_party/node/deps/v8/src/baseline/
H
A
D
baseline-compiler.cc
1958
static constexpr int
kShift
= BytecodeArray::OsrInstallTargetBits::
kShift
;
in VisitJumpLoop()
local
/third_party/vixl/src/aarch32/
H
A
D
constants-aarch32.h
112
kShift
= 0x4,
enumerator
Completed in 34 milliseconds