Home | History | Annotate | Download | only in runtime

Lines Matching defs:clz

748  * clz
753 extern uint32_t __attribute__((overloadable)) clz(uint32_t v) {
756 extern uint16_t __attribute__((overloadable)) clz(uint16_t v) {
759 extern uint8_t __attribute__((overloadable)) clz(uint8_t v) {
762 extern int32_t __attribute__((overloadable)) clz(int32_t v) {
765 extern int16_t __attribute__((overloadable)) clz(int16_t v) {
768 extern int8_t __attribute__((overloadable)) clz(int8_t v) {
774 IN_FUNC_IN(clz)