Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daesopt.h551 #define bval(x, n) to_byte((x) >> (8 * (n))) macro
561 #define bval(x, n) to_byte((x) >> (24 - 8 * (n))) macro
/f-stack/tools/libxo/libxo/
H A Dlibxo.c1050 uint8_t bval = (uint8_t) *buf; in xo_utf8_to_wc_len() local