Searched refs:cpb (Results 1 – 4 of 4) sorted by relevance
/tools/testing/selftests/powerpc/nx-gzip/ |
D | gunz_test.c | 260 cmdp->cpb.out_spbc_comp_wrap = 0; in nx_submit_job() 261 cmdp->cpb.out_spbc_comp_with_count = 0; in nx_submit_job() 262 cmdp->cpb.out_spbc_decomp = 0; in nx_submit_job() 265 put32(cmdp->cpb, out_crc, INIT_CRC); in nx_submit_job() 266 put32(cmdp->cpb, out_adler, INIT_ADLER); in nx_submit_job() 553 cmdp->cpb.in_crc = cmdp->cpb.out_crc; in decompress_file() 554 cmdp->cpb.in_adler = cmdp->cpb.out_adler; in decompress_file() 558 putnn(cmdp->cpb, in_histlen, history_len); in decompress_file() 583 cmdp->cpb.in_histlen = 0; in decompress_file() 586 put32(cmdp->cpb, in_crc, INIT_CRC); in decompress_file() [all …]
|
D | gzfht_test.c | 91 putnn(cmdp->cpb, in_histlen, 0); /* resuming with no history */ in compress_fht_sample() 98 put32(cmdp->cpb, out_spbc_comp, 0); in compress_fht_sample() 100 put32(cmdp->cpb, out_spbc_comp_with_count, 0); in compress_fht_sample() 295 put32(cmdp->cpb, in_crc, 0); in compress_file() 352 spbc = (!lzcounts) ? get32(cmdp->cpb, out_spbc_comp) : in compress_file() 353 get32(cmdp->cpb, out_spbc_comp_with_count); in compress_file() 359 tebc = getnn(cmdp->cpb, out_tebc); in compress_file() 388 crc = get32(cmdp->cpb, out_crc); in compress_file() 389 put32(cmdp->cpb, in_crc, crc); in compress_file()
|
/tools/perf/util/ |
D | call-path.c | 54 struct call_path_block *cpb; in call_path__new() local 59 cpb = list_last_entry(&cpr->blocks, struct call_path_block, in call_path__new() 62 cpb = zalloc(sizeof(struct call_path_block)); in call_path__new() 63 if (!cpb) in call_path__new() 65 list_add_tail(&cpb->node, &cpr->blocks); in call_path__new() 70 cp = &cpb->cp[n]; in call_path__new()
|
/tools/testing/selftests/powerpc/nx-gzip/include/ |
D | nxu.h | 325 struct nx_gzip_cpb_t cpb; member 581 char *nx_cpb_str(struct nx_gzip_cpb_t *cpb, char *prbuf); 583 char *nx_lzcount_str(struct nx_gzip_cpb_t *cpb, char *prbuf);
|