Searched refs:cpb (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/powerpc/nx-gzip/ |
| H A 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 …]
|
| H 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()
|
| /linux/tools/perf/util/ |
| H 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()
|
| /linux/drivers/crypto/nx/ |
| H A D | nx_csbcpb.h | 104 #define NX_CPB_FDM(c) ((c)->cpb.hdr.fdm) 105 #define NX_CPB_KS_DS(c) ((c)->cpb.hdr.ks_ds) 151 struct cop_parameter_block cpb; member
|
| /linux/tools/testing/selftests/powerpc/nx-gzip/include/ |
| H 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);
|
| /linux/drivers/media/platform/samsung/s5p-mfc/ |
| H A D | s5p_mfc.c | 1548 .cpb = MAX_CPB_SIZE, 1573 .cpb = MAX_CPB_SIZE_V6, 1602 .cpb = MAX_CPB_SIZE_V7, 1636 .cpb = MAX_CPB_SIZE_V8, 1671 .cpb = MAX_CPB_SIZE_V10, 1694 .cpb = MAX_CPB_SIZE_V12,
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-lmcx-defs.h | 1377 uint64_t cpb:3; member 1383 uint64_t cpb:3;
|
| /linux/tools/arch/x86/kcpuid/ |
| H A D | cpuid.csv | 804 0x80000007, 0, edx, 9, cpb , Core performance boost
|