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:FIX
(Results
1 - 18
of
18
) sorted by relevance
/third_party/musl/src/misc/
H
A
D
getrlimit.c
5
#define
FIX
(x) do{ if ((x)>=SYSCALL_RLIM_INFINITY) (x)=RLIM_INFINITY; }while(0)
macro
H
A
D
setrlimit.c
7
#define
FIX
(x) do{ if ((x)>=SYSCALL_RLIM_INFINITY) (x)=RLIM_INFINITY; }while(0)
macro
/third_party/musl/porting/liteos_a/user/src/misc/
H
A
D
getrlimit.c
5
#define
FIX
(x) do{ if ((x)>=SYSCALL_RLIM_INFINITY) (x)=RLIM_INFINITY; }while(0)
macro
H
A
D
setrlimit.c
7
#define
FIX
(x) do{ if ((x)>=SYSCALL_RLIM_INFINITY) (x)=RLIM_INFINITY; }while(0)
macro
/third_party/musl/src/linux/
H
A
D
prlimit.c
5
#define
FIX
(x) do{ if ((x)>=SYSCALL_RLIM_INFINITY) (x)=RLIM_INFINITY; }while(0)
macro
/third_party/musl/src/passwd/
H
A
D
getgr_r.c
4
#define
FIX
(x) (gr->gr_##x = gr->gr_##x-line+buf)
macro
H
A
D
getpw_r.c
4
#define
FIX
(x) (pw->pw_##x = pw->pw_##x-line+buf)
macro
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
jdct.h
171
#define
FIX
(x) ((JLONG)((x) * CONST_SCALE + 0.5))
macro
H
A
D
jccolor.c
68
#define
FIX
(x) ((JLONG)((x) * (1L << SCALEBITS) + 0.5))
macro
[all...]
H
A
D
jdmerge.c
52
#define
FIX
(x) ((JLONG)((x) * (1L << SCALEBITS) + 0.5))
macro
H
A
D
jdcolor.c
78
#define
FIX
(x) ((JLONG)((x) * (1L << SCALEBITS) + 0.5))
macro
/third_party/ffmpeg/libavcodec/
H
A
D
mpegaudio.h
60
#define
FIX
(a) ((int)((a) * FRAC_ONE))
macro
H
A
D
jrevdct.c
148
#define
FIX
(x) ((int32_t) ((x) * CONST_SCALE + 0.5))
macro
1159
#undef
FIX
macro
/third_party/ffmpeg/libavutil/
H
A
D
colorspace.h
32
#define
FIX
(x) ((int) ((x) * (1<<SCALEBITS) + 0.5))
macro
[all...]
/third_party/ffmpeg/tests/
H
A
D
utils.c
28
#define
FIX
(x) ((int) ((x) * (1 << SCALEBITS) + 0.5))
macro
[all...]
/third_party/rust/crates/rust-cexpr/tests/
H
A
D
clang.rs
315
static
FIX
: AtomicBool = AtomicBool::new(false);
in fix_bug_9069()
consts
/third_party/ffmpeg/libavfilter/
H
A
D
vf_fspp.h
35
#define
FIX
(x,s) ((x) * (1 << s) + 0.5)
macro
[all...]
/third_party/skia/third_party/externals/libwebp/src/utils/
H
A
D
quant_levels_dec_utils.c
25
#define
FIX
16 // fix-point precision for averaging
macro
Completed in 10 milliseconds