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:BitBufferAdvance
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libsnd/src/ALAC/
H
A
D
ALACBitUtilities.c
159
BitBufferAdvance
(bits, 8 - bits->bitIndex) ;
in BitBufferByteAlign()
162
//
BitBufferAdvance
164
void
BitBufferAdvance
(BitBuffer * bits, uint32_t numBits)
in BitBufferAdvance()
function
H
A
D
alac_decoder.c
245
BitBufferAdvance
(bits, (bytesShifted * 8) * numSamples) ;
in alac_decode()
406
BitBufferAdvance
(bits, (bytesShifted * 8) * 2 * numSamples) ;
in alac_decode()
597
BitBufferAdvance
(bits, count * 8) ;
in alac_fill_element()
630
BitBufferAdvance
(bits, count * 8) ;
in alac_data_stream_element()
H
A
D
ALACBitUtilities.h
84
void
BitBufferAdvance
(BitBuffer * bits, uint32_t numBits) ;
H
A
D
ag_dec.c
354
BitBufferAdvance
(bitstream, *outNumBits) ;
in dyn_decomp()
H
A
D
ag_enc.c
348
BitBufferAdvance
(bitstream, *outNumBits) ;
in dyn_comp()
Completed in 4 milliseconds