| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | syscall.c | 21 unsigned long third, void __user * ptr, long fifth) in ksys_ipc() argument 43 return ksys_semget(first, second, third); in ksys_ipc() 50 return ksys_old_semctl(first, second, third, arg); in ksys_ipc() 55 second, third); in ksys_ipc() 68 tmp.msgtyp, third); in ksys_ipc() 73 second, fifth, third); in ksys_ipc() 89 return put_user(raddr, (unsigned long __user *) third); in ksys_ipc() 101 return ksys_shmget(first, second, third); in ksys_ipc() 111 unsigned long, third, void __user *, ptr, long, fifth) in SYSCALL_DEFINE6() argument 113 return ksys_ipc(call, first, second, third, ptr, fifth); in SYSCALL_DEFINE6() [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | siphash.c | 156 u64 siphash_3u64(const u64 first, const u64 second, const u64 third, in siphash_3u64() argument 168 v3 ^= third; in siphash_3u64() 171 v0 ^= third; in siphash_3u64() 184 u64 siphash_4u64(const u64 first, const u64 second, const u64 third, in siphash_4u64() argument 196 v3 ^= third; in siphash_4u64() 199 v0 ^= third; in siphash_4u64() 216 u64 siphash_3u32(const u32 first, const u32 second, const u32 third, in siphash_3u32() argument 225 b |= third; in siphash_3u32() 349 u32 hsiphash_3u32(const u32 first, const u32 second, const u32 third, in hsiphash_3u32() argument 357 b |= third; in hsiphash_3u32() [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | sys_s390.c | 66 unsigned long, third, void __user *, ptr) in SYSCALL_DEFINE5() argument 78 return ksys_ipc(call, first, second, third, ptr, third); in SYSCALL_DEFINE5()
|
| H A D | compat_linux.c | 62 compat_ulong_t, third, compat_uptr_t, ptr) in COMPAT_SYSCALL_DEFINE5() argument 66 return compat_ksys_ipc(call, first, second, third, ptr, third); in COMPAT_SYSCALL_DEFINE5()
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/ |
| H A D | CMakeLists.txt | 43 # Choose a third-party library 45 message("set third party drm") 64 ${CMAKE_CURRENT_SOURCE_DIR}/third-party/libdrm/include 65 ${CMAKE_CURRENT_SOURCE_DIR}/third-party/libdrm/include/libdrm
|
| H A D | Android.mk | 25 $(LOCAL_PATH)/third-party/libdrm/include \ 26 $(LOCAL_PATH)/third-party/libdrm/include/libdrm
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/licenses/ |
| H A D | DMTF | 11 // standard may be subject to third party patent rights, including 15 // identify any or all such third party patent right, owners or 20 // identify any such third party patent rights, or for such party's 31 // For information about patents held by third-parties which have
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/cim-schema/files/ |
| H A D | LICENSE | 11 // standard may be subject to third party patent rights, including 15 // identify any or all such third party patent right, owners or 20 // identify any such third party patent rights, or for such party's 31 // For information about patents held by third-parties which have
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/ |
| H A D | 0001-folly-Use-SYS_futex-for-syscall.patch | 12 third-party/folly/folly/detail/Futex.cpp | 10 ++++++++-- 15 --- a/third-party/folly/folly/detail/Futex.cpp 16 +++ b/third-party/folly/folly/detail/Futex.cpp
|
| /OK3568_Linux_fs/buildroot/package/transmission/ |
| H A D | 0002-fix-utp-include.patch | 3 If transmission uses its own copy of libminiupnpc in third-party/ then 34 + LIBUTP_CFLAGS="-I\$(top_srcdir)/third-party/" 39 LIBUPNP_LIBS_QT="\$\${TRANSMISSION_TOP}/third-party/miniupnp/libminiupnp.a"
|
| H A D | 0001-fix-utypes.patch | 17 --- transmission-2.82.org/third-party/libutp/utypes.h 2013-08-09 04:47:43.000000000 +0200 18 +++ transmission-2.82/third-party/libutp/utypes.h 2014-01-02 20:17:18.000000000 +0100
|
| /OK3568_Linux_fs/external/chromium/licenses/ |
| H A D | LICENSE.32 | 33 3.3 You agree that Google or third parties own all legal right, title and interest in and to the SD… 35 …ed by the License Agreement. Except to the extent required by applicable third party licenses, yo… 54 …ized manner the servers, networks, or other properties or services of any third party including, b… 56 …y responsible for (and that Google has no responsibility to you or to any third party for) any dat… 58 …third party for) any breach of your obligations under the License Agreement, any applicable third … 75 …third party or that access data, content or resources provided by a third party, you agree that Go… 77 7.2 You should be aware the data, content, and resources presented to you through such a third part… 79 …third party applications, data, content, or resources may be subject to separate terms between you… 138 …third party beneficiaries to the License Agreement and that such other companies shall be entitled…
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | sys_sparc_64.c | 335 unsigned long, third, void __user *, ptr, long, fifth) in SYSCALL_DEFINE6() argument 355 err = ksys_semget(first, (int)second, (int)third); in SYSCALL_DEFINE6() 359 (int)third | IPC_64, in SYSCALL_DEFINE6() 372 (int)third); in SYSCALL_DEFINE6() 376 (int)third); in SYSCALL_DEFINE6() 396 (ulong __user *) third)) in SYSCALL_DEFINE6() 405 err = ksys_shmget(first, (size_t)second, (int)third); in SYSCALL_DEFINE6()
|
| /OK3568_Linux_fs/buildroot/package/libkrb5/ |
| H A D | Config.in | 11 on a network. Kerberos is a trusted third-party service. 12 That means that there is a third party (the Kerberos server)
|
| /OK3568_Linux_fs/buildroot/package/python3/ |
| H A D | 0004-Adjust-library-header-paths-for-cross-compilation.patch | 6 When cross-compiling third-party extensions, the get_python_inc() or 15 third-party Python modules. 32 # building third party extensions
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ntopng/files/ |
| H A D | 0001-Makefile.in-don-t-use-the-internal-lua.patch | 7 third-party sub dir of source tree, but this one supports 23 LUA_HOME=${PWD}/third-party/lua-5.4.3
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/ |
| H A D | blkio-controller.rst | 136 third field specifies the disk time allocated to group in 142 third field specifies the number of sectors transferred by the 149 device, third field specifies the operation type and the fourth field 156 device, third field specifies the operation type and the fourth field 169 specify the major and minor number of the device, third field 185 minor number of the device, third field specifies the operation type 237 and minor number of the device and third field specifies the number 282 device, third field specifies the operation type and the fourth field 289 device, third field specifies the operation type and the fourth field
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | broadcom-bcm87xx.txt | 11 address within the MMD, the third cell contains a mask to be ANDed 13 he result to yield the new register value. If the third cell has a
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | OGDL-Taiwan-1.0 | 83 …zation owns its copyright in whole or has full authority to provide it to third parties in sublice… 105 …l make the reasonable efforts with respect to moral right protection of the third parties involved. 121 …b. A provided Open Data might jeopardize third parties' intellectual property rights, privacy righ… 127 …provided under the License. This disclaimer applies as well when User has third parties encountere… 129 … the damaged one is a third party and the compensations have already been disbursed by the Data Pr…
|
| H A D | CAL-1.0 | 25 This License also strives to protect the freedom and autonomy of third 26 parties who receive the Work from you. If any non-affiliated third 28 License requires that You provide that third party all the permissions 30 that third party having a loss of data or capability due to your 66 Licensor or a Recipient (as an intended third-party beneficiary) may 103 third party (a "Recipient"), either via physical delivery or via a 123 or by a third party, such as a public software repository, and must 204 enforcing the legal rights of third parties against Recipients. 260 by Licensor or an intended third-party beneficiary of Your 323 relating thereto, including by an intended third-party beneficiary,
|
| H A D | CAL-1.0-Combined-Work-Exception | 25 This License also strives to protect the freedom and autonomy of third 26 parties who receive the Work from you. If any non-affiliated third 28 License requires that You provide that third party all the permissions 30 that third party having a loss of data or capability due to your 66 Licensor or a Recipient (as an intended third-party beneficiary) may 103 third party (a "Recipient"), either via physical delivery or via a 123 or by a third party, such as a public software repository, and must 204 enforcing the legal rights of third parties against Recipients. 260 by Licensor or an intended third-party beneficiary of Your 323 relating thereto, including by an intended third-party beneficiary,
|
| H A D | BSD-3-Clause-Open-MPI | 19 intellectual property rights of third parties. The copyright holders 21 recipient by any third party for infringement of that parties
|
| H A D | OCLC-2.0 | 22 Except as necessary to recognize third-party rights or third-party restriction (see below), a distr… 24 …third party has any claim (including but not limited to intellectual property claims) relating to … 67 …iding for the free, perpetual and unrestricted commercial and noncommercial use by any third party. 71 If you learn of a third party claim or other restriction relating to a Program you have already dis…
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/serial/ |
| H A D | rocket.rst | 39 I/O port for the third ISA board 106 The second, third, and fourth RocketPort cards require a 64-byte 110 second, third, and fourth Rocketport cards (if present) are set via 132 CAN NOT set the second, third or fourth board for address 0x140 since 134 need to set the second, third, or fourth board to one of the next available
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/gpio/ |
| H A D | gpio-mockup.rst | 27 the second 16 and the third 4. The base GPIO for the third chip is set
|