Searched defs:fc (Results  1 – 8 of 8) sorted by relevance
| /tools/testing/selftests/powerpc/nx-gzip/ | 
| D | gzfht_test.c | 83 	uint32_t fc;  in compress_fht_sample()  local
  | 
| 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/ | 
| 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/ | 
| 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/ | 
| D | header.c | 3567 			 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/ | 
| D | page_owner_sort.c | 92 static struct filter_condition fc;  variable
  | 
| /tools/perf/ | 
| D | builtin-inject.c | 2105 	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/ | 
| D | kvm.h | 392 			__u8 fc;  member
  |