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:run_diff
(Results
1 - 7
of
7
) sorted by relevance
/third_party/popt/tests/
H
A
D
testit.sh
16
run_diff
() {
function
179
run_diff
test3 "test3 - 1" test3-data/01.input test3-data/01.answer
180
run_diff
test3 "test3 - 2" test3-data/02.input test3-data/02.answer
181
run_diff
test3 "test3 - 3" test3-data/03.input test3-data/03.answer
/third_party/ffmpeg/libavcodec/
H
A
D
msmpeg4enc.c
83
int
run_diff
= intra ? 0 : 1;
in get_size_of_code()
local
99
run1 = run - rl->max_run[last][level] -
run_diff
;
in get_size_of_code()
563
int code,
run_diff
, dc_pred_dir;
in ff_msmpeg4_encode_block()
local
575
run_diff
= s->msmpeg4_version>=4;
in ff_msmpeg4_encode_block()
581
run_diff
= 0;
in ff_msmpeg4_encode_block()
583
run_diff
= 1;
in ff_msmpeg4_encode_block()
630
run1 = run - rl->max_run[last][level] -
run_diff
;
in ff_msmpeg4_encode_block()
H
A
D
msmpeg4dec.c
651
int level, i, last, run,
run_diff
;
in ff_msmpeg4_decode_block()
local
683
run_diff
= s->msmpeg4_version >= 4;
in ff_msmpeg4_decode_block()
704
run_diff
= 0;
in ff_msmpeg4_decode_block()
706
run_diff
= 1;
in ff_msmpeg4_decode_block()
780
i+= run + rl->max_run[run>>7][level/qmul] +
run_diff
; //FIXME opt indexing
in ff_msmpeg4_decode_block()
/third_party/libabigail/tests/
H
A
D
test-read-common.h
138
run_diff
();
H
A
D
test-read-ctf.cc
483
if (!(is_ok =
run_diff
()))
in perform()
H
A
D
test-read-common.cc
130
test_task::
run_diff
()
in run_diff()
function in abigail::tests::read_common::test_task
H
A
D
test-read-dwarf.cc
652
if (!(is_ok =
run_diff
()))
in perform()
Completed in 9 milliseconds