Home
last modified time | relevance | path

Searched refs:use (Results 1 – 25 of 6099) sorted by relevance

12345678910>>...244

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/finclude/
H A Dopenacc.f9033 use iso_fortran_env, only: int32
73 use openacc_kinds
106 use iso_c_binding, only: c_size_t
165 use iso_c_binding, only: c_int32_t
172 use iso_c_binding, only: c_int64_t
183 use iso_c_binding, only: c_int32_t
190 use iso_c_binding, only: c_int64_t
201 use iso_c_binding, only: c_int32_t
208 use iso_c_binding, only: c_int64_t
219 use iso_c_binding, only: c_int32_t
[all …]
H A Domp_lib.f9065 use omp_lib_kinds
71 use omp_lib_kinds
78 use omp_lib_kinds
86 use omp_lib_kinds
93 use omp_lib_kinds
101 use omp_lib_kinds
108 use omp_lib_kinds
115 use omp_lib_kinds
122 use omp_lib_kinds
129 use omp_lib_kinds
[all …]
H A Dopenacc_lib.h30 ! NOTE: Due to the use of dimension (..), the code only works when compiled
32 ! Alternatively, the user can use the module version, which permits
116 use iso_c_binding, only: c_size_t
212 use iso_c_binding, only: c_int32_t
219 use iso_c_binding, only: c_int64_t
232 use iso_c_binding, only: c_int32_t
239 use iso_c_binding, only: c_int64_t
258 use iso_c_binding, only: c_int32_t
265 use iso_c_binding, only: c_int64_t
278 use iso_c_binding, only: c_int32_t
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/finclude/
H A Dopenacc.f9033 use iso_fortran_env, only: int32
73 use openacc_kinds
106 use iso_c_binding, only: c_size_t
165 use iso_c_binding, only: c_int32_t
172 use iso_c_binding, only: c_int64_t
183 use iso_c_binding, only: c_int32_t
190 use iso_c_binding, only: c_int64_t
201 use iso_c_binding, only: c_int32_t
208 use iso_c_binding, only: c_int64_t
219 use iso_c_binding, only: c_int32_t
[all …]
H A Domp_lib.f9065 use omp_lib_kinds
71 use omp_lib_kinds
78 use omp_lib_kinds
86 use omp_lib_kinds
93 use omp_lib_kinds
101 use omp_lib_kinds
108 use omp_lib_kinds
115 use omp_lib_kinds
122 use omp_lib_kinds
129 use omp_lib_kinds
[all …]
H A Dopenacc_lib.h30 ! NOTE: Due to the use of dimension (..), the code only works when compiled
32 ! Alternatively, the user can use the module version, which permits
116 use iso_c_binding, only: c_size_t
212 use iso_c_binding, only: c_int32_t
219 use iso_c_binding, only: c_int64_t
232 use iso_c_binding, only: c_int32_t
239 use iso_c_binding, only: c_int64_t
258 use iso_c_binding, only: c_int32_t
265 use iso_c_binding, only: c_int64_t
278 use iso_c_binding, only: c_int32_t
[all …]
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190803.patch.gz ... pcfkeys, use=xterm-basic, 143+ use=xterm+pcfkeys, use=ansi+rep ...
HDncurses-6.1-20190706.patch.gz ... index, use=xterm+sm+1006, use=xterm+pcfkeys, 136- use=xterm ...
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.at9126 make at91sam9260ek_nandflash_config - use nand flash
27 make at91sam9260ek_dataflash_cs0_config - use data flash (spi cs0)
28 make at91sam9260ek_dataflash_cs1_config - use data flash (spi cs1)
48 make at91sam9261ek_nandflash_config - use nand flash
49 make at91sam9261ek_dataflash_cs0_config - use data flash (spi cs0)
50 make at91sam9261ek_dataflash_cs3_config - use data flash (spi cs3)
69 make at91sam9263ek_nandflash_config - use nand flash
70 make at91sam9263ek_dataflash_cs0_config - use data flash (spi cs0)
71 make at91sam9263ek_norflash_config - use nor flash
90 make at91sam9m10g45ek_nandflash_config - use nand flash
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/mc/files/
H A D0001-mc-replace-perl-w-with-use-warnings.patch4 Subject: [PATCH] mc: replace "perl -w" with "use warnings"
10 There would be errors when @PERL@ is longer than 128, use
16 So replace "perl -w" with "use warnings" to make it work.
18 The man2hlp.in already has "use warnings;", so just remove '-w' is OK.
56 +use warnings;
69 use bytes;
70 +use warnings;
86 use bytes;
87 use strict;
88 +use warnings;
[all …]
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0128-kern-parser-Introduce-process_char-helper.patch39 + char use;
41 + *newstate = grub_parser_cmdline_state (state, c, &use);
52 + if (use)
53 + *((*vp)++) = use;
56 + state != GRUB_PARSER_STATE_ESC && grub_isspace (use))
68 + else if (use)
69 + *((*bp)++) = use;
81 - char use;
83 - newstate = grub_parser_cmdline_state (state, *rp, &use);
92 - if (use)
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/groff/files/
H A D0001-replace-perl-w-with-use-warnings.patch4 Subject: [PATCH 1/2] replace "perl -w" with "use warnings"
10 There would be errors when @PERL@ is longer than 128, use
16 So replace "perl -w" with "use warnings" to make it work.
45 use strict;
46 +use warnings;
63 use strict;
64 +use warnings;
65 use Getopt::Long qw(:config bundling);
67 use constant
81 use strict;
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A DKconfig23 Choose this option if you want to use Exynos FIMD for DRM.
28 Choose this option if you want to use Exynos5433 DECON for DRM.
34 Choose this option if you want to use Exynos DECON for DRM.
39 Choose this option if you want to use Exynos Mixer for DRM.
44 Choose this option if you want to use Exynos VIDI for DRM.
79 Choose this option if you want to use Exynos HDMI for DRM.
85 Choose this option if you want to use Exynos MIC for DRM.
94 Choose this option if you want to use Exynos G2D for DRM.
103 Choose this option if you want to use Exynos FIMC for DRM.
109 Choose this option if you want to use Exynos Rotator for DRM.
[all …]
/OK3568_Linux_fs/buildroot/board/avnet/s6lx9_microboard/
H A Dlx9_mmu.dts85 xlnx,dcache-use-fsl = <0x0>;
86 xlnx,dcache-use-writeback = <0x0>;
91 xlnx,ecc-use-ce-exception = <0x0>;
110 xlnx,icache-use-fsl = <0x0>;
142 xlnx,use-barrel = <0x1>;
143 xlnx,use-branch-target-cache = <0x0>;
144 xlnx,use-dcache = <0x1>;
145 xlnx,use-div = <0x0>;
146 xlnx,use-ext-brk = <0x1>;
147 xlnx,use-ext-nm-brk = <0x1>;
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dat91-kizbox3_common.dtsi259 atmel,use-dma-rx;
260 atmel,use-dma-tx;
268 atmel,use-dma-rx;
269 atmel,use-dma-tx;
276 atmel,use-dma-rx;
277 atmel,use-dma-tx;
284 atmel,use-dma-rx;
285 atmel,use-dma-tx;
292 atmel,use-dma-rx;
293 atmel,use-dma-tx;
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Datmel-usart.txt36 - atmel,use-dma-rx: use of PDC or DMA for receiving data
37 - atmel,use-dma-tx: use of PDC or DMA for transmitting data
39 It will use specified PIO instead of the peripheral function pin for the USART feature.
50 - use PDC:
57 atmel,use-dma-rx;
58 atmel,use-dma-tx;
67 - use DMA:
74 atmel,use-dma-rx;
75 atmel,use-dma-tx;
/OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/
H A DKconfig14 Say y if use nvp6324.
19 Say y if use nvp6188.
24 Say y if use max96714.
29 Say y if use gc2145.
34 Say y if use tp2825.
39 Say y if use ad7181.
/OK3568_Linux_fs/buildroot/package/rockchip/rknpu/
H A DConfig.in7 bool "use npu mini driver"
10 "use npu mini driver to reduce npu driver size"
16 "use ntb to communction rknn-toolkit"
27 "use acm for camera cmd"
38 bool "use npu rknn api"
41 "use rknn api"
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A DKconfig16 supported, and on how to use them.
27 If you say Y here, it will be possible to use a USB to serial
41 kernel will automatically use the first USB to serial converter
49 Say Y here if you want to use the generic USB serial driver. Please
58 Say Y here to use the USB serial "simple" driver. This driver
82 Say Y here if you want to use USB AIRcable Bluetooth Dongle.
90 Say Y here if you want to use a ARK Micro 3116 USB to Serial
99 Say Y here if you want to use a Belkin USB Serial single port
109 Say Y here if you want to use a Winchiphead CH341 single port
119 Say Y here if you want to use a ConnectTech WhiteHEAT 4 port
[all …]
/OK3568_Linux_fs/external/rknn-toolkit2/examples/
H A Dreadme.txt22 ├── accuracy_analysis # how to use accuracy-analysis function
23 ├── batch_size # how to expand batch for use multi-batch function
25 ├── hybrid_quant # how to use hybrid-quantization function
26 ├── mmse # how to use mmse function
27 ├── model_pruning # how to use model_pruning function
28 ├── dynamic_input # how to use dynamic_input function
/OK3568_Linux_fs/kernel/net/x25/
H A Dx25_route.c151 struct x25_route *rt, *use = NULL; in x25_get_route() local
160 if (!use) in x25_get_route()
161 use = rt; in x25_get_route()
162 else if (rt->sigdigits > use->sigdigits) in x25_get_route()
163 use = rt; in x25_get_route()
167 if (use) in x25_get_route()
168 x25_route_hold(use); in x25_get_route()
171 return use; in x25_get_route()
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dswap_numa.rst8 information, we can make use of this information to decide which swap
9 device to use in get_swap_pages() to get better performance.
12 How to use this feature
16 use of automatically binding, there is no need to manipulate priority settings
24 Then node 0 will use the two swap devices in the order of swapA then swapB and
25 node 1 will use the two swap devices in the order of swapB then swapA. Note
40 Then node 0 will use them in the order of::
46 node 1 will use them in the order of::
50 node 2 will use them in the order of::
57 node 3 will use them in the order of::
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-0.21/
H A Duse-pkgconfig.patch6 For reasons which I just can't fathom gnulib doesn't use the expected tools to
32 dnl forces the use of the included or an external libxml.
43 - dnl Figure out whether we can use a preinstalled libxml2, or have to use
54 - dnl Don't use xml2-config nor pkg-config, since it doesn't work when
55 - dnl cross-compiling or when the C compiler in use is different from the
186 -dnl gives the user the option to decide whether to use the included or
189 -dnl forces the use of the included or an external libcroco.
203 - [ --with-included-libcroco use the libcroco included here],
210 + [ --with-included-libcroco use the libcroco included here],
221 - dnl Figure out whether we can use a preinstalled libcroco-0.6, or have to
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/
H A D0001-Riscv-Add-risc-v-Android-config-header.patch21 + * you may not use this file except in compliance with the License.
47 + * Any C++ stuff must be wrapped with "#ifdef __cplusplus". Do not use "//"
54 + * HAVE_PTHREADS - use the pthreads library.
55 + * HAVE_WIN32_THREADS - use Win32 thread primitives.
64 + * the same name but different parameters, so we can't use that here.)
76 + * HAVE_FORKEXEC - use fork() and exec()
77 + * HAVE_WIN32_PROC - use CreateProcess()
91 + * HAVE_SYSV_IPC - use the classic SysV IPC mechanisms (semget, shmget).
92 + * HAVE_MACOSX_IPC - use Macintosh IPC mechanisms (sem_open, mmap).
93 + * HAVE_WIN32_IPC - use Win32 IPC (CreateSemaphore, CreateFileMapping).
[all …]
/OK3568_Linux_fs/yocto/poky/meta-poky/conf/
H A Dsite.conf.sample9 # Uncomment to cause CVS to use the proxy host specified
19 # To use git with a proxy, you must use an external git proxy command, such as
20 # the one provided by scripts/oe-git-proxy. To use this script, copy it to
26 # If you wish to use certain hosts without the proxy, specify them in NO_PROXY.
31 # Uncomment this to use a shared download directory

12345678910>>...244