Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c125 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()
195 NXPRT(fprintf(stderr, "touch direct ddebc 0x%x ddead %p\n", 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()
[all...]
H A Dgzfht_test.c110 put32(cmdp->crb.source_dde, ddebc, srclen); in compress_fht_sample()
116 put32(cmdp->crb.target_dde, ddebc, dstlen); in compress_fht_sample()
/linux/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnxu.h91 * ddebc is the buffer length bytes.
93 * pointer to a contiguous list of direct ddes; ddebc is the
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; \