Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c304 spbc = (!lzcounts) ? get32(cmdp->cpb, out_spbc_comp) : in compress_file()
305 get32(cmdp->cpb, out_spbc_comp_with_count); in compress_file()
309 tpbc = get32(cmdp->crb.csb, tpbc); in compress_file()
340 crc = get32(cmdp->cpb, out_crc); in compress_file()
H A Dgunz_test.c219 buf_len = get32(dde_list[i], ddebc); in nx_touch_pages_dde()
749 spbc = get32(cmdp->cpb, out_spbc_decomp); in decompress_file()
750 tpbc = get32(cmdp->crb.csb, tpbc); in decompress_file()
779 spbc = get32(cmdp->cpb, out_spbc_decomp); in decompress_file()
780 tpbc = get32(cmdp->crb.csb, tpbc); in decompress_file()
/linux/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnxu.h432 #define get32(ST, REG) (be32toh(ST.REG)) macro
437 #define unget32(ST, REG) (get32(ST, REG) & ~((REG##_mask) \