Searched refs:cpb (Results 1 – 5 of 5) sorted by relevance
| /tools/testing/selftests/powerpc/nx-gzip/ |
| A D | gunz_test.c | 553 cmdp->cpb.in_crc = cmdp->cpb.out_crc; in decompress_file() 554 cmdp->cpb.in_adler = cmdp->cpb.out_adler; in decompress_file() 834 cmdp->cpb.in_subc = 0; in decompress_file() 835 cmdp->cpb.in_sfbt = 0; in decompress_file() 838 putnn(cmdp->cpb, in_rembytecnt, getnn(cmdp->cpb, in decompress_file() 848 cmdp->cpb.in_subc = 0; in decompress_file() 849 cmdp->cpb.in_sfbt = 0; in decompress_file() 860 cmdp->cpb.in_subc = 0; in decompress_file() 861 cmdp->cpb.in_sfbt = 0; in decompress_file() 874 cmdp->cpb.in_dht[dhtlen] = cmdp->cpb.out_dht[dhtlen]; in decompress_file() [all …]
|
| A 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() 247 put32(cmdp->cpb, in_crc, 0); in compress_file() 304 spbc = (!lzcounts) ? get32(cmdp->cpb, out_spbc_comp) : in compress_file() 305 get32(cmdp->cpb, out_spbc_comp_with_count); in compress_file() 311 tebc = getnn(cmdp->cpb, out_tebc); in compress_file() 340 crc = get32(cmdp->cpb, out_crc); in compress_file() 341 put32(cmdp->cpb, in_crc, crc); in compress_file()
|
| /tools/perf/util/ |
| A 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/ |
| A 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);
|
| /tools/arch/x86/kcpuid/ |
| A D | cpuid.csv | 782 0x80000007, 0, edx, 9, cpb , Core performance boost
|
Completed in 17 milliseconds