Searched refs:_x_ (Results 1 – 1 of 1) sorted by relevance
39 #define SHA_ALG_SWAP(_x_, _y_) { \ argument40 uint8_t z = (uint8_t)*_x_; \41 *_x_ = (uint8_t)*_y_; \48 #define SHA_ALG_SELECT_MIN(_x_, _y_) (((_x_) < (_y_)) ? (_x_) : (_y_)) argument
Completed in 5 milliseconds