| /external/igt-gpu-tools/tests/i915/ | 
| D | i915_pm_rps.c | 87 static void read_freqs(int *freqs)  in read_freqs() 116 		int freqs[NUMFREQ];  in wait_freq_settle()  local 154 static void check_freq_constraints(const int *freqs)  in check_freq_constraints() 167 static void dump(const int *freqs)  in dump() 335 	int freqs[NUMFREQ];  in get_hw_rounded_freq()  local 452 	int freqs[NUMFREQ];  in basic_check()  local 463 	int freqs[NUMFREQ];  in idle_check()  local 487 	int freqs[NUMFREQ];  in loaded_check()  local 511 	int freqs[NUMFREQ];  in stabilize_check()  local
  | 
| /external/perfetto/src/traced/probes/common/ | 
| D | cpu_freq_info.cc | 34 void ReadAndAppendFreqs(std::set<CpuAndFreq>* freqs,  in ReadAndAppendFreqs() 55   std::set<CpuAndFreq> freqs;  local
  | 
| D | cpu_freq_info_unittest.cc | 37   std::vector<uint32_t> freqs;  in FreqsToVector()  local
  | 
| /external/wpa_supplicant_8/wpa_supplicant/ | 
| D | bgscan_learn.c | 215 	int *freqs = NULL, *n;  in bgscan_learn_get_freqs()  local 236 					 int *freqs, size_t count)  in bgscan_learn_get_probe_freq() 275 	int *freqs = NULL;  in bgscan_learn_timeout()  local 351 	int i, j, *freqs = NULL, *n;  in bgscan_learn_get_supp_freqs()  local
  | 
| D | rrm.c | 477 			    int *freqs)  in wpas_add_channel() 507 	int *freqs, *next_freq;  in wpas_add_channels()  local 592 	int *freqs = NULL, *new_freqs;  in wpas_channel_report_freqs()  local 654 	int *freqs = NULL, *ext_freqs = NULL;  in wpas_beacon_request_freqs()  local
  | 
| D | p2p_supplicant.c | 189 	int *freqs;  in wpas_p2p_num_unused_channels()  local 215 	struct wpa_used_freq_data *freqs;  in wpas_p2p_valid_oper_freqs()  local 3106 					struct wpa_used_freq_data *freqs,  in wpas_p2p_pick_best_used_freq() 3212 	struct wpa_used_freq_data *freqs;  in wpas_invitation_process()  local 5305 	struct wpa_used_freq_data *freqs;  in wpas_check_freq_conflict()  local 5604 	int freqs[2] = { 0, 0 };  in wpas_p2p_join_scan_req()  local 5822 	struct wpa_used_freq_data *freqs;  in wpas_p2p_setup_freqs()  local 6403 			const int freqs[] = {  in wpas_p2p_select_go_freq()  local 6566 	struct wpa_used_freq_data *freqs;  in wpas_p2p_init_go_params()  local 8472 	struct wpa_used_freq_data *freqs = NULL;  in wpas_p2p_update_channel_list()  local [all …] 
 | 
| D | config.c | 1406 	int *freqs;  in wpa_config_parse_int_array()  local 1449 	int *freqs;  in wpa_config_parse_scan_freq()  local 1469 	int *freqs;  in wpa_config_parse_freq_list()  local 1487 				     const int *freqs)  in wpa_config_write_freqs() 4858 	int *freqs;  in wpa_config_process_freq_list()  local 4878 	int *freqs;  in wpa_config_process_initial_freq_list()  local
  | 
| D | wpa_supplicant.c | 6390 unsigned int wpas_get_bands(struct wpa_supplicant *wpa_s, const int *freqs) 8090 void add_freq(int *freqs, int *num_freqs, int freq) 8108 	int *freqs;  local 8142 	int *freqs = NULL;  local
  | 
| D | wpa_priv.c | 142 	int freqs[PRIVSEP_MAX_SCAN_FREQS + 1];  in wpa_priv_cmd_scan()  local
  | 
| D | wnm_sta.c | 1280 	int *freqs;  in wnm_set_scan_freqs()  local
  | 
| /external/zstd/lib/dictBuilder/ | 
| D | fastcover.c | 135   U32 *freqs;  member 157                                               U32 *freqs, U32 begin, U32 end,  in FASTCOVER_selectSegment() 284 FASTCOVER_computeFrequency(U32* freqs, const FASTCOVER_ctx_t* ctx)  in FASTCOVER_computeFrequency() 401                           U32* freqs,  in FASTCOVER_buildDictionary() 486   U32* freqs = (U32*) malloc(((U64)1 << ctx->f) * sizeof(U32));  in FASTCOVER_tryParameters()  local
  | 
| D | cover.c | 229   U32 *freqs;  member 413 static COVER_segment_t COVER_selectSegment(const COVER_ctx_t *ctx, U32 *freqs,  in COVER_selectSegment() 683 static size_t COVER_buildDictionary(const COVER_ctx_t *ctx, U32 *freqs,  in COVER_buildDictionary() 1085   U32* const freqs = (U32*)malloc(ctx->suffixSize * sizeof(U32));  in COVER_tryParameters()  local
  | 
| /external/autotest/client/profilers/powertop/src/ | 
| D | cpufreqstats.c | 40 struct cpufreqdata freqs[16];  variable
  | 
| /external/wpa_supplicant_8/src/drivers/ | 
| D | driver_nl80211_scan.c | 234 		struct nlattr *freqs;  in nl80211_scan_common()  local 1169 		struct nlattr *freqs;  in wpa_driver_nl80211_vendor_scan()  local
  | 
| D | driver_nl80211_event.c | 1908 	int freqs[MAX_REPORT_FREQS];  in send_scan_event()  local 2834 	int freqs[MAX_REPORT_FREQS];  in send_vendor_scan_event()  local
  | 
| /external/crosvm/devices/src/tsc/ | 
| D | calibrate.rs | 166     let mut freqs = Vec::with_capacity(num_samples * num_samples);  in calibrate_tsc_frequency()  localVariable
  | 
| /external/wpa_supplicant_8/src/common/ | 
| D | privsep_commands.h | 40 	u16 freqs[PRIVSEP_MAX_SCAN_FREQS];  member
  | 
| D | dpp.c | 553 static int freq_included(const unsigned int freqs[], unsigned int num,  in freq_included() 564 static void freq_to_start(unsigned int freqs[], unsigned int num,  in freq_to_start() 649 	char freqs[DPP_BOOTSTRAP_MAX_FREQ * 6 + 10], *pos, *end;  in dpp_prepare_channel_list()  local
  | 
| /external/igt-gpu-tools/lib/ | 
| D | igt_audio.c | 77 	struct audio_signal_freq freqs[FREQS_MAX];  member
  | 
| /external/zopfli/src/zopfli/ | 
| D | squeeze.c | 96 static void RandomizeFreqs(RanState* state, size_t* freqs, int n) {  in RandomizeFreqs()
  | 
| /external/perfetto/src/trace_processor/importers/proto/ | 
| D | system_probes_parser.cc | 647     std::vector<uint32_t> freqs;  in ParseCpuInfo()  local
  | 
| /external/perfetto/test/ | 
| D | synth_common.py | 435   def add_cpu(self, freqs):  argument 440   def add_process_stats(self, pid, freqs):  argument
  | 
| /external/webrtc/modules/audio_device/win/ | 
| D | audio_device_core_win.cc | 1874   const int freqs[] = {48000, 44100, 16000, 96000, 32000, 8000};  in InitPlayout()  local 2194   const int freqs[6] = {48000, 44100, 16000, 96000, 32000, 8000};  in InitRecording()  local
  | 
| /external/iw/ | 
| D | scan.c | 74 	struct nl_msg *matchset = NULL, *freqs = NULL, *ssids = NULL;  in parse_sched_scan()  local 378 	struct nl_msg *ssids = NULL, *freqs = NULL;  in handle_scan()  local
  | 
| /external/webrtc/modules/audio_processing/aecm/ | 
| D | aecm_core_mips.cc | 795   uint32_t freqs;  in TimeToFrequencyDomain()  local
  |