Home
last modified time | relevance | path

Searched full:f (Results 1 – 25 of 7928) sorted by relevance

12345678910>>...318

/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/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/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/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 …]
/OK3568_Linux_fs/kernel/sound/core/seq/
H A Dseq_fifo.c20 struct snd_seq_fifo *f; in snd_seq_fifo_new() local
22 f = kzalloc(sizeof(*f), GFP_KERNEL); in snd_seq_fifo_new()
23 if (!f) in snd_seq_fifo_new()
26 f->pool = snd_seq_pool_new(poolsize); in snd_seq_fifo_new()
27 if (f->pool == NULL) { in snd_seq_fifo_new()
28 kfree(f); in snd_seq_fifo_new()
31 if (snd_seq_pool_init(f->pool) < 0) { in snd_seq_fifo_new()
32 snd_seq_pool_delete(&f->pool); in snd_seq_fifo_new()
33 kfree(f); in snd_seq_fifo_new()
37 spin_lock_init(&f->lock); in snd_seq_fifo_new()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessor/
H A Drepeat.hpp23 # define BOOST_MPL_PP_REPEAT(n,f,param) \ argument
24 BOOST_PP_CAT(BOOST_MPL_PP_REPEAT_,n)(f,param) \
27 # define BOOST_MPL_PP_REPEAT_0(f,p) argument
28 # define BOOST_MPL_PP_REPEAT_1(f,p) f(0,0,p) argument
29 # define BOOST_MPL_PP_REPEAT_2(f,p) f(0,0,p) f(0,1,p) argument
30 # define BOOST_MPL_PP_REPEAT_3(f,p) f(0,0,p) f(0,1,p) f(0,2,p) argument
31 # define BOOST_MPL_PP_REPEAT_4(f,p) f(0,0,p) f(0,1,p) f(0,2,p) f(0,3,p) argument
32 # define BOOST_MPL_PP_REPEAT_5(f,p) f(0,0,p) f(0,1,p) f(0,2,p) f(0,3,p) f(0,4,p) argument
33 # define BOOST_MPL_PP_REPEAT_6(f,p) f(0,0,p) f(0,1,p) f(0,2,p) f(0,3,p) f(0,4,p) f(0,5,p) argument
34 # define BOOST_MPL_PP_REPEAT_7(f,p) f(0,0,p) f(0,1,p) f(0,2,p) f(0,3,p) f(0,4,p) f(0,5,p) f(0,6,p) argument
[all …]
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS109 F: *Files* and directories wildcard patterns.
111 F: drivers/net/ all files in and below drivers/net
112 F: drivers/net/* all files in drivers/net, but not below
113 F: */net/* all files in "any top level directory"/net
114 One pattern per line. Multiple F: lines acceptable.
116 rules as F:. Files exclusions are tested before file matches.
118 F: net/
126 match F: pattern and matches of N: patterns. By default,
127 get_maintainer will not look at git log history when an F: pattern
150 F: Documentation/networking/device_drivers/ethernet/3com/vortex.rst
[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 …]
/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 …]
/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 …]
/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/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/buildroot/dl/sox/git/src/
H A Dfifo.h37 UNUSED static void fifo_clear(fifo_t * f) in fifo_clear() argument
39 f->end = f->begin = 0; in fifo_clear()
42 UNUSED static void * fifo_reserve(fifo_t * f, FIFO_SIZE_T n) in fifo_reserve() argument
44 n *= f->item_size; in fifo_reserve()
46 if (f->begin == f->end) in fifo_reserve()
47 fifo_clear(f); in fifo_reserve()
50 if (f->end + n <= f->allocation) { in fifo_reserve()
51 void *p = f->data + f->end; in fifo_reserve()
53 f->end += n; in fifo_reserve()
56 if (f->begin > FIFO_MIN) { in fifo_reserve()
[all …]
/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/bits/
H A Dspecfun.h157 * @f[ in _GLIBCXX_VISIBILITY()
158 * \frac{|f - f_{test}|}{|f_{test}|} in _GLIBCXX_VISIBILITY()
159 * @f] in _GLIBCXX_VISIBILITY()
201 * degree @c m: @f$ L_n^m(x) @f$ for @c float argument. in _GLIBCXX_VISIBILITY()
211 * degree @c m: @f$ L_n^m(x) @f$. in _GLIBCXX_VISIBILITY()
221 * nonnegative degree @c m and real argument @c x: @f$ L_n^m(x) @f$. in _GLIBCXX_VISIBILITY()
223 * The associated Laguerre function of real degree @f$ \alpha @f$, in _GLIBCXX_VISIBILITY()
224 * @f$ L_n^\alpha(x) @f$, is defined by in _GLIBCXX_VISIBILITY()
225 * @f[ in _GLIBCXX_VISIBILITY()
228 * @f] in _GLIBCXX_VISIBILITY()
[all …]
/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/bits/
H A Dspecfun.h157 * @f[ in _GLIBCXX_VISIBILITY()
158 * \frac{|f - f_{test}|}{|f_{test}|} in _GLIBCXX_VISIBILITY()
159 * @f] in _GLIBCXX_VISIBILITY()
201 * degree @c m: @f$ L_n^m(x) @f$ for @c float argument. in _GLIBCXX_VISIBILITY()
211 * degree @c m: @f$ L_n^m(x) @f$. in _GLIBCXX_VISIBILITY()
221 * nonnegative degree @c m and real argument @c x: @f$ L_n^m(x) @f$. in _GLIBCXX_VISIBILITY()
223 * The associated Laguerre function of real degree @f$ \alpha @f$, in _GLIBCXX_VISIBILITY()
224 * @f$ L_n^\alpha(x) @f$, is defined by in _GLIBCXX_VISIBILITY()
225 * @f[ in _GLIBCXX_VISIBILITY()
228 * @f] in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/
H A Diwl-debug.h38 #define CHECK_FOR_NEWLINE(f) BUILD_BUG_ON(f[sizeof(f) - 2] != '\n') argument
41 #define IWL_ERR_DEV(d, f, a...) \ argument
43 CHECK_FOR_NEWLINE(f); \
44 __iwl_err((d), false, false, f, ## a); \
46 #define IWL_ERR(m, f, a...) \ argument
47 IWL_ERR_DEV((m)->dev, f, ## a)
48 #define IWL_WARN(m, f, a...) \ argument
50 CHECK_FOR_NEWLINE(f); \
51 __iwl_warn((m)->dev, f, ## a); \
53 #define IWL_INFO(m, f, a...) \ argument
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/lib/gconv/
HDUHC.so ... __wchb) to_uhc_single from_uhc_single gconv A B C D E F G H I J K L M N O P ...
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Dst-dma-fence.c22 } *to_mock_fence(struct dma_fence *f) { in to_mock_fence() argument
23 return container_of(f, struct mock_fence, base); in to_mock_fence()
26 static const char *mock_name(struct dma_fence *f) in mock_name() argument
31 static void mock_fence_release(struct dma_fence *f) in mock_fence_release() argument
33 kmem_cache_free(slab_fences, to_mock_fence(f)); in mock_fence_release()
41 static void mock_wakeup(struct dma_fence *f, struct dma_fence_cb *cb) in mock_wakeup() argument
46 static long mock_wait(struct dma_fence *f, bool intr, long timeout) in mock_wait() argument
51 if (dma_fence_add_callback(f, &cb.cb, mock_wakeup)) in mock_wait()
57 if (test_bit(DMA_FENCE_FLAG_SIGNALED_BIT, &f->flags)) in mock_wait()
67 if (!dma_fence_remove_callback(f, &cb.cb)) in mock_wait()
[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() argument
179 …oost::container::iterator_traits<I>::difference_type n = boost::container::iterator_distance(f, l); in memmove()
181 …ovelib::iterator_to_raw_pointer(r), boost::movelib::iterator_to_raw_pointer(f), sizeof(value_type)… 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() argument
195 …ovelib::iterator_to_raw_pointer(r), boost::movelib::iterator_to_raw_pointer(f), sizeof(value_type)… 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() argument
209 …ovelib::iterator_to_raw_pointer(r), boost::movelib::iterator_to_raw_pointer(f), sizeof(value_type)… in memmove_n_source()
[all …]
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dasm-offsets.c36 OFFSET(TASK_THREAD_F0, task_struct, thread.fstate.f[0]); in asm_offsets()
37 OFFSET(TASK_THREAD_F1, task_struct, thread.fstate.f[1]); in asm_offsets()
38 OFFSET(TASK_THREAD_F2, task_struct, thread.fstate.f[2]); in asm_offsets()
39 OFFSET(TASK_THREAD_F3, task_struct, thread.fstate.f[3]); in asm_offsets()
40 OFFSET(TASK_THREAD_F4, task_struct, thread.fstate.f[4]); in asm_offsets()
41 OFFSET(TASK_THREAD_F5, task_struct, thread.fstate.f[5]); in asm_offsets()
42 OFFSET(TASK_THREAD_F6, task_struct, thread.fstate.f[6]); in asm_offsets()
43 OFFSET(TASK_THREAD_F7, task_struct, thread.fstate.f[7]); in asm_offsets()
44 OFFSET(TASK_THREAD_F8, task_struct, thread.fstate.f[8]); in asm_offsets()
45 OFFSET(TASK_THREAD_F9, task_struct, thread.fstate.f[9]); in asm_offsets()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/bind/
H A Dmem_fn_vw.hpp17 typedef R (BOOST_MEM_FN_CC T::*F) (); in BOOST_MEM_FN_NAME() typedef
18 …explicit BOOST_MEM_FN_NAME(mf0)(F f): mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME2(mf0)<R, T, F in BOOST_MEM_FN_NAME()
23 typedef R (BOOST_MEM_FN_CC T::*F) () const; in BOOST_MEM_FN_NAME() typedef
24 …explicit BOOST_MEM_FN_NAME(cmf0)(F f): mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME2(cmf0)<R, T,… in BOOST_MEM_FN_NAME()
30 typedef R (BOOST_MEM_FN_CC T::*F) (A1); in BOOST_MEM_FN_NAME() typedef
31 …explicit BOOST_MEM_FN_NAME(mf1)(F f): mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME2(mf1)<R, T, A… in BOOST_MEM_FN_NAME()
36 typedef R (BOOST_MEM_FN_CC T::*F) (A1) const; in BOOST_MEM_FN_NAME() typedef
37 …explicit BOOST_MEM_FN_NAME(cmf1)(F f): mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME2(cmf1)<R, T,… in BOOST_MEM_FN_NAME()
43 typedef R (BOOST_MEM_FN_CC T::*F) (A1, A2); in BOOST_MEM_FN_NAME() typedef
44 …explicit BOOST_MEM_FN_NAME(mf2)(F f): mf<R>::BOOST_NESTED_TEMPLATE BOOST_MEM_FN_NAME2(mf2)<R, T, A… in BOOST_MEM_FN_NAME()
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/ioctl/
H A Dioctl-number.rst73 0x00 00-1F linux/fs.h conflict!
74 0x00 00-1F scsi/scsi_ioctl.h conflict!
75 0x00 00-1F linux/fb.h conflict!
76 0x00 00-1F linux/wavefront.h conflict!
82 0x10 00-0F drivers/char/s390/vmcp.h
83 0x10 10-1F arch/s390/include/uapi/sclp_ctl.h
84 0x10 20-2F arch/s390/include/uapi/asm/hypfs.h
91 '!' 00-1F uapi/linux/seccomp.h
92 '#' 00-3F IEEE 1394 Subsystem
94 '$' 00-0F linux/perf_counter.h, linux/perf_event.h
[all …]

12345678910>>...318