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:source_end
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H
A
D
test_utils.cc
45
UChar*
source_end
;
in EncodeOneChar()
local
49
source_end
= source;
in EncodeOneChar()
52
(const UChar**)&
source_end
, source + sizeof(UChar),
in EncodeOneChar()
/third_party/ffmpeg/libavcodec/
H
A
D
bmvvideo.c
61
const uint8_t *src, *
source_end
= source + src_len;
in decode_bmv_frame()
local
95
if (src < source || src >=
source_end
)
in decode_bmv_frame()
108
if (src < source || src >=
source_end
)
in decode_bmv_frame()
/third_party/node/src/
H
A
D
node_buffer.cc
636
size_t
source_end
= 0;
in Copy()
local
641
&
source_end
));
in Copy()
644
if (target_start >= target_length || source_start >=
source_end
)
in Copy()
651
if (
source_end
- source_start > target_length - target_start)
in Copy()
652
source_end
= source_start + target_length - target_start;
in Copy()
655
std::min(
source_end
- source_start, target_length - target_start),
in Copy()
824
size_t
source_end
= 0;
in CompareOffset()
local
832
&
source_end
));
in CompareOffset()
841
CHECK_LE(source_start,
source_end
);
in CompareOffset()
845
std::min(std::min(
source_end
in CompareOffset()
[all...]
/third_party/mesa3d/src/panfrost/shared/
H
A
D
pan_tiling.c
180
pixel_t *
source_end
= source + w; \
182
for (; source <
source_end
; dest += (PIXELS_PER_TILE << shift)) { \
/third_party/node/deps/v8/src/wasm/baseline/
H
A
D
liftoff-assembler.cc
409
for (const VarState*
source_end
= source + count; source <
source_end
;
in InitMergeRegion()
Completed in 6 milliseconds