Home
last modified time | relevance | path

Searched defs:word_out (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/common/crypto/aes/amd64/
H A Daesopt.h573 #define word_out(x, c, v) { ((uint8_t *)(x) + 4 * c)[0] = bval(v, 0); \ macro
/titanic_41/usr/src/uts/common/io/e1000api/
H A De1000_nvm.c654 u16 word_out = data[widx]; in e1000_write_nvm_spi() local