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:COSTABLE
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
fft.h
116
#define
COSTABLE
(size) \
macro
119
extern
COSTABLE
(16);
120
extern
COSTABLE
(32);
121
extern
COSTABLE
(64);
122
extern
COSTABLE
(128);
123
extern
COSTABLE
(256);
124
extern
COSTABLE
(512);
125
extern
COSTABLE
(1024);
126
extern
COSTABLE
(2048);
127
extern
COSTABLE
(409
[all...]
H
A
D
fft_template.c
42
COSTABLE
(16);
43
COSTABLE
(32);
44
COSTABLE
(64);
45
COSTABLE
(128);
46
COSTABLE
(256);
47
COSTABLE
(512);
48
COSTABLE
(1024);
49
COSTABLE
(2048);
50
COSTABLE
(4096);
51
COSTABLE
(819
[all...]
Completed in 1 milliseconds