Lines Matching refs:uchar
163 extern uchar __attribute__((const, overloadable))
782 extern uchar __attribute__((const, overloadable))
783 clamp(uchar value, uchar min_value, uchar max_value);
938 clamp(uchar2 value, uchar min_value, uchar max_value);
943 clamp(uchar3 value, uchar min_value, uchar max_value);
948 clamp(uchar4 value, uchar min_value, uchar max_value);
1095 extern uchar __attribute__((const, overloadable))
1096 clz(uchar value);
2693 static inline uchar __attribute__((const, overloadable))
2694 max(uchar a, uchar b) {
2946 extern uchar __attribute__((const, overloadable))
2947 max(uchar a, uchar b);
3154 static inline uchar __attribute__((const, overloadable))
3155 min(uchar a, uchar b) {
3407 extern uchar __attribute__((const, overloadable))
3408 min(uchar a, uchar b);
6484 extern uchar __attribute__((const, overloadable
6489 rsClamp(uchar amount, uchar low, uchar high);