Searched refs:rsClamp (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/ScriptCRT/
H A Drs_core.c193 extern uint __attribute__((overloadable, always_inline)) rsClamp(uint amount, uint low, uint high) { function
196 extern int __attribute__((overloadable, always_inline)) rsClamp(int amount, int low, int high) { function
199 extern ushort __attribute__((overloadable, always_inline)) rsClamp(ushort amount, ushort low, ushort high) { function
202 extern short __attribute__((overloadable, always_inline)) rsClamp(short amount, short low, short high) { function
205 extern uchar __attribute__((overloadable, always_inline)) rsClamp(uchar amount, uchar low, uchar high) { function
208 extern char __attribute__((overloadable, always_inline)) rsClamp(char amount, char low, char high) { function
/frameworks/rs/scriptc/
H A Drs_math.rsh67 _RS_RUNTIME uint __attribute__((overloadable, always_inline)) rsClamp(uint amount, uint low, uint high);
72 _RS_RUNTIME int __attribute__((overloadable, always_inline)) rsClamp(int amount, int low, int high);
76 _RS_RUNTIME ushort __attribute__((overloadable, always_inline)) rsClamp(ushort amount, ushort low, ushort high);
80 _RS_RUNTIME short __attribute__((overloadable, always_inline)) rsClamp(short amount, short low, short high);
84 _RS_RUNTIME uchar __attribute__((overloadable, always_inline)) rsClamp(uchar amount, uchar low, uchar high);
88 _RS_RUNTIME char __attribute__((overloadable, always_inline)) rsClamp(char amount, char low, char high);

Completed in 71 milliseconds