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:AVInteger
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavutil/
H
A
D
integer.h
36
typedef struct
AVInteger
{
struct
38
}
AVInteger
;
typedef
40
AVInteger
av_add_i(
AVInteger
a,
AVInteger
b) av_const;
41
AVInteger
av_sub_i(
AVInteger
a,
AVInteger
b) av_const;
45
*
AVInteger
. This is simply the index of the most significant bit
48
int av_log2_i(
AVInteger
[all...]
H
A
D
integer.c
34
static const
AVInteger
zero_i;
36
AVInteger
av_add_i(
AVInteger
a,
AVInteger
b){
in av_add_i()
46
AVInteger
av_sub_i(
AVInteger
a,
AVInteger
b){
in av_sub_i()
56
int av_log2_i(
AVInteger
a){
in av_log2_i()
66
AVInteger
av_mul_i(
AVInteger
[all...]
H
A
D
mathematics.c
120
AVInteger
ai;
in av_rescale_rnd()
/third_party/ffmpeg/libavutil/tests/
H
A
D
integer.c
32
AVInteger
ai= av_int2i(a);
in main()
33
AVInteger
bi= av_int2i(b);
in main()
H
A
D
rational.c
65
AVInteger
ai;
in main()
Completed in 3 milliseconds