Lines Matching defs:success
95 …ine uint32_t LSL_C(const uint32_t value, const uint32_t amount, uint32_t &carry_out, bool *success) in LSL_C()
106 static inline uint32_t LSL(const uint32_t value, const uint32_t amount, bool *success) in LSL()
119 …ine uint32_t LSR_C(const uint32_t value, const uint32_t amount, uint32_t &carry_out, bool *success) in LSR_C()
130 static inline uint32_t LSR(const uint32_t value, const uint32_t amount, bool *success) in LSR()
143 …ine uint32_t ASR_C(const uint32_t value, const uint32_t amount, uint32_t &carry_out, bool *success) in ASR_C()
164 static inline uint32_t ASR(const uint32_t value, const uint32_t amount, bool *success) in ASR()
177 …ine uint32_t ROR_C(const uint32_t value, const uint32_t amount, uint32_t &carry_out, bool *success) in ROR_C()
190 static inline uint32_t ROR(const uint32_t value, const uint32_t amount, bool *success) in ROR()
203 …e uint32_t RRX_C(const uint32_t value, const uint32_t carry_in, uint32_t &carry_out, bool *success) in RRX_C()
210 static inline uint32_t RRX(const uint32_t value, const uint32_t carry_in, bool *success) in RRX()
222 const uint32_t carry_in, uint32_t &carry_out, bool *success) in Shift_C()
262 const uint32_t carry_in, bool *success) in Shift()