| /OK3568_Linux_fs/buildroot/package/odb/ |
| H A D | 0002-Remove-gratuitous-classes.patch | 179 auto_ptr<unit> u (p.parse (global_namespace, file_)); 187 - v.validate (*options_, f, *u, file_, 1); 188 + validate (*options_, f, *u, file_, 1); 193 - pr.process (*options_, f, *u, file_); 194 + process (*options_, f, *u, file_); 198 - v.validate (*options_, f, *u, file_, 2); 199 + validate (*options_, f, *u, file_, 2); 204 - g.generate (*options_, f, *u, file_, inputs_); 205 + generate (*options_, f, *u, file_, inputs_);
|
| H A D | 0007-Switch-to-C-11-get-rid-of-auto_ptr-use.patch | 284 path file_; // File being compiled. 285 paths inputs_; // List of input files in at-once mode or just file_. 290 - auto_ptr<unit> u (p.parse (global_namespace, file_)); 291 + unique_ptr<unit> u (p.parse (global_namespace, file_));
|
| H A D | 0010-Add-initial-support-for-GCC-9.patch | 149 path file_; // File being compiled. 150 paths inputs_; // List of input files in at-once mode or just file_.
|
| H A D | 0003-Initial-work-to-make-ODB-compatible-with-GCC-6.patch | 238 @@ -45,14 +45,28 @@ path file_; // File being compiled. 239 paths inputs_; // List of input files in at-once mode or just file_.
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wcn36xx/ |
| H A D | debug.c | 145 dfs->file_##name.dentry = d; \ 148 dfs->file_##name.dentry = NULL; \
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/ |
| H A D | global_motion.hpp | 200 std::ifstream file_; member in cv::videostab::FromFileMotionReader 214 std::ofstream file_; member in cv::videostab::ToFileMotionWriter
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | debugfs.c | 323 file_##name), \ 399 e->file_##name.dentry = \ in b43legacy_debugfs_add_device() 403 e->file_##name.dentry = NULL; \ in b43legacy_debugfs_add_device()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/ |
| H A D | debugfs.c | 616 file_##name), \ 716 e->file_##name.dentry = \ in b43_debugfs_add_device()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | dax.txt | 266 reads/writes _of a DAX file_ do work, it is the memory that is being
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | configure.txt | 315 _device file_ is missing in your system, you can for example create
|
| /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/share/info/ |
| H A D | libc.info-12 | 6634 a file_, mounting of filesystems is central to doing almost anything.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-12 | 6634 a file_, mounting of filesystems is central to doing almost anything.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | ld.info | 6828 _using a DEF file_
|
| H A D | gcc.info | 53812 Use this pragma in a _main input file_, when you want full output
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | ld.info | 6828 _using a DEF file_
|
| H A D | gcc.info | 53812 Use this pragma in a _main input file_, when you want full output
|