Searched refs:fc (Results 1 – 6 of 6) sorted by relevance
/tools/testing/selftests/powerpc/nx-gzip/include/ |
D | nxu.h | 527 #define fc_is_compress(fc) (((fc) & 0x10) == 0) argument 528 #define fc_has_count(fc) (fc_is_compress(fc) && (((fc) & 0x4) != 0)) argument
|
/tools/testing/selftests/powerpc/nx-gzip/ |
D | gzfht_test.c | 80 uint32_t fc; in compress_fht_sample() local 85 fc = (with_count) ? GZIP_FC_COMPRESS_RESUME_FHT_COUNT : in compress_fht_sample() 87 putnn(cmdp->crb, gzip_fc, fc); in compress_fht_sample()
|
D | gunz_test.c | 292 int sfbt, subc, spbc, tpbc, nx_ce, fc, resuming = 0; in decompress_file() local 551 fc = GZIP_FC_DECOMPRESS_RESUME; in decompress_file() 579 fc = GZIP_FC_DECOMPRESS; in decompress_file() 601 putnn(cmdp->crb, gzip_fc, fc); in decompress_file()
|
/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.c | 711 uint32_t mtc, mtc_delta, ctc, fc, ctc_rem; in intel_pt_calc_cyc_cb() local 802 fc = pkt_info->packet.count; in intel_pt_calc_cyc_cb() 807 data->ctc_timestamp = data->tsc_timestamp - fc; in intel_pt_calc_cyc_cb() 1550 uint32_t fc = decoder->packet.count; in intel_pt_calc_tma() local 1562 decoder->ctc_timestamp = decoder->tsc_timestamp - fc; in intel_pt_calc_tma()
|
/tools/include/uapi/linux/ |
D | kvm.h | 403 __u8 fc; member
|
/tools/arch/x86/lib/ |
D | x86-opcode-map.txt | 317 fc: CLD 607 fc: paddb Pq,Qq | vpaddb Vx,Hx,Wx (66),(v1)
|