| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/toshiba/ |
| H A D | spider_net.rst | 28 There are three primary states that a descriptor can be in: "empty", 29 "full" and "not-in-use". An "empty" or "ready" descriptor is ready 32 descriptor is neither empty or full; it is simply not ready. It may 37 buffers. These are all marked "empty", ready to receive data. This 40 buffers, processing them, and re-marking them empty. 48 and everything in front of it should be "empty". If the hardware 49 discovers that the current descr is not empty, it will signal an 59 The OS will then note that the current tail is "empty", and halt 67 then mark the descr as "empty", ready to receive data. Thus, when there 69 be "not-in-use", and everything behind it should be "empty". If no [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/plugin/include/ |
| H A D | hash-traits.h | 77 /* Hasher for integer type Type in which Empty is a spare value that can be 78 used to mark empty slots. If Deleted != Empty then Deleted is another 79 spare value that can be used for deleted slots; if Deleted == Empty then 82 template <typename Type, Type Empty, Type Deleted = Empty> 91 static const bool empty_zero_p = Empty == 0; 97 template <typename Type, Type Empty, Type Deleted> 99 int_hash <Type, Empty, Deleted>::hash (value_type x) in hash() 104 template <typename Type, Type Empty, Type Deleted> 106 int_hash <Type, Empty, Deleted>::equal (value_type x, value_type y) in equal() 111 template <typename Type, Type Empty, Type Deleted> [all …]
|
| /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/plugin/include/ |
| H A D | hash-traits.h | 77 /* Hasher for integer type Type in which Empty is a spare value that can be 78 used to mark empty slots. If Deleted != Empty then Deleted is another 79 spare value that can be used for deleted slots; if Deleted == Empty then 82 template <typename Type, Type Empty, Type Deleted = Empty> 91 static const bool empty_zero_p = Empty == 0; 97 template <typename Type, Type Empty, Type Deleted> 99 int_hash <Type, Empty, Deleted>::hash (value_type x) in hash() 104 template <typename Type, Type Empty, Type Deleted> 106 int_hash <Type, Empty, Deleted>::equal (value_type x, value_type y) in equal() 111 template <typename Type, Type Empty, Type Deleted> [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/ |
| H A D | change-secure_chroot_dir.patch | 26 -2b) vsftpd needs the (empty) directory /usr/share/empty in the default 27 +2b) vsftpd needs the (empty) directory /var/run/vsftpd/empty in the default 30 -[root@localhost root]# mkdir /usr/share/empty/ 31 -mkdir: cannot create directory `/usr/share/empty': File exists 32 +[root@localhost root]# mkdir /var/run/vsftpd/empty/ 33 +mkdir: cannot create directory `/var/run/vsftpd/empty': File exists 45 - install_str_setting("/usr/share/empty", &tunable_secure_chroot_dir); 46 + install_str_setting("/var/run/vsftpd/empty", &tunable_secure_chroot_dir); 54 @@ -969,7 +969,7 @@ This option should be the name of a directory which is empty. Also, the 58 -Default: /usr/share/empty [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/musl/musl-nscd/ |
| H A D | 0001-nsswitch.y-Replace-empty-bison-extension.patch | 4 Subject: [PATCH] nsswitch.y: Replace %empty bison extension 6 POSIX compliant yacc do not understand %empty therefore replace it with 7 /* empty */ 25 - %empty { 26 + /* empty */ { 34 - %empty { 35 + /* empty */ { 43 - %empty { 44 + /* empty */ {
|
| /OK3568_Linux_fs/buildroot/package/empty/ |
| H A D | 0001-respect-LDFLAGS.patch | 2 http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-misc/empty/files/empty-respect-LDFLAGS.… 12 --- empty-0.6.18b/Makefile 13 +++ empty-0.6.18b/Makefile 18 - ${CC} ${CFLAGS} -Wall ${LIBS} -o empty empty.c 19 + ${CC} ${CFLAGS} ${LDFLAGS} empty.c ${LIBS} -o empty
|
| H A D | empty.mk | 3 # empty 8 EMPTY_SOURCE = empty-$(EMPTY_VERSION).tgz 9 EMPTY_SITE = http://downloads.sourceforge.net/project/empty/empty/empty-$(EMPTY_VERSION) 19 $(INSTALL) -m 0755 -D $(@D)/empty $(TARGET_DIR)/usr/bin/empty
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/bind/bind-9.18.11/ |
| H A D | conf.patch | 40 diff -urN bind-9.3.1.orig/conf/db.empty bind-9.3.1/conf/db.empty 41 --- bind-9.3.1.orig/conf/db.empty 1970-01-01 01:00:00.000000000 +0100 42 +++ bind-9.3.1/conf/db.empty 2005-07-10 22:14:00.000000000 +0200 44 +; BIND reverse data file for empty rfc1918 zone 237 +zone "10.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; 239 +zone "16.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; 240 +zone "17.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; 241 +zone "18.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; 242 +zone "19.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; 243 +zone "20.172.in-addr.arpa" { type master; file "/etc/bind/db.empty"; }; [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | of_fdt.h | 66 * (possibly empty) string. Logic for what will be in @data after this 71 * - CONFIG_CMDLINE_EXTEND=true, @data is non-empty string 72 * @data + dt bootargs (even if dt bootargs are empty) 73 * - CONFIG_CMDLINE_EXTEND=true, @data is empty string 74 * CONFIG_CMDLINE + dt bootargs (even if dt bootargs are empty) 75 * - CMDLINE_FROM_BOOTLOADER=true, dt bootargs=non-empty: 77 * - CMDLINE_FROM_BOOTLOADER=true, dt bootargs=empty, @data is non-empty string 79 * - CMDLINE_FROM_BOOTLOADER=true, dt bootargs=empty, @data is empty string
|
| /OK3568_Linux_fs/buildroot/package/flann/ |
| H A D | 0001-src-cpp-fix-cmake-3.11-build.patch | 8 an empty string "" as source list (i.e add_library(foo SHARED "")). 45 src/cpp/empty.cpp | 1 + 47 create mode 100644 src/cpp/empty.cpp 58 + add_library(flann_cpp SHARED "empty.cpp") 67 + add_library(flann SHARED "empty.cpp") 71 diff --git a/src/cpp/empty.cpp b/src/cpp/empty.cpp 75 +++ b/src/cpp/empty.cpp 77 +/* empty */
|
| /OK3568_Linux_fs/debian/overlay/usr/share/alsa/ucm2/ |
| H A D | ucm.conf | 16 Define.V1 "" # non-empty string to enable ucm v1 paths 17 Define.V2Module yes # empty string to disable 18 Define.V2Name yes # empty string to disable 23 Empty "${CardNumber}" 51 Empty "${var:V2Module}" 65 Empty "${var:V2Name}" 84 Empty "${var:V1}" 89 Empty "${CardNumber}"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/bic/data/ |
| H A D | QtPositioning.5.10.0.linux-gcc-amd64.txt | 4 std::__failure_type (0x0x7f13e8ed68a0) 0 empty 9 std::__do_is_destructible_impl (0x0x7f13e8fad060) 0 empty 14 std::__do_is_nt_destructible_impl (0x0x7f13e8fad2a0) 0 empty 19 std::__do_is_default_constructible_impl (0x0x7f13e8fad4e0) 0 empty 24 std::__do_is_static_castable_impl (0x0x7f13e8fad720) 0 empty 29 std::__do_is_direct_constructible_impl (0x0x7f13e8fad8a0) 0 empty 34 std::__do_is_nary_constructible_impl (0x0x7f13e8fadc60) 0 empty 39 std::__do_common_type_impl (0x0x7f13e6c69420) 0 empty 44 std::__do_member_type_wrapper (0x0x7f13e6c694e0) 0 empty 49 std::__result_of_memfun_ref_impl (0x0x7f13e6c69840) 0 empty [all …]
|
| H A D | QtPositioning.5.11.0.linux-gcc-amd64.txt | 4 std::__failure_type (0x0x7f1d80fa6de0) 0 empty 9 std::__do_is_destructible_impl (0x0x7f1d810875a0) 0 empty 14 std::__do_is_nt_destructible_impl (0x0x7f1d810877e0) 0 empty 19 std::__do_is_default_constructible_impl (0x0x7f1d81087a20) 0 empty 24 std::__do_is_static_castable_impl (0x0x7f1d81087c60) 0 empty 29 std::__do_is_direct_constructible_impl (0x0x7f1d81087de0) 0 empty 34 std::__do_is_nary_constructible_impl (0x0x7f1d7ec391e0) 0 empty 39 std::__do_common_type_impl (0x0x7f1d7ecc0960) 0 empty 44 std::__do_member_type_wrapper (0x0x7f1d7ecc0a20) 0 empty 49 std::__result_of_memfun_ref_impl (0x0x7f1d7ecc0d80) 0 empty [all …]
|
| H A D | QtPositioning.5.12.0.linux-gcc-amd64.txt | 4 std::__failure_type (0x0x7f7e246782a0) 0 empty 9 std::__do_is_destructible_impl (0x0x7f7e246bfa20) 0 empty 14 std::__do_is_nt_destructible_impl (0x0x7f7e246bfc60) 0 empty 19 std::__do_is_default_constructible_impl (0x0x7f7e246bfea0) 0 empty 24 std::__do_is_static_castable_impl (0x0x7f7e2226a120) 0 empty 29 std::__do_is_direct_constructible_impl (0x0x7f7e2226a2a0) 0 empty 34 std::__do_is_nary_constructible_impl (0x0x7f7e2226a660) 0 empty 39 std::__do_common_type_impl (0x0x7f7e222f5de0) 0 empty 44 std::__do_member_type_wrapper (0x0x7f7e222f5ea0) 0 empty 49 std::__result_of_memfun_ref_impl (0x0x7f7e22326240) 0 empty [all …]
|
| H A D | QtPositioning.5.14.0.linux-gcc-amd64.txt | 4 std::__failure_type (0x0x7fe9fb51bd80) 0 empty 9 std::__do_is_destructible_impl (0x0x7fe9fb5f3540) 0 empty 14 std::__do_is_nt_destructible_impl (0x0x7fe9fb5f3780) 0 empty 19 std::__do_is_default_constructible_impl (0x0x7fe9fb5f39c0) 0 empty 24 std::__do_is_static_castable_impl (0x0x7fe9fb5f3c00) 0 empty 29 std::__do_is_direct_constructible_impl (0x0x7fe9fb5f3d80) 0 empty 34 std::__do_is_nary_constructible_impl (0x0x7fe9fb62b180) 0 empty 39 std::__do_is_implicitly_default_constructible_impl (0x0x7fe9fb6612a0) 0 empty 44 std::__do_common_type_impl (0x0x7fe9fb6b5960) 0 empty 49 std::__do_member_type_wrapper (0x0x7fe9fb6b5a20) 0 empty [all …]
|
| H A D | QtPositioning.5.15.0.linux-gcc-amd64.txt | 4 std::__failure_type (0x0x7fd8a8528240) 0 empty 9 std::__do_is_destructible_impl (0x0x7fd8a85749c0) 0 empty 14 std::__do_is_nt_destructible_impl (0x0x7fd8a8574c00) 0 empty 19 std::__do_is_default_constructible_impl (0x0x7fd8a8574e40) 0 empty 24 std::__do_is_static_castable_impl (0x0x7fd8a85a00c0) 0 empty 29 std::__do_is_direct_constructible_impl (0x0x7fd8a85a0240) 0 empty 34 std::__do_is_nary_constructible_impl (0x0x7fd8a85a0600) 0 empty 39 std::__do_is_implicitly_default_constructible_impl (0x0x7fd8a85d9720) 0 empty 44 std::__do_common_type_impl (0x0x7fd8a862fde0) 0 empty 49 std::__do_member_type_wrapper (0x0x7fd8a862fea0) 0 empty [all …]
|
| H A D | QtPositioning.5.13.0.linux-gcc-amd64.txt | 4 std::__failure_type (0x0x7f3508200c60) 0 empty 9 std::__do_is_destructible_impl (0x0x7f3506ee4420) 0 empty 14 std::__do_is_nt_destructible_impl (0x0x7f3506ee4660) 0 empty 19 std::__do_is_default_constructible_impl (0x0x7f3506ee48a0) 0 empty 24 std::__do_is_static_castable_impl (0x0x7f3506ee4ae0) 0 empty 29 std::__do_is_direct_constructible_impl (0x0x7f3506ee4c60) 0 empty 34 std::__do_is_nary_constructible_impl (0x0x7f3506f20060) 0 empty 39 std::__do_is_implicitly_default_constructible_impl (0x0x7f3506f4f180) 0 empty 44 std::__do_common_type_impl (0x0x7f3506fa7840) 0 empty 49 std::__do_member_type_wrapper (0x0x7f3506fa7900) 0 empty [all …]
|
| H A D | QtPositioning.5.9.0.linux-gcc-amd64.txt | 4 std::__failure_type (0x0x7fd646d253c0) 0 empty 9 std::__do_is_destructible_impl (0x0x7fd646d6eb40) 0 empty 14 std::__do_is_nt_destructible_impl (0x0x7fd646d6ed80) 0 empty 19 std::__do_is_default_constructible_impl (0x0x7fd646d9a000) 0 empty 24 std::__do_is_static_castable_impl (0x0x7fd646d9a240) 0 empty 29 std::__do_is_direct_constructible_impl (0x0x7fd646d9a3c0) 0 empty 34 std::__do_is_nary_constructible_impl (0x0x7fd646d9a780) 0 empty 39 std::__do_common_type_impl (0x0x7fd644a28f00) 0 empty 44 std::__do_member_type_wrapper (0x0x7fd644a56000) 0 empty 49 std::__result_of_memfun_ref_impl (0x0x7fd644a56360) 0 empty [all …]
|
| H A D | QtPositioning.5.8.0.linux-gcc-amd64.txt | 4 std::__failure_type (0x0x7fe59698d300) 0 empty 9 std::__do_is_destructible_impl (0x0x7fe5969d5a80) 0 empty 14 std::__do_is_nt_destructible_impl (0x0x7fe5969d5cc0) 0 empty 19 std::__do_is_default_constructible_impl (0x0x7fe5969d5f00) 0 empty 24 std::__do_is_static_castable_impl (0x0x7fe596a03180) 0 empty 29 std::__do_is_direct_constructible_impl (0x0x7fe596a03300) 0 empty 34 std::__do_is_nary_constructible_impl (0x0x7fe596a036c0) 0 empty 39 std::__do_common_type_impl (0x0x7fe59468fe40) 0 empty 44 std::__do_member_type_wrapper (0x0x7fe59468ff00) 0 empty 49 std::__result_of_memfun_ref_impl (0x0x7fe5946be2a0) 0 empty [all …]
|
| H A D | QtPositioning.5.7.0.linux-gcc-amd64.txt | 4 std::__failure_type (0x0x7ff717ebbd80) 0 empty 9 std::__do_is_destructible_impl (0x0x7ff717f63540) 0 empty 14 std::__do_is_nt_destructible_impl (0x0x7ff717f63780) 0 empty 19 std::__do_is_default_constructible_impl (0x0x7ff717f639c0) 0 empty 24 std::__do_is_static_castable_impl (0x0x7ff717f63c00) 0 empty 29 std::__do_is_direct_constructible_impl (0x0x7ff717f63d80) 0 empty 34 std::__do_is_nary_constructible_impl (0x0x7ff717f97180) 0 empty 39 std::__do_common_type_impl (0x0x7ff715c1b900) 0 empty 44 std::__do_member_type_wrapper (0x0x7ff715c1b9c0) 0 empty 49 std::__result_of_memfun_ref_impl (0x0x7ff715c1bd20) 0 empty [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/ |
| H A D | empty.py | 5 # The empty wic plugin is used to create unformatted empty partitions for wic 7 # To use it you must pass "empty" as argument for the "--source" parameter in 9 # part foo --source empty --ondisk sda --size="1024" --align 1024 19 Populate unformatted empty partition. 22 name = 'empty'
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/ |
| H A D | Empty-Exprs.html | 16 <title>Using as: Empty Exprs</title> 18 <meta name="description" content="Using as: Empty Exprs"> 19 <meta name="keywords" content="Using as: Empty Exprs"> 63 <a name="Empty-Exprs"></a> 69 <a name="Empty-Expressions"></a> 70 <h3 class="section">6.1 Empty Expressions</h3> 72 <a name="index-empty-expressions"></a> 73 <a name="index-expressions_002c-empty"></a> 74 <p>An empty expression has no value: it is just whitespace or null.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/ |
| H A D | Empty-Exprs.html | 16 <title>Using as: Empty Exprs</title> 18 <meta name="description" content="Using as: Empty Exprs"> 19 <meta name="keywords" content="Using as: Empty Exprs"> 63 <a name="Empty-Exprs"></a> 69 <a name="Empty-Expressions"></a> 70 <h3 class="section">6.1 Empty Expressions</h3> 72 <a name="index-empty-expressions"></a> 73 <a name="index-expressions_002c-empty"></a> 74 <p>An empty expression has no value: it is just whitespace or null.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/functional/range/ |
| H A D | empty.hpp | 2 /// \file empty.hpp 3 /// Proto callables for boost::empty() 12 #include <boost/range/empty.hpp> 18 // A PolymorphicFunctionObject that wraps boost::empty() 19 struct empty struct 28 return boost::empty(rng); in operator ()()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ |
| H A D | .yamllint | 12 min-spaces-inside-empty: 0 13 max-spaces-inside-empty: 0 17 min-spaces-inside-empty: 0 18 max-spaces-inside-empty: 0 27 empty-lines: 30 empty-values:
|