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:s_index
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mpegaudiodec_template.c
754
int
s_index
;
in huffman_decode()
local
761
s_index
= 0;
in huffman_decode()
774
memset(&g->sb_hybrid[
s_index
], 0, sizeof(*g->sb_hybrid) * 2 * j);
in huffman_decode()
775
s_index
+= 2 * j;
in huffman_decode()
793
g->sb_hybrid[
s_index
] =
in huffman_decode()
794
g->sb_hybrid[
s_index
+ 1] = 0;
in huffman_decode()
795
s_index
+= 2;
in huffman_decode()
799
exponent= exponents[
s_index
];
in huffman_decode()
807
READ_FLIP_SIGN(g->sb_hybrid +
s_index
, RENAME(expval_table)[exponent] + x)
in huffman_decode()
813
g->sb_hybrid[
s_index
]
in huffman_decode()
[all...]
/third_party/skia/third_party/externals/freetype/src/sdf/
H
A
D
ftbsdf.c
731
FT_Int
s_index
;
in bsdf_init_distance_map()
local
748
s_index
= ( s_rows - s_j - 1 ) * source->pitch;
in bsdf_init_distance_map()
750
s_index
= s_j * source->pitch;
in bsdf_init_distance_map()
752
div =
s_index
+ s_i / 8;
in bsdf_init_distance_map()
780
FT_Int
s_index
;
in bsdf_init_distance_map()
local
795
s_index
= ( s_rows - s_j - 1 ) * s_width + s_i;
in bsdf_init_distance_map()
797
s_index
= s_j * s_width + s_i;
in bsdf_init_distance_map()
800
t[t_index].alpha = s[
s_index
];
in bsdf_init_distance_map()
/third_party/mesa3d/src/compiler/glsl/
H
A
D
ir_reader.cpp
902
s_expression *
s_index
;
in read_dereference()
local
905
s_pattern array_pat[] = { "array_ref", s_subject,
s_index
};
in read_dereference()
918
ir_rvalue *idx = read_rvalue(
s_index
);
in read_dereference()
/third_party/node/deps/ada/
H
A
D
ada.cpp
7803
char32_t
s_index
= input[input_count] - hangul_sbase;
7804
if (
s_index
% hangul_tcount != 0) {
7805
input[--descending_idx] = hangul_tbase +
s_index
% hangul_tcount;
7808
hangul_vbase + (
s_index
% hangul_ncount) / hangul_tcount;
7809
input[--descending_idx] = hangul_lbase +
s_index
/ hangul_ncount;
Completed in 30 milliseconds