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:SPAN
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavfilter/x86/
H
A
D
vf_idet_init.c
28
#define FUNC_MAIN_DECL(KIND,
SPAN
) \
34
const int left_over = w & (
SPAN
- 1); \
44
#define FUNC_MAIN_DECL_16bit(KIND,
SPAN
) \
50
const int left_over = w & (
SPAN
- 1); \
/third_party/skia/third_party/externals/libwebp/src/dsp/
H
A
D
lossless_enc_sse2.c
81
#define
SPAN
8
macro
94
for (x = 0; x +
SPAN
<= tile_width; x +=
SPAN
) {
in CollectColorBlueTransforms_SSE2()
95
uint16_t values[
SPAN
];
in CollectColorBlueTransforms_SSE2()
97
const __m128i in1 = _mm_loadu_si128((__m128i*)&src[x +
SPAN
/ 2]);
in CollectColorBlueTransforms_SSE2()
116
for (i = 0; i <
SPAN
; ++i) ++histo[values[i]];
in CollectColorBlueTransforms_SSE2()
120
const int left_over = tile_width & (
SPAN
- 1);
in CollectColorBlueTransforms_SSE2()
140
for (x = 0; x +
SPAN
<= tile_width; x +=
SPAN
) {
in CollectColorRedTransforms_SSE2()
141
uint16_t values[
SPAN
];
in CollectColorRedTransforms_SSE2()
168
#undef
SPAN
global()
macro
[all...]
/third_party/zlib/examples/
H
A
D
zran.c
22
// its entirety, and an index built with access points about every
SPAN
bytes
24
// be read randomly, having to decompress on the average
SPAN
/2 uncompressed
463
#define
SPAN
1048576L // desired distance between access points
macro
497
int len = deflate_index_build(in,
SPAN
, &index);
in main()
Completed in 3 milliseconds