Searched defs:word_out (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/ |
H A D | aesopt.h | 606 # define word_out(x,c,v) { ((uint8_t*)(x)+4*c)[0] = bval(v,0); ((uint8_t*)(x)+4*c)[1] = bval(v,1);… macro 610 # define word_out(x,c,v) (*((uint32_t*)(x)+(c)) = (v)) macro 613 # define word_out(x,c,v) (*((uint32_t*)(x)+(c)) = aes_sw32(v)) macro
|
/freebsd/sys/dev/igc/ |
H A D | igc_nvm.c | 475 u16 word_out = data[widx]; in igc_write_nvm_spi() local
|
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/ |
H A D | aesopt.h | 573 #define word_out(x, c, v) { ((uint8_t *)(x) + 4 * c)[0] = bval(v, 0); \ macro
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_nvm.c | 661 u16 word_out = data[widx]; in e1000_write_nvm_spi() local
|