Home
last modified time | relevance | path

Searched refs:_x_ (Results 1 – 1 of 1) sorted by relevance

/bsp/xuantie/libraries/xuantie_libraries/chip_riscv_dummy/src/drivers/
A Dsha.c39 #define SHA_ALG_SWAP(_x_, _y_) { \ argument
40 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