Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/sgx/
H A Dsigstruct.c64 static void reverse_bytes(void *data, int length) in reverse_bytes() function
116 reverse_bytes(q1, len); in calc_q1q2()
118 reverse_bytes(q2, len); in calc_q1q2()
379 reverse_bytes(sigstruct->signature, SGX_MODULUS_SIZE); in encl_measure()
380 reverse_bytes(sigstruct->modulus, SGX_MODULUS_SIZE); in encl_measure()
/linux-6.15/fs/bcachefs/
H A Dnamei.c585 static inline void reverse_bytes(void *b, size_t n) in reverse_bytes() function
645 reverse_bytes(path->buf + orig_pos, path->pos - orig_pos); in bch2_inum_to_path()
/linux-6.15/sound/sparc/
H A Ddbri.c577 static __u32 reverse_bytes(__u32 b, int len) in reverse_bytes() function
1031 data = reverse_bytes(data, dbri->pipes[pipe].length); in xmit_fixed()
1895 val = reverse_bytes(val, dbri->pipes[channel].length); in dbri_process_one_interrupt()