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:abs1
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H
A
D
canonical-abs.c
2
_Bool
abs1
(int a) { return (a < 0 ? -a : a) == (a > 0 ? a : -a); }
in abs1()
function
/third_party/libwebsockets/lib/abstract/
H
A
D
abstract.c
98
lws_abstract_compare_connection(lws_abs_t *
abs1
, lws_abs_t *abs2)
in lws_abstract_compare_connection()
argument
/third_party/libwebsockets/lib/abstract/transports/
H
A
D
raw-skt.c
353
lws_atcrs_compare(lws_abs_t *
abs1
, lws_abs_t *abs2)
in lws_atcrs_compare()
argument
H
A
D
unit-test.c
517
lws_atcut_compare(lws_abs_t *
abs1
, lws_abs_t *abs2)
in lws_atcut_compare()
argument
/third_party/libwebsockets/lib/abstract/protocols/smtp/
H
A
D
smtp.c
353
lws_smtpc_compare(lws_abs_t *
abs1
, lws_abs_t *abs2)
in lws_smtpc_compare()
argument
/third_party/skia/third_party/externals/libwebp/src/dsp/
H
A
D
enc_sse41.c
45
const __m128i
abs1
= _mm_abs_epi16(out1);
in CollectHistogram_SSE41()
local
H
A
D
enc_sse2.c
458
const __m128i
abs1
= _mm_max_epi16(out1, d1);
in CollectHistogram_SSE2()
local
Completed in 9 milliseconds