/third_party/musl/porting/liteos_a/user/src/misc/ |
D | getrlimit.c | 5 #define FIX(x) do{ if ((x)>=SYSCALL_RLIM_INFINITY) (x)=RLIM_INFINITY; }while(0) macro
|
D | setrlimit.c | 7 #define FIX(x) do{ if ((x)>=SYSCALL_RLIM_INFINITY) (x)=RLIM_INFINITY; }while(0) macro
|
/third_party/musl/src/misc/ |
D | getrlimit.c | 5 #define FIX(x) do{ if ((x)>=SYSCALL_RLIM_INFINITY) (x)=RLIM_INFINITY; }while(0) macro
|
D | setrlimit.c | 7 #define FIX(x) do{ if ((x)>=SYSCALL_RLIM_INFINITY) (x)=RLIM_INFINITY; }while(0) macro
|
/third_party/musl/src/linux/ |
D | prlimit.c | 5 #define FIX(x) do{ if ((x)>=SYSCALL_RLIM_INFINITY) (x)=RLIM_INFINITY; }while(0) macro
|
/third_party/rust/crates/rust-cexpr/tests/ |
D | clang.rs | 315 static FIX: AtomicBool = AtomicBool::new(false); in fix_bug_9069() constant
|
/third_party/musl/src/passwd/ |
D | getpw_r.c | 4 #define FIX(x) (pw->pw_##x = pw->pw_##x-line+buf) macro
|
D | getgr_r.c | 4 #define FIX(x) (gr->gr_##x = gr->gr_##x-line+buf) macro
|
/third_party/ffmpeg/libavcodec/ |
D | mpegaudio.h | 60 #define FIX(a) ((int)((a) * FRAC_ONE)) macro
|
D | jrevdct.c | 146 #define FIX(x) ((int32_t) ((x) * CONST_SCALE + 0.5)) macro
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jdct.h | 171 #define FIX(x) ((JLONG)((x) * CONST_SCALE + 0.5)) macro
|
D | jccolor.c | 68 #define FIX(x) ((JLONG)((x) * (1L << SCALEBITS) + 0.5)) macro
|
D | jdmerge.c | 51 #define FIX(x) ((JLONG)((x) * (1L << SCALEBITS) + 0.5)) macro
|
/third_party/libjpeg-turbo/ |
D | jdct.h | 171 #define FIX(x) ((JLONG)((x) * CONST_SCALE + 0.5)) macro
|
D | jccolor.c | 68 #define FIX(x) ((JLONG)((x) * (1L << SCALEBITS) + 0.5)) macro
|
D | jdmerge.c | 52 #define FIX(x) ((JLONG)((x) * (1L << SCALEBITS) + 0.5)) macro
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jdct.h | 171 #define FIX(x) ((JLONG)((x) * CONST_SCALE + 0.5)) macro
|
D | jccolor.c | 68 #define FIX(x) ((JLONG)((x) * (1L << SCALEBITS) + 0.5)) macro
|
D | jdmerge.c | 52 #define FIX(x) ((JLONG)((x) * (1L << SCALEBITS) + 0.5)) macro
|
/third_party/ffmpeg/tests/ |
D | utils.c | 28 #define FIX(x) ((int) ((x) * (1 << SCALEBITS) + 0.5)) macro
|
/third_party/ffmpeg/libavfilter/ |
D | vf_fspp.h | 34 #define FIX(x,s) ((x) * (1 << s) + 0.5) macro
|
/third_party/ffmpeg/libavutil/ |
D | colorspace.h | 32 #define FIX(x) ((int) ((x) * (1<<SCALEBITS) + 0.5)) macro
|
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/ |
D | quant_levels_dec_utils.c | 25 #define FIX 16 // fix-point precision for averaging macro
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
D | quant_levels_dec_utils.c | 25 #define FIX 16 // fix-point precision for averaging macro
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | ifs.c | 87 #define FIX 12 macro
|