Home
last modified time | relevance | path

Searched defs:fc (Results 1 – 8 of 8) sorted by relevance

/tools/testing/selftests/powerpc/nx-gzip/
Dgzfht_test.c83 uint32_t fc; in compress_fht_sample() local
Dgunz_test.c292 int sfbt, subc, spbc, tpbc, nx_ce, fc, resuming = 0; in decompress_file() local
/tools/testing/selftests/powerpc/nx-gzip/include/
Dnxu.h527 #define fc_is_compress(fc) (((fc) & 0x10) == 0) argument
528 #define fc_has_count(fc) (fc_is_compress(fc) && (((fc) & 0x4) != 0)) argument
/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c814 uint32_t mtc, mtc_delta, ctc, fc, ctc_rem; in intel_pt_calc_cyc_cb() local
1910 uint32_t fc = decoder->packet.count; in intel_pt_calc_tma() local
2449 uint32_t fc, in intel_pt_calc_expected_tsc()
2492 uint32_t fc = data->tma_packet.count; in intel_pt_expected_tsc() local
/tools/perf/util/
Dheader.c3567 struct feat_copier *fc) in do_write_feat()
3614 struct feat_copier *fc) in perf_header__adds_write()
3683 struct feat_copier *fc, in perf_session__do_write_header()
3825 struct feat_copier *fc, in perf_session__inject_header()
/tools/mm/
Dpage_owner_sort.c92 static struct filter_condition fc; variable
/tools/perf/
Dbuiltin-inject.c2105 struct feat_copier fc; member
2109 static int feat_copy_cb(struct feat_copier *fc, int feat, struct feat_writer *fw) in feat_copy_cb()
/tools/include/uapi/linux/
Dkvm.h392 __u8 fc; member