Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/crypto/
H A Daes_gcm_test.txt720 comment: msbs changed in tag
1699 comment: msbs changed in tag
2612 comment: msbs changed in tag
H A Daes_ccm_test.txt841 comment: msbs changed in tag
1699 comment: msbs changed in tag
2557 comment: msbs changed in tag
/freebsd/contrib/sqlite3/
H A Dshell.c9143 int msbs = 8 * (APND_MARK_FOS_SZ-1); in apndReadMark() local
9150 iMark = ((sqlite3_int64)(a[APND_MARK_PREFIX_SZ] & 0x7f)) << msbs; in apndReadMark()
9152 msbs -= 8; in apndReadMark()
9153 iMark |= (sqlite3_int64)a[APND_MARK_PREFIX_SZ+i]<<msbs; in apndReadMark()