Home
last modified time | relevance | path

Searched refs:Rest (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Daction_dispatch.hpp62 template<typename F, typename... Rest>
63 auto operator()(F && f, Rest&&...) -> decltype(f()) in operator ()()
71 template<typename F, typename A, typename... Rest>
72 auto operator()(F && f, A && a, Rest&&...) -> decltype(f(a)) in operator ()()
80 template<typename F, typename A, typename B, typename... Rest>
81 auto operator()(F && f, A && a, B && b, Rest&&...) in operator ()()
91 , typename... Rest>
92 auto operator()(F && f, A && a, B && b, C && c, Rest&&...) in operator ()()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Ddib0070.c372 u32 FBDiv, Rest, FREF, VCOF_kHz; in dib0070_tune_digital() local
402 Rest = (VCOF_kHz / state->current_tune_table_index->presc) - FBDiv * FREF; in dib0070_tune_digital()
409 Rest = 2 * freq - FBDiv * FREF; in dib0070_tune_digital()
413 if (Rest < LPF) in dib0070_tune_digital()
414 Rest = 0; in dib0070_tune_digital()
415 else if (Rest < 2 * LPF) in dib0070_tune_digital()
416 Rest = 2 * LPF; in dib0070_tune_digital()
417 else if (Rest > (FREF - LPF)) { in dib0070_tune_digital()
418 Rest = 0; in dib0070_tune_digital()
420 } else if (Rest > (FREF - 2 * LPF)) in dib0070_tune_digital()
[all …]
H A Ddib0090.c2238 u32 FBDiv, Rest, FREF, VCOF_kHz = 0; in dib0090_tune() local
2370 Rest = (VCOF_kHz / pll->topresc) - FBDiv * FREF; in dib0090_tune()
2372 if (Rest < LPF) in dib0090_tune()
2373 Rest = 0; in dib0090_tune()
2374 else if (Rest < 2 * LPF) in dib0090_tune()
2375 Rest = 2 * LPF; in dib0090_tune()
2376 else if (Rest > (FREF - LPF)) { in dib0090_tune()
2377 Rest = 0; in dib0090_tune()
2379 } else if (Rest > (FREF - 2 * LPF)) in dib0090_tune()
2380 Rest = FREF - 2 * LPF; in dib0090_tune()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dste-u300.dts105 clock-type = <2>; /* Rest */
119 clock-type = <2>; /* Rest */
134 clock-type = <2>; /* Rest */
141 clock-type = <2>; /* Rest */
148 clock-type = <2>; /* Rest */
155 clock-type = <2>; /* Rest */
162 clock-type = <2>; /* Rest */
169 clock-type = <2>; /* Rest */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gfbgraph/gfbgraph/
H A D0001-Update-rest-requirement-to-rest-1.0.patch42 - Rest-0.7 \
43 + Rest-1.0 \
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dqcom,ethqos.txt25 Rest of the properties are defined in stmmac.txt file in same directory
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/ti/
H A Dcpsw.rst85 | | Class A | | Class B | | Rest | | Rest | |
316 | | Class A | | Class B | | Rest | | Class B | | Class A | |
/OK3568_Linux_fs/u-boot/board/freescale/bsc9131rdb/
H A DREADME122 Rest is PowerPC private area.
/OK3568_Linux_fs/u-boot/board/freescale/t1040qds/
H A DREADME169 Ethernet switch. Rest of the blocks are same as T1040
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/wireless/
H A Dqcom,ath10k.txt11 Rest of the properties are not applicable for PCI based devices.
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/wifi/intel/
H A Dipw2200.rst375 | ZZD | Rest of World | 13 | 0 |
389 | ZZR | Rest of World | 14 | 0 |
/OK3568_Linux_fs/u-boot/board/freescale/t102xrdb/
H A DREADME64 unavailable deep sleep. Rest of the blocks are almost same as T1024.
/OK3568_Linux_fs/u-boot/board/freescale/t104xrdb/
H A DREADME91 Ethernet switch. Rest of the blocks are same as T1040
/OK3568_Linux_fs/u-boot/board/freescale/t102xqds/
H A DREADME64 unavailable deep sleep. Rest of the blocks are almost same as T1024.
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dboot.rst1188 Loading The Rest of The Kernel
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dtype_traits3445 // Reuse __common_type_fold for common_reference<T1, T2, Rest...>
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dtype_traits3445 // Reuse __common_type_fold for common_reference<T1, T2, Rest...>
/OK3568_Linux_fs/external/xserver/
H A DChangeLog125593 Rest of InitKeyboardDeviceStruct uses TRUE and FALSE.