Home
last modified time | relevance | path

Searched defs:freqs (Results 1 – 25 of 50) sorted by relevance

12

/external/igt-gpu-tools/tests/i915/
Di915_pm_rps.c87 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/lzma/CPP/7zip/Compress/
DQuantumDecoder.cpp131 UInt16 *freqs = &Freqs[i]; in Decode() local
159 UInt16 *freqs = &Freqs[i]; in Decode() local
171 UInt16 *freqs = &Freqs[i]; in Decode() local
188 UInt16 *freqs = &Freqs[1]; in Decode() local
207 UInt16 *freqs = Freqs; in Init() local
DLzfseDecoder.cpp295 static UInt32 SumFreqs(const UInt16 *freqs, unsigned num) in SumFreqs()
316 static Z7_FORCE_INLINE void InitLitTable(const UInt16 *freqs, UInt32 *table) in InitLitTable()
377 const UInt16 *freqs, in InitExtraDecoderTable()
545 UInt16 freqs[NUM_SYMBOLS]; in DecodeLzfse() local
DDeflateEncoder.cpp473 NO_INLINE void CCoder::LevelTableDummy(const Byte *levels, unsigned numLevels, UInt32 *freqs) in LevelTableDummy()
613 static NO_INLINE UInt32 Huffman_GetPrice(const UInt32 *freqs, const Byte *lens, UInt32 num) in Huffman_GetPrice()
622 static NO_INLINE UInt32 Huffman_GetPrice_Spec(const UInt32 *freqs, const Byte *lens, UInt32 num, co… in Huffman_GetPrice_Spec()
DBZip2Encoder.cpp479 UInt32 *freqs = Freqs[m_Selectors[g++]]; in EncodeBlock() local
491 UInt32 *freqs = Freqs[t]; in EncodeBlock() local
/external/perfetto/src/traced/probes/common/
Dcpu_freq_info.cc34 void ReadAndAppendFreqs(std::set<CpuAndFreq>* freqs, in ReadAndAppendFreqs()
55 std::set<CpuAndFreq> freqs; local
Dcpu_freq_info_unittest.cc37 std::vector<uint32_t> freqs; in FreqsToVector() local
/external/wpa_supplicant_8/wpa_supplicant/
Dbgscan_learn.c215 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
356 int i, j, *freqs = NULL, *n; in bgscan_learn_get_supp_freqs() local
Drrm.c477 int *freqs) in wpas_add_channel()
507 int *freqs, *next_freq; in wpas_add_channels() local
598 int *freqs = NULL, *new_freqs; in wpas_channel_report_freqs() local
660 int *freqs = NULL, *ext_freqs = NULL; in wpas_beacon_request_freqs() local
Dp2p_supplicant.c192 int *freqs; in wpas_p2p_num_unused_channels() local
218 struct wpa_used_freq_data *freqs; in wpas_p2p_valid_oper_freqs() local
3614 struct wpa_used_freq_data *freqs, in wpas_p2p_pick_best_used_freq()
3721 struct wpa_used_freq_data *freqs; in wpas_invitation_process() local
6232 struct wpa_used_freq_data *freqs; in wpas_check_freq_conflict() local
6541 int freqs[2] = { 0, 0 }; in wpas_p2p_join_scan_req() local
6787 struct wpa_used_freq_data *freqs; in wpas_p2p_setup_freqs() local
7453 const int freqs[] = { in wpas_p2p_select_go_freq() local
7620 struct wpa_used_freq_data *freqs; in wpas_p2p_init_go_params() local
9633 struct wpa_used_freq_data *freqs = NULL; in wpas_p2p_update_channel_list() local
[all …]
Dconfig.c1412 int *freqs; in wpa_config_parse_int_array() local
1455 int *freqs; in wpa_config_parse_scan_freq() local
1475 int *freqs; in wpa_config_parse_freq_list() local
1493 const int *freqs) in wpa_config_write_freqs()
5016 int *freqs; in wpa_config_process_freq_list() local
5036 int *freqs; in wpa_config_process_initial_freq_list() local
Dnan_usd.c520 int *freqs = NULL; in wpas_nan_usd_all_freqs() local
/external/zstd/lib/dictBuilder/
Dfastcover.c135 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
Dcover.c239 U32 *freqs; member
466 static COVER_segment_t COVER_selectSegment(const COVER_ctx_t *ctx, U32 *freqs,
727 static size_t COVER_buildDictionary(const COVER_ctx_t *ctx, U32 *freqs,
1134 U32* const freqs = (U32*)malloc(ctx->suffixSize * sizeof(U32)); local
/external/lzma/C/
DHuffEnc.c17 void Huffman_Generate(const UInt32 *freqs, UInt32 *p, Byte *lens, UInt32 numSymbols, UInt32 maxLen) in Huffman_Generate()
/external/autotest/client/profilers/powertop/src/
Dcpufreqstats.c40 struct cpufreqdata freqs[16]; variable
/external/erofs-utils/lib/
Dkite_deflate.c259 static void kite_deflate_scanlens(unsigned int numlens, u8 *lens, u32 *freqs) in kite_deflate_scanlens()
438 static u32 Huffman_GetPrice(const u32 *freqs, const u8 *lens, u32 num) in Huffman_GetPrice()
449 static u32 Huffman_GetPriceEx(const u32 *freqs, const u8 *lens, u32 num, in Huffman_GetPriceEx()
515 static void Huffman_Generate(const u32 *freqs, u32 *p, u8 *lens, in Huffman_Generate()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_scan.c252 struct nlattr *freqs; in nl80211_scan_common() local
1249 struct nlattr *freqs; in wpa_driver_nl80211_vendor_scan() local
/external/crosvm/devices/src/tsc/
Dcalibrate.rs166 let mut freqs = Vec::with_capacity(num_samples * num_samples); in calibrate_tsc_frequency() localVariable
/external/wpa_supplicant_8/src/common/
Dprivsep_commands.h40 u16 freqs[PRIVSEP_MAX_SCAN_FREQS]; member
/external/igt-gpu-tools/lib/
Digt_audio.c77 struct audio_signal_freq freqs[FREQS_MAX]; member
/external/zopfli/src/zopfli/
Dsqueeze.c96 static void RandomizeFreqs(RanState* state, size_t* freqs, int n) { in RandomizeFreqs()
/external/v4l-utils/utils/cec-follower/
Dcec-tuner.cpp154 using freqs = std::array<khz, 9>; typedef
/external/pytorch/test/
Dtest_tensorboard.py224 freqs = [262, 294, 330, 349, 392, 440, 440, 440, 440, 440, 440] variable
/external/perfetto/test/
Dsynth_common.py448 def add_cpu(self, freqs): argument
453 def add_process_stats(self, pid, freqs): argument

12