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:cb_pos
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/
H
A
D
compress.c
716
u8 *dest, *cb, *
cb_pos
, *cb_end;
in ntfs_compressed_attr_pread()
local
807
cb_pos
= cb;
in ntfs_compressed_attr_pread()
914
(
cb_pos
- cb), to_read,
cb_pos
);
in ntfs_compressed_attr_pread()
936
cb_pos
+= br;
in ntfs_compressed_attr_pread()
944
if (
cb_pos
+ 2 <= cb_end)
in ntfs_compressed_attr_pread()
945
*(u16*)
cb_pos
= 0;
in ntfs_compressed_attr_pread()
/third_party/ffmpeg/libavcodec/
H
A
D
ilbcdec.c
285
int i, j, pos = 0,
cb_pos
= 0;
in lsf_dequantization()
local
289
lsfdeq[pos + j] = lsf_codebook[
cb_pos
+ index[i] * lsf_dim_codebook[i] + j];
in lsf_dequantization()
293
cb_pos
+= lsf_size_codebook[i] * lsf_dim_codebook[i];
in lsf_dequantization()
298
cb_pos
= 0;
in lsf_dequantization()
301
lsfdeq[LPC_FILTERORDER + pos + j] = lsf_codebook[
cb_pos
+
in lsf_dequantization()
306
cb_pos
+= lsf_size_codebook[i] * lsf_dim_codebook[i];
in lsf_dequantization()
H
A
D
g723_1dec.c
317
int
cb_pos
= subfrm->pulse_pos;
in gen_fcb_excitation()
local
321
offset = ((
cb_pos
& 7) << 3) + cb_shift + i;
in gen_fcb_excitation()
323
cb_pos
>>= 3;
in gen_fcb_excitation()
Completed in 7 milliseconds