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:hlit
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
movtextenc.c
82
HighlightBox
hlit
;
member
138
bytestream_put_be16(&p, s->
hlit
.start);
in encode_hlit()
139
bytestream_put_be16(&p, s->
hlit
.end);
in encode_hlit()
445
if (!(s->box_flags & HLIT_BOX) || s->
hlit
.start == s->text_pos) {
in mov_text_color_cb()
448
s->
hlit
.start = s->text_pos;
in mov_text_color_cb()
452
s->
hlit
.end = s->text_pos;
in mov_text_color_cb()
483
if (!(s->box_flags & HLIT_BOX) || s->
hlit
.start == s->text_pos) {
in mov_text_alpha_cb()
486
s->
hlit
.start = s->text_pos;
in mov_text_alpha_cb()
490
s->
hlit
.end = s->text_pos;
in mov_text_alpha_cb()
/third_party/python/Lib/test/test_email/
H
A
D
test_email.py
4378
self.
hlit
= list(chain(
4385
self.hnon = [c for c in range(256) if c not in self.
hlit
]
4386
assert len(self.
hlit
) + len(self.hnon) == 256
4398
for c in self.
hlit
:
4427
for c in self.
hlit
:
/third_party/astc-encoder/Source/
H
A
D
stb_image.h
4346
int
hlit
= stbi__zreceive(a,5) + 257;
in stbi__compute_huffman_codes()
local
4349
int ntot =
hlit
+ hdist;
in stbi__compute_huffman_codes()
4383
if (!stbi__zbuild_huffman(&a->z_length, lencodes,
hlit
)) return 0;
in stbi__compute_huffman_codes()
4384
if (!stbi__zbuild_huffman(&a->z_distance, lencodes+
hlit
, hdist)) return 0;
in stbi__compute_huffman_codes()
Completed in 19 milliseconds