Home
last modified time | relevance | path

Searched refs:F (Results 1 – 25 of 2137) sorted by relevance

12345678910>>...86

/OK3568_Linux_fs/buildroot/
H A DDEVELOPERS4 # F: file pattern or directory
5 # F: file pattern or directory
7 # The "F" entries can be:
30 F: package/jack1/
33 F: package/brotli/
34 F: package/bubblewrap/
35 F: package/cage/
36 F: package/cog/
37 F: package/libepoxy/
38 F: package/libpsl/
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc/
H A Dapply_wrap.hpp15 int N, typename F
19 template< typename F, bool F_has_apply >
21 typedef typename F::template apply<na> type;
24 template< typename F >
25 struct apply_wrap_impl0_bcb< F,true > {
26 typedef typename F::apply type;
30 typename F
34 , F
38 typedef apply_wrap_impl0_bcb< F, aux::has_apply<F>::value >::type type;
42 typename F
[all …]
H A Dapply.hpp15 typename F
20 typename lambda<F>::type
27 , (F )
32 typename F
34 struct apply< F,na,na,na,na,na >
35 : apply0<F>
40 typename F, typename T1
45 typename lambda<F>::type
52 , (F, T1)
57 typename F, typename T1
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc_pre590/
H A Dapply_wrap.hpp15 int N, typename F
20 typename F
24 , F
28 typedef typename F::template apply<
37 typename F
41 , F
45 typedef typename F::template apply<
52 typename F
56 , F
60 typedef typename F::template apply<
[all …]
H A Dapply.hpp15 typename F
20 typename lambda<F>::type
27 , (F )
32 typename F
34 struct apply< F,na,na,na,na,na >
35 : apply0<F>
40 typename F, typename T1
45 typename lambda<F>::type
52 , (F, T1)
57 typename F, typename T1
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/mwcw/
H A Dapply_wrap.hpp15 int N, typename F
20 typename F
24 , F
28 typedef typename F::template apply<
37 typename F
41 , F
45 typedef typename F::template apply<
52 typename F
56 , F
60 typedef typename F::template apply<
[all …]
H A Dapply.hpp15 typename F
20 typename lambda<F>::type
27 , (F )
32 typename F
34 struct apply< F,na,na,na,na,na >
35 : apply0<F>
40 typename F, typename T1
45 typename lambda<F>::type
52 , (F, T1)
57 typename F, typename T1
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc551/
H A Dapply_wrap.hpp15 int N, typename F
20 typename F
24 , F
28 typedef typename F::template apply<
37 typename F
41 , F
45 typedef typename F::template apply<
52 typename F
56 , F
60 typedef typename F::template apply<
[all …]
H A Dapply.hpp15 typename F
20 typename lambda<F>::type
27 , (F )
32 typename F
34 struct apply< F,na,na,na,na,na >
35 : apply0<F>
40 typename F, typename T1
45 typename lambda<F>::type
52 , (F, T1)
57 typename F, typename T1
[all …]
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dunaligned.c248 # define F(reg) case reg: ia64_invala_gr(reg); break in invala_gr() macro
251 F( 0); F( 1); F( 2); F( 3); F( 4); F( 5); F( 6); F( 7); in invala_gr()
252 F( 8); F( 9); F( 10); F( 11); F( 12); F( 13); F( 14); F( 15); in invala_gr()
253 F( 16); F( 17); F( 18); F( 19); F( 20); F( 21); F( 22); F( 23); in invala_gr()
254 F( 24); F( 25); F( 26); F( 27); F( 28); F( 29); F( 30); F( 31); in invala_gr()
255 F( 32); F( 33); F( 34); F( 35); F( 36); F( 37); F( 38); F( 39); in invala_gr()
256 F( 40); F( 41); F( 42); F( 43); F( 44); F( 45); F( 46); F( 47); in invala_gr()
257 F( 48); F( 49); F( 50); F( 51); F( 52); F( 53); F( 54); F( 55); in invala_gr()
258 F( 56); F( 57); F( 58); F( 59); F( 60); F( 61); F( 62); F( 63); in invala_gr()
259 F( 64); F( 65); F( 66); F( 67); F( 68); F( 69); F( 70); F( 71); in invala_gr()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/detail/cpp03/preprocessed/
H A Dphx2_result_10.hpp14 template <typename F, typename A0>
15 struct has_phx2_result<F, A0>
17 has_result_type<F>
19 , has_phx2_result_impl<typename F::template result<F(A0)> >
22 template <typename F, typename A0>
23 struct phx2_result<F, A0>
25 typedef typename F::template result<A0>::type type;
27 template <typename F, typename A0>
28 struct phx2_result<F, A0 &>
30 typedef typename F::template result<A0>::type type;
[all …]
H A Dphx2_result_20.hpp14 template <typename F, typename A0>
15 struct has_phx2_result<F, A0>
17 has_result_type<F>
19 , has_phx2_result_impl<typename F::template result<F(A0)> >
22 template <typename F, typename A0>
23 struct phx2_result<F, A0>
25 typedef typename F::template result<A0>::type type;
27 template <typename F, typename A0>
28 struct phx2_result<F, A0 &>
30 typedef typename F::template result<A0>::type type;
[all …]
/OK3568_Linux_fs/u-boot/
H A Du-boot.sym
H A DMAINTAINERS20 F: Files and directories with wildcard patterns.
22 F: drivers/net/ all files in and below drivers/net
23 F: drivers/net/* all files in drivers/net, but not below
24 F: */net/* all files in "any top level directory"/net
25 One pattern per line. Multiple F: lines acceptable.
30 match F: pattern and matches of N: patterns. By default,
31 get_maintainer will not look at git log history when an F: pattern
34 X: Files and directories that are NOT maintained, same rules as F:
37 F: net/
60 F: arch/arc/
[all …]
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.sym
/OK3568_Linux_fs/u-boot/board/freescale/p1_p2_rdb_pc/
H A DMAINTAINERS4 F: board/freescale/p1_p2_rdb_pc/
5 F: include/configs/p1_p2_rdb_pc.h
6 F: configs/P1020MBG-PC_defconfig
7 F: configs/P1020MBG-PC_36BIT_defconfig
8 F: configs/P1020MBG-PC_36BIT_SDCARD_defconfig
9 F: configs/P1020MBG-PC_SDCARD_defconfig
10 F: configs/P1020RDB-PC_defconfig
11 F: configs/P1020RDB-PC_36BIT_defconfig
12 F: configs/P1020RDB-PC_36BIT_NAND_defconfig
13 F: configs/P1020RDB-PC_36BIT_SDCARD_defconfig
[all …]
/OK3568_Linux_fs/u-boot/board/sunxi/
H A DMAINTAINERS4 F: board/sunxi/
5 F: include/configs/sun4i.h
6 F: configs/A10-OLinuXino-Lime_defconfig
7 F: configs/ba10_tv_box_defconfig
8 F: configs/Chuwi_V7_CW0825_defconfig
9 F: configs/Cubieboard_defconfig
10 F: configs/dserve_dsrv9703c_defconfig
11 F: configs/Hyundai_A7HD_defconfig
12 F: configs/inet1_defconfig
13 F: configs/inet97fv2_defconfig
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/utility/detail/
H A Dresult_of_iterate.hpp26 template<typename F BOOST_PP_ENUM_TRAILING_PARAMS(BOOST_PP_ITERATION(),typename T)>
27 struct tr1_result_of<F(BOOST_RESULT_OF_ARGS)>
29 mpl::or_< is_pointer<F>, is_member_function_pointer<F> >
31 typename remove_cv<F>::type,
32 typename remove_cv<F>::type(BOOST_RESULT_OF_ARGS),
33 (boost::detail::has_result_type<F>::value)>
35 F,
36 F(BOOST_RESULT_OF_ARGS),
37 (boost::detail::has_result_type<F>::value)> >::type { };
41 template<typename F BOOST_PP_ENUM_TRAILING_PARAMS(BOOST_PP_ITERATION(),typename T)>
[all …]
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dcpuid.c55 #define F feature_bit macro
349 unsigned int f_nx = is_efer_nx() ? F(NX) : 0; in kvm_set_cpu_caps()
351 unsigned int f_gbpages = F(GBPAGES); in kvm_set_cpu_caps()
352 unsigned int f_lm = F(LM); in kvm_set_cpu_caps()
369 F(XMM3) | F(PCLMULQDQ) | 0 /* DTES64, MONITOR */ | in kvm_set_cpu_caps()
371 0 /* TM2 */ | F(SSSE3) | 0 /* CNXT-ID */ | 0 /* Reserved */ | in kvm_set_cpu_caps()
372 F(FMA) | F(CX16) | 0 /* xTPR Update */ | F(PDCM) | in kvm_set_cpu_caps()
373 F(PCID) | 0 /* Reserved, DCA */ | F(XMM4_1) | in kvm_set_cpu_caps()
374 F(XMM4_2) | F(X2APIC) | F(MOVBE) | F(POPCNT) | in kvm_set_cpu_caps()
375 0 /* Reserved*/ | F(AES) | F(XSAVE) | 0 /* OSXSAVE */ | F(AVX) | in kvm_set_cpu_caps()
[all …]
/OK3568_Linux_fs/u-boot/board/freescale/corenet_ds/
H A DMAINTAINERS4 F: board/freescale/corenet_ds/
5 F: include/configs/P3041DS.h
6 F: configs/P3041DS_defconfig
7 F: configs/P3041DS_NAND_defconfig
8 F: configs/P3041DS_SDCARD_defconfig
9 F: configs/P3041DS_SECURE_BOOT_defconfig
10 F: configs/P3041DS_SPIFLASH_defconfig
11 F: configs/P3041DS_SRIO_PCIE_BOOT_defconfig
12 F: include/configs/P4080DS.h
13 F: configs/P4080DS_defconfig
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/dmc/
H A Dapply.hpp15 typename F
20 typename lambda<F>::type
27 , (F )
32 typename F
34 struct apply< F,na,na,na,na,na >
35 : apply0<F>
40 typename F, typename T1
45 typename lambda<F>::type
52 , (F, T1)
57 typename F, typename T1
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/gcc/
H A Dapply.hpp15 typename F
20 typename lambda<F>::type
27 , (F )
32 typename F
34 struct apply< F,na,na,na,na,na >
35 : apply0<F>
40 typename F, typename T1
45 typename lambda<F>::type
52 , (F, T1)
57 typename F, typename T1
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/no_ttp/
H A Dapply.hpp15 typename F
20 typename lambda<F>::type
27 , (F )
32 typename F
34 struct apply< F,na,na,na,na,na >
35 : apply0<F>
40 typename F, typename T1
45 typename lambda<F>::type
52 , (F, T1)
57 typename F, typename T1
[all …]
/OK3568_Linux_fs/u-boot/board/freescale/p1010rdb/
H A DMAINTAINERS4 F: board/freescale/p1010rdb/
5 F: include/configs/P1010RDB.h
6 F: configs/P1010RDB-PA_36BIT_NAND_defconfig
7 F: configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig
8 F: configs/P1010RDB-PA_36BIT_NOR_defconfig
9 F: configs/P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig
10 F: configs/P1010RDB-PA_36BIT_SDCARD_defconfig
11 F: configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig
12 F: configs/P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig
13 F: configs/P1010RDB-PA_NAND_defconfig
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dcopy_move_algo.hpp175 typename F> // F models ForwardIterator
176 inline F memmove(I f, I l, F r) BOOST_NOEXCEPT_OR_NOTHROW in memmove()
190 typename F> // F models ForwardIterator
191 F memmove_n(I f, U n, F r) BOOST_NOEXCEPT_OR_NOTHROW in memmove_n()
204 typename F> // F models ForwardIterator
205 I memmove_n_source(I f, U n, F r) BOOST_NOEXCEPT_OR_NOTHROW in memmove_n_source()
218 typename F> // F models ForwardIterator
219 I memmove_n_source_dest(I f, U n, F &r) BOOST_NOEXCEPT_OR_NOTHROW in memmove_n_source_dest()
291 typename F> // F models ForwardIterator
292 inline typename container_detail::disable_if_memtransfer_copy_constructible<I, F, F>::type
[all …]

12345678910>>...86