/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
D | TileMode.java | 15 CLAMP(0), enumConstant
|
/third_party/musl/src/mq/ |
D | mq_timedsend.c | 6 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
|
D | mq_timedreceive.c | 6 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
|
/third_party/musl/src/linux/ |
D | ppoll.c | 8 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
|
/third_party/musl/src/time/ |
D | clock_nanosleep.c | 6 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
|
/third_party/musl/src/network/ |
D | setsockopt.c | 7 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
|
D | recvmmsg.c | 9 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
|
/third_party/musl/src/select/ |
D | select.c | 8 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
|
D | pselect.c | 8 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
|
/third_party/musl/porting/liteos_a/user/src/select/ |
D | select.c | 8 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
|
/third_party/musl/src/ipc/ |
D | semtimedop.c | 8 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
|
/third_party/musl/src/signal/ |
D | sigtimedwait.c | 6 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
|
/third_party/musl/src/thread/ |
D | pthread_mutex_timedlock.c | 4 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
|
D | __timedwait.c | 9 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_mutex_timedlock.c | 4 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
|
D | __timedwait.c | 9 #define CLAMP(x) (int)(IS32BIT(x) ? (x) : 0x7fffffffU+((0ULL+(x))>>63)) macro
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | ghash.c | 52 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) macro
|
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/linux/ |
D | SDL_syshaptic.c | 718 #define CLAMP(x) (((x) > 32767) ? 32767 : x) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 364 CLAMP, enumerator
|
/third_party/pixman/pixman/ |
D | pixman-combine-float.c | 169 #define CLAMP(f) \ macro
|
D | pixman-combine32.c | 544 #define CLAMP(v, low, high) \ macro
|
/third_party/ffmpeg/libavfilter/ |
D | vf_colorconstancy.c | 232 #define CLAMP(x, mx) av_clip((x), 0, (mx-1)) macro
|
/third_party/glib/glib/ |
D | gmacros.h | 831 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) macro
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | f_uvc.c | 1006 #define CLAMP(_val, _min, _max) ( \ macro
|
/third_party/libusb/libusb/ |
D | libusbi.h | 63 #define CLAMP(val, min, max) \ macro
|