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:this_line
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
qtrleenc.c
159
const uint8_t *
this_line
= p->data[0] + line * p->linesize[0] + width * s->pixel_size;
in qtrle_encode_line()
local
163
const uint8_t *prev_line = s->key_frame ?
this_line
in qtrle_encode_line()
183
this_line
-= s->pixel_size;
in qtrle_encode_line()
225
if (!s->key_frame && !memcmp(
this_line
, prev_line, s->pixel_size))
in qtrle_encode_line()
234
if (i < width - 1 && !memcmp(
this_line
,
this_line
+ s->pixel_size, s->pixel_size))
in qtrle_encode_line()
278
this_line
= p-> data[0] + line*p->linesize[0];
in qtrle_encode_line()
303
bytestream_put_byte(buf, *(
this_line
+ i*s->pixel_size + j) ^ 0xff);
in qtrle_encode_line()
305
bytestream_put_buffer(buf,
this_line
+ i*s->pixel_size, rlecode*s->pixel_size);
in qtrle_encode_line()
315
bytestream_put_byte(buf, *(
this_line
in qtrle_encode_line()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H
A
D
loop_dependence_helpers.cpp
518
auto
this_line
= AsDependenceLine();
in operator ==()
local
520
return *
this_line
->GetA() == *other_line->GetA() &&
in operator ==()
521
*
this_line
->GetB() == *other_line->GetB() &&
in operator ==()
522
*
this_line
->GetC() == *other_line->GetC();
in operator ==()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H
A
D
loop_dependence_helpers.cpp
518
auto
this_line
= AsDependenceLine();
in operator ==()
local
520
return *
this_line
->GetA() == *other_line->GetA() &&
in operator ==()
521
*
this_line
->GetB() == *other_line->GetB() &&
in operator ==()
522
*
this_line
->GetC() == *other_line->GetC();
in operator ==()
/third_party/spirv-tools/source/opt/
H
A
D
loop_dependence_helpers.cpp
516
auto
this_line
= AsDependenceLine();
in operator ==()
local
518
return *
this_line
->GetA() == *other_line->GetA() &&
in operator ==()
519
*
this_line
->GetB() == *other_line->GetB() &&
in operator ==()
520
*
this_line
->GetC() == *other_line->GetC();
in operator ==()
/third_party/python/Lib/email/
H
A
D
charset.py
345
this_line
= EMPTYSTRING.join(current_line)
346
length = encoder_module.header_length(_encode(
this_line
, charset))
Completed in 4 milliseconds