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
defs:codesize
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
lzw.c
54
int
codesize
;
member
H
A
D
sbc.h
100
uint16_t
codesize
;
member
/third_party/skia/third_party/externals/libgifcodec/
H
A
D
SkGifImageReader.cpp
228
datum >>=
codesize
;
in doLZW()
local
H
A
D
SkGifImageReader.h
120
int
codesize
;
member in final
/third_party/python/Modules/_sre/
H
A
D
sre.h
38
Py_ssize_t
codesize
;
member
/third_party/pulseaudio/src/modules/bluetooth/
H
A
D
bt-codec-msbc.c
29
size_t
codesize
, frame_length; /* SBC Codesize, frame_length. We simply cache those values here */
member
[all...]
H
A
D
a2dp-codec-sbc.c
44
size_t
codesize
, frame_length; /* SBC Codesize, frame_length. We simply cache those values here */
member
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
jchuff.c
935
int
codesize
[257]; /*
codesize
[k] = code length of symbol k */
in jpeg_gen_optimal_table()
local
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H
A
D
dng_lossless_jpeg.cpp
3191
short
codesize
[257]; //
codesize
[k] = code length of symbol k
in GenHuffCoding()
local
[all...]
/third_party/node/deps/v8/src/compiler/
H
A
D
pipeline.cc
3232
int
codesize
= result->code_desc.body_size();
in GenerateCodeForWasmFunction()
local
Completed in 17 milliseconds