Home
last modified time | relevance | path

Searched defs:CLAMP (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DTileMode.java15 CLAMP(0), enumConstant
/third_party/musl/src/mq/
Dmq_timedsend.c6 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
Dmq_timedreceive.c6 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
/third_party/musl/src/linux/
Dppoll.c8 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
/third_party/musl/src/time/
Dclock_nanosleep.c6 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
/third_party/musl/src/network/
Dsetsockopt.c7 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
Drecvmmsg.c9 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
/third_party/musl/src/select/
Dselect.c8 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
Dpselect.c8 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
/third_party/musl/porting/liteos_a/user/src/select/
Dselect.c8 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
/third_party/musl/src/ipc/
Dsemtimedop.c8 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
/third_party/musl/src/signal/
Dsigtimedwait.c6 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
/third_party/musl/src/thread/
Dpthread_mutex_timedlock.c4 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
D__timedwait.c9 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_mutex_timedlock.c4 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
D__timedwait.c9 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dghash.c52 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) macro
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/linux/
DSDL_syshaptic.c718 #define CLAMP(x) (((x) > 32767) ? 32767 : x) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h364 CLAMP, enumerator
/third_party/pixman/pixman/
Dpixman-combine-float.c169 #define CLAMP(f) \ macro
Dpixman-combine32.c544 #define CLAMP(v, low, high) \ macro
/third_party/ffmpeg/libavfilter/
Dvf_colorconstancy.c232 #define CLAMP(x, mx) av_clip((x), 0, (mx-1)) macro
/third_party/glib/glib/
Dgmacros.h831 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) macro
/third_party/NuttX/drivers/usbdev/gadget/
Df_uvc.c1006 #define CLAMP(_val, _min, _max) ( \ macro
/third_party/libusb/libusb/
Dlibusbi.h63 #define CLAMP(val, min, max) \ macro