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:suffix_length
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
h264_cavlc.c
300
int
suffix_length
;
in init_cavlc_level_tab()
local
303
for(
suffix_length
=0;
suffix_length
<7;
suffix_length
++){
in init_cavlc_level_tab()
307
if(prefix + 1 +
suffix_length
<= LEVEL_TAB_BITS){
in init_cavlc_level_tab()
308
int level_code = (prefix <<
suffix_length
) +
in init_cavlc_level_tab()
309
(i >> (av_log2(i) -
suffix_length
)) - (1 <<
suffix_length
);
in init_cavlc_level_tab()
312
cavlc_level_tab[
suffix_length
][i][0]= level_code;
in init_cavlc_level_tab()
313
cavlc_level_tab[
suffix_length
][
in init_cavlc_level_tab()
483
int
suffix_length
= total_coeff > 10 & trailing_ones < 3;
decode_residual()
local
[all...]
/third_party/cJSON/
H
A
D
cJSON_Utils.c
1135
size_t
suffix_length
= pointer_encoded_length(suffix);
in compose_patch()
local
1137
unsigned char *full_path = (unsigned char*)cJSON_malloc(path_length +
suffix_length
+ sizeof("/"));
in compose_patch()
/third_party/node/deps/v8/src/d8/
H
A
D
d8.cc
3906
size_t
suffix_length
= strlen(suffix);
in ends_with()
local
3907
if (
suffix_length
<= input_length) {
in ends_with()
3908
return strcmp(input + input_length -
suffix_length
, suffix) == 0;
in ends_with()
Completed in 12 milliseconds