Searched defs:freqs (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/dictBuilder/ |
| H A D | fastcover.c | 127 U32 *freqs; member 149 U32 *freqs, U32 begin, U32 end, in FASTCOVER_selectSegment() 276 FASTCOVER_computeFrequency(U32* freqs, const FASTCOVER_ctx_t* ctx) in FASTCOVER_computeFrequency() 393 U32* freqs, in FASTCOVER_buildDictionary() 478 U32 *freqs = (U32*) malloc(((U64)1 << ctx->f) * sizeof(U32)); in FASTCOVER_tryParameters() local
|
| H A D | cover.c | 221 U32 *freqs; member 405 static COVER_segment_t COVER_selectSegment(const COVER_ctx_t *ctx, U32 *freqs, in COVER_selectSegment() 675 static size_t COVER_buildDictionary(const COVER_ctx_t *ctx, U32 *freqs, in COVER_buildDictionary() 1076 U32 *freqs = (U32 *)malloc(ctx->suffixSize * sizeof(U32)); in COVER_tryParameters() local
|
| /f-stack/dpdk/lib/librte_power/ |
| H A D | power_acpi_cpufreq.c | 83 uint32_t freqs[RTE_MAX_LCORE_FREQS]; /**< Frequency array */ member 198 char *freqs[RTE_MAX_LCORE_FREQS]; in power_get_available_freqs() local 475 power_acpi_cpufreq_freqs(unsigned int lcore_id, uint32_t *freqs, uint32_t num) in power_acpi_cpufreq_freqs()
|
| H A D | power_kvm_vm.c | 46 __rte_unused uint32_t *freqs, in power_kvm_vm_freqs()
|
| H A D | power_pstate_cpufreq.c | 96 uint32_t freqs[RTE_MAX_LCORE_FREQS]; /**< Frequency array */ member 732 power_pstate_cpufreq_freqs(unsigned int lcore_id, uint32_t *freqs, uint32_t num) in power_pstate_cpufreq_freqs()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_power_cpufreq.c | 41 static uint32_t freqs[TEST_POWER_FREQS_NUM_MAX]; variable
|
| /f-stack/freebsd/x86/cpufreq/ |
| H A D | est.c | 1062 est_acpi_info(device_t dev, freq_info **freqs, size_t *freqslen) in est_acpi_info() 1129 est_table_info(device_t dev, uint64_t msr, freq_info **freqs, size_t *freqslen) in est_table_info() 1173 est_msr_info(device_t dev, uint64_t msr, freq_info **freqs, size_t *freqslen) in est_msr_info()
|
| /f-stack/dpdk/examples/vm_power_manager/ |
| H A D | power_manager.c | 37 uint32_t freqs[RTE_MAX_LCORE_FREQS]; member
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | redis-cli.c | 6520 static void getKeyFreqs(redisReply *keys, unsigned long long *freqs) { in getKeyFreqs() 6555 unsigned long long sampled = 0, total_keys, *freqs = NULL, it = 0; in findHotKeys() local
|