Searched refs:ddebc (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/ |
D | gunz_test.c | 125 bytes = getp32(ddl, ddebc); in nx_append_dde() 130 putp32(ddl, ddebc, bytes); in nx_append_dde() 141 put32(ddl[2], ddebc, len); in nx_append_dde() 148 putp32(ddl, ddebc, bytes); in nx_append_dde() 156 put32(ddl[ddecnt], ddebc, len); in nx_append_dde() 160 putp32(ddl, ddebc, bytes); /* byte sum of all dde */ in nx_append_dde() 192 buf_len = getp32(ddep, ddebc); in nx_touch_pages_dde() 215 buf_sz = getp32(ddep, ddebc); in nx_touch_pages_dde() 219 buf_len = get32(dde_list[i], ddebc); in nx_touch_pages_dde() 649 source_sz = getp32(ddl_in, ddebc); in decompress_file() [all …]
|
D | gzfht_test.c | 107 put32(cmdp->crb.source_dde, ddebc, srclen); in compress_fht_sample() 113 put32(cmdp->crb.target_dde, ddebc, dstlen); in compress_fht_sample()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/include/ |
D | nxu.h | 99 uint32_t ddebc; /* dde byte count */ member 446 #define clear_dde(ST) do { ST.dde_count = ST.ddebc = 0; ST.ddead = 0; \ 448 #define clearp_dde(ST) do { (ST)->dde_count = (ST)->ddebc = 0; \
|