Searched refs:Freq (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/zlib/ |
| H A D | trees.c | 417 s->dyn_ltree[END_BLOCK].Freq = 1; 442 (tree[n].Freq < tree[m].Freq || \ 443 (tree[n].Freq == tree[m].Freq && depth[n] <= depth[m])) 522 f = tree[n].Freq; 633 if (tree[n].Freq != 0) { 648 tree[node].Freq = 1; 672 tree[node].Freq = tree[n].Freq + tree[m].Freq; 679 node, tree[node].Freq, n, tree[n].Freq, m, tree[m].Freq); 1023 s->dyn_ltree[lc].Freq++; 1140 if (s->dyn_ltree[9].Freq != 0 || s->dyn_ltree[10].Freq != 0 [all …]
|
| H A D | deflate.h | 79 #define Freq fc.freq macro 330 s->dyn_ltree[cc].Freq++; \ 339 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \ 340 s->dyn_dtree[d_code(dist)].Freq++; \
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9330_11.ini | 1333 0x106146b, //Freq 2457 - (131 << 17) + 5227 1341 0xa0ccbe, // Freq 2412 - (80 << 17) + 52414 1342 0xa12213, // Freq 2417 - (80 << 17) + 74259 1343 0xa17769, // Freq 2422 - (80 << 17) + 96105 1345 0xa22213, // Freq 2432 - (81 << 17) + 8723 1346 0xa27769, // Freq 2437 - (81 << 17) + 30569 1347 0xa2ccbe, // Freq 2442 - (81 << 17) + 52414 1348 0xa32213, // Freq 2447 - (81 << 17) + 74259 1349 0xa37769, // Freq 2452 - (81 << 17) + 96105 1351 0xa42213, // Freq 2462 - (82 << 17) + 8723 [all …]
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | power_man.rst | 86 * **Freq up**: Prompt the kernel to scale up the frequency of the specific lcore. 88 * **Freq down**: Prompt the kernel to scale down the frequency of the specific lcore. 90 * **Freq max**: Prompt the kernel to scale up the frequency of the specific lcore to the maximum. 92 * **Freq min**: Prompt the kernel to scale down the frequency of the specific lcore to the minimu… 96 * **Freq get**: Get the current frequency of the specific lcore. 98 * **Freq set**: Prompt the kernel to set the frequency for the specific lcore.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/devfreq/ |
| H A D | exynos-bus.txt | 160 |Lv| Freq | Voltage |
|