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:LINE_SIZE
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dsp/
H
A
D
lossless_enc_sse2.c
175
#define
LINE_SIZE
16 // 8 or 16
macro
179
for (i = 0; i +
LINE_SIZE
<= size; i +=
LINE_SIZE
) {
in AddVector_SSE2()
182
#if (
LINE_SIZE
== 16)
in AddVector_SSE2()
188
#if (
LINE_SIZE
== 16)
in AddVector_SSE2()
194
#if (
LINE_SIZE
== 16)
in AddVector_SSE2()
206
for (i = 0; i +
LINE_SIZE
<= size; i +=
LINE_SIZE
) {
in AddVectorEq_SSE2()
209
#if (
LINE_SIZE
== 16)
in AddVectorEq_SSE2()
215
#if (
LINE_SIZE
in AddVectorEq_SSE2()
230
#undef
LINE_SIZE
global()
macro
[all...]
/third_party/alsa-lib/src/topology/
H
A
D
dapm.c
285
#define
LINE_SIZE
1024
macro
291
char buf[
LINE_SIZE
];
in tplg_parse_line()
295
snd_strlcpy(buf, text,
LINE_SIZE
);
in tplg_parse_line()
Completed in 3 milliseconds