Home
last modified time | relevance | path

Searched defs:CLAMP (Results 1 - 24 of 24) sorted by relevance

/third_party/musl/src/time/
H A Dclock_nanosleep.c6 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
/third_party/musl/src/signal/
H A Dsigtimedwait.c6 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
/third_party/musl/src/ipc/
H A Dsemtimedop.c8 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
/third_party/musl/src/mq/
H A Dmq_timedreceive.c6 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
H A Dmq_timedsend.c6 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
/third_party/musl/src/network/
H A Dsetsockopt.c7 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
H A Drecvmmsg.c9 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
/third_party/musl/porting/liteos_a/user/src/select/
H A Dselect.c8 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
/third_party/musl/src/select/
H A Dselect.c8 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
H A Dpselect.c8 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
H A Dppoll.c8 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DTileMode.java15 CLAMP(0), enum constant
/third_party/musl/porting/liteos_a/user/src/thread/
H A D__timedwait.c9 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
H A Dpthread_mutex_timedlock.c4 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
/third_party/musl/src/thread/
H A D__timedwait.c9 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
H A Dpthread_mutex_timedlock.c4 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_mutex_timedlock.c19 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
/third_party/mesa3d/src/util/
H A Dmacros.h340 #define CLAMP( X, MIN, MAX ) ( (X)>(MIN) ? ((X)>(MAX) ? (MAX) : (X)) : (MIN) ) macro
H A Du_math.h633 #define CLAMP( X, MIN, MAX ) ( (X)>(MIN) ? ((X)>(MAX) ? (MAX) : (X)) : (MIN) ) macro
/third_party/ffmpeg/libavfilter/
H A Dvf_colorconstancy.c235 #define CLAMP(x, mx) av_clip((x), 0, (mx-1)) macro
/third_party/rust/crates/rustix/src/
H A Dio_uring.rs349 const CLAMP = sys::IORING_SETUP_CLAMP; consts
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_uvc.c1006 #define CLAMP(_val, _min, _max) ( \ macro
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc.h857 #undef CLAMP macro
/third_party/toybox/toys/pending/
H A Dawk.c3560 #define CLAMP(x, lo, hi) ((x) < (lo) ? (lo) : (x) > (hi) ? (hi) : (x)) macro

Completed in 19 milliseconds