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
refs:shift_left
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkMipmap.cpp
177
template <typename T> T
shift_left
(const T& x, int bits) {
in shift_left()
function
181
Sk4f
shift_left
(const Sk4f& x, int bits) {
in shift_left()
function
370
auto b =
shift_left
(add_121(b0, b1, b2), 1);
in downsample_3_3()
/third_party/ffmpeg/libavcodec/
H
A
D
adpcm.c
1610
int
shift_left
, shift_right;
in adpcm_decode_frame()
1631
shift_left
= 20 - (byte >> 4);
in adpcm_decode_frame()
1636
next_left_sample = sign_extend(byte >> 4, 4) * (1 <<
shift_left
);
in adpcm_decode_frame()
/third_party/node/deps/v8/src/codegen/mips/
H
A
D
macro-assembler-mips.cc
1676
int
shift_left
= 32 - (pos + size);
in CallRecordWriteStub()
local
1677
sll(rt, rs,
shift_left
); // Acts as a move if
shift_left
== 0.
in CallRecordWriteStub()
Completed in 13 milliseconds