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:ABS
(Results
1 - 16
of
16
) sorted by relevance
/third_party/pulseaudio/speex/tmv/
H
A
D
fixed_tm.h
56
#undef
ABS
macro
59
#define
ABS
(x) iabs(x)
macro
/third_party/ffmpeg/libavfilter/
H
A
D
avf_ahistogram.c
35
enum HistogramMode {
ABS
, SIGN, NB_HMODES };
enumerator
H
A
D
vf_pullup.c
65
#define
ABS
(a) (((a) ^ ((a) >> 31)) - ((a) >> 31))
macro
/third_party/pulseaudio/speex/libspeexdsp/
H
A
D
arch.h
75
#define
ABS
(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute integer value. */
macro
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H
A
D
rpng2-win.c
137
#define
ABS
(a) ((a)<0?-(a):(a))
macro
H
A
D
rpng2-x.c
144
#define
ABS
(a) ((a)<0?-(a):(a))
macro
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H
A
D
CheckAPI.java
89
private static final int
ABS
= 5, ABS_ABSTRACT = 1;
field in CheckAPI
H
A
D
APIInfo.java
36
public static final int
ABS
= 5, ABS_ABSTRACT = 1;
field in APIInfo
/third_party/icu/icu4c/source/common/
H
A
D
utrie.cpp
33
#undef
ABS
macro
34
#define
ABS
(x) ((x)>=0 ? (x) : -(x))
macro
/third_party/lame/libmp3lame/
H
A
D
util.c
307
#define
ABS
(A) (((A)>0) ? (A) : -(A))
macro
/third_party/node/deps/icu-small/source/common/
H
A
D
utrie.cpp
33
#undef
ABS
macro
34
#define
ABS
(x) ((x)>=0 ? (x) : -(x))
macro
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
utrie.cpp
33
#undef
ABS
macro
34
#define
ABS
(x) ((x)>=0 ? (x) : -(x))
macro
/third_party/rust/crates/rustix/src/
H
A
D
io_uring.rs
419
const
ABS
= sys::IORING_TIMEOUT_ABS;
consts
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H
A
D
MCDwarf.cpp
306
const MCExpr *
ABS
= forceExpAbs(OS, Value);
in emitAbsValue()
local
/third_party/alsa-utils/aplay/
H
A
D
aplay.c
60
#define
ABS
(a) (a) < 0 ? -(a) : (a)
macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H
A
D
ISDOpcodes.h
454
ABS
,
enumerator
Completed in 30 milliseconds