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:bandInfo
(Results
1 - 2
of
2
) sorted by relevance
/third_party/lzma/CPP/Windows/Control/
H
A
D
ReBar.h
16
bool InsertBand(int index, LPREBARBANDINFO
bandInfo
)
in InsertBand()
argument
17
{ return LRESULTToBool(SendMsg(RB_INSERTBAND, MY_int_TO_WPARAM(index), (LPARAM)
bandInfo
)); }
in InsertBand()
18
bool SetBandInfo(unsigned index, LPREBARBANDINFO
bandInfo
)
in SetBandInfo()
argument
19
{ return LRESULTToBool(SendMsg(RB_SETBANDINFO, index, (LPARAM)
bandInfo
)); }
in SetBandInfo()
/third_party/lame/mpglib/
H
A
D
layer3.c
69
static const struct bandInfoStruct
bandInfo
[9] = {
variable
255
struct bandInfoStruct const *bi = (struct bandInfoStruct const *) &
bandInfo
[j];
in hip_init_tables_layer3()
308
longLimit[j][i] = (
bandInfo
[j].longIdx[i] - 1 + 8) / 18 + 1;
in hip_init_tables_layer3()
313
shortLimit[j][i] = (
bandInfo
[j].shortIdx[i] - 1) / 18 + 1;
in hip_init_tables_layer3()
452
gr_infos->region1start =
bandInfo
[sfreq].longIdx[region0index] >> 1;
in III_get_side_info_1()
453
gr_infos->region2start =
bandInfo
[sfreq].longIdx[region1index] >> 1;
in III_get_side_info_1()
554
gr_infos->region1start =
bandInfo
[sfreq].longIdx[region0index] >> 1;
in III_get_side_info_2()
555
gr_infos->region2start =
bandInfo
[sfreq].longIdx[region1index] >> 1;
in III_get_side_info_2()
1200
struct bandInfoStruct const *bi = (struct bandInfoStruct const *) &
bandInfo
[sfreq];
in III_i_stereo()
Completed in 4 milliseconds