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:i_Temp
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/
H
A
D
aacsbr_mips.c
181
const int
i_Temp
= FFMAX(2*sbr->data[ch].t_env_num_env_old - i_f, 0);
in sbr_x_gen_mips()
local
203
if (
i_Temp
!= 0) {
in sbr_x_gen_mips()
219
"bne %[i], %[
i_Temp
], 2b \n\t"
in sbr_x_gen_mips()
223
: [
i_Temp
]"r"(
i_Temp
)
in sbr_x_gen_mips()
226
x1-=(
i_Temp
<<6)-1;
in sbr_x_gen_mips()
227
X_low1-=(
i_Temp
<<1)-80;
in sbr_x_gen_mips()
244
"bne %[i], %[
i_Temp
], 3b \n\t"
in sbr_x_gen_mips()
248
: [
i_Temp
]"r"(
i_Temp
)
in sbr_x_gen_mips()
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
aacsbr_template.c
1328
const int
i_Temp
= FFMAX(2*sbr->data[ch].t_env_num_env_old - i_f, 0);
local
1331
for (i = 0; i <
i_Temp
; i++) {
1337
for (i = 0; i <
i_Temp
; i++) {
1344
for (i =
i_Temp
; i < 38; i++) {
1350
for (i =
i_Temp
; i < i_f; i++) {
Completed in 3 milliseconds