Home
last modified time | relevance | path

Searched defs:FIX (Results 1 - 18 of 18) sorted by relevance

/third_party/musl/src/misc/
H A Dgetrlimit.c5 #define FIX(x) do{ if ((x)>=SYSCALL_RLIM_INFINITY) (x)=RLIM_INFINITY; }while(0) macro
H A Dsetrlimit.c7 #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 Dgetrlimit.c5 #define FIX(x) do{ if ((x)>=SYSCALL_RLIM_INFINITY) (x)=RLIM_INFINITY; }while(0) macro
H A Dsetrlimit.c7 #define FIX(x) do{ if ((x)>=SYSCALL_RLIM_INFINITY) (x)=RLIM_INFINITY; }while(0) macro
/third_party/musl/src/linux/
H A Dprlimit.c5 #define FIX(x) do{ if ((x)>=SYSCALL_RLIM_INFINITY) (x)=RLIM_INFINITY; }while(0) macro
/third_party/musl/src/passwd/
H A Dgetgr_r.c4 #define FIX(x) (gr->gr_##x = gr->gr_##x-line+buf) macro
H A Dgetpw_r.c4 #define FIX(x) (pw->pw_##x = pw->pw_##x-line+buf) macro
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdct.h171 #define FIX(x) ((JLONG)((x) * CONST_SCALE + 0.5)) macro
H A Djccolor.c68 #define FIX(x) ((JLONG)((x) * (1L << SCALEBITS) + 0.5)) macro
[all...]
H A Djdmerge.c52 #define FIX(x) ((JLONG)((x) * (1L << SCALEBITS) + 0.5)) macro
H A Djdcolor.c78 #define FIX(x) ((JLONG)((x) * (1L << SCALEBITS) + 0.5)) macro
/third_party/ffmpeg/libavcodec/
H A Dmpegaudio.h60 #define FIX(a) ((int)((a) * FRAC_ONE)) macro
H A Djrevdct.c148 #define FIX(x) ((int32_t) ((x) * CONST_SCALE + 0.5)) macro
1159 #undef FIX macro
/third_party/ffmpeg/libavutil/
H A Dcolorspace.h32 #define FIX(x) ((int) ((x) * (1<<SCALEBITS) + 0.5)) macro
[all...]
/third_party/ffmpeg/tests/
H A Dutils.c28 #define FIX(x) ((int) ((x) * (1 << SCALEBITS) + 0.5)) macro
[all...]
/third_party/rust/crates/rust-cexpr/tests/
H A Dclang.rs315 static FIX: AtomicBool = AtomicBool::new(false); in fix_bug_9069() consts
/third_party/ffmpeg/libavfilter/
H A Dvf_fspp.h35 #define FIX(x,s) ((x) * (1 << s) + 0.5) macro
[all...]
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dquant_levels_dec_utils.c25 #define FIX 16 // fix-point precision for averaging macro

Completed in 10 milliseconds