Searched defs:fc (Results 1 – 8 of 8) sorted by relevance
| /tools/testing/selftests/powerpc/nx-gzip/ |
| A D | gzfht_test.c | 83 uint32_t fc; in compress_fht_sample() local
|
| A D | gunz_test.c | 292 int sfbt, subc, spbc, tpbc, nx_ce, fc, resuming = 0; in decompress_file() local
|
| /tools/testing/selftests/powerpc/nx-gzip/include/ |
| A 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/perf/util/intel-pt-decoder/ |
| A D | intel-pt-decoder.c | 814 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/ |
| A D | header.c | 3558 struct feat_copier *fc) in do_write_feat() 3605 struct feat_copier *fc) in perf_header__adds_write() 3674 struct feat_copier *fc, in perf_session__do_write_header() 3817 struct feat_copier *fc, in perf_session__inject_header()
|
| /tools/mm/ |
| A D | page_owner_sort.c | 92 static struct filter_condition fc; variable
|
| /tools/perf/ |
| A D | builtin-inject.c | 2111 struct feat_copier fc; member 2115 static int feat_copy_cb(struct feat_copier *fc, int feat, struct feat_writer *fw) in feat_copy_cb()
|
| /tools/include/uapi/linux/ |
| A D | kvm.h | 393 __u8 fc; member
|
Completed in 41 milliseconds