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:dest_end
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
xxan.c
133
const uint8_t *
dest_end
= dest + dest_len;
in xan_unpack()
local
H
A
D
vmdvideo.c
145
unsigned char *
dest_end
= dest + dest_len;
in rle_unpack()
local
H
A
D
xan.c
122
uint8_t *
dest_end
= dest + dest_len;
in xan_huffman_decode()
local
161
uint8_t *
dest_end
= dest + dest_len;
in xan_unpack()
local
/third_party/ffmpeg/libavformat/
H
A
D
utils.c
511
char *dest = NULL, *
dest_end
;
in ff_parse_key_value()
local
/third_party/ntfs-3g/libntfs-3g/
H
A
D
compress.c
476
u8 *
dest_end
= dest + dest_size; /* End of dest buffer. */
in ntfs_decompress()
local
/third_party/python/Objects/
H
A
D
tupleobject.c
518
PyObject **
dest_end
= dest + size;
in tuplerepeat()
local
H
A
D
listobject.c
573
PyObject **
dest_end
= dest + size;
in list_repeat()
local
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-ot-glyf-table.hh
1269
hb_bytes_t
dest_end
; /* region of source_glyph to copy second */
member
Completed in 14 milliseconds