Home
last modified time | relevance | path

Searched refs:third (Results 1 - 25 of 67) sorted by relevance

123

/kernel/linux/linux-5.10/ipc/
H A Dsyscall.c21 unsigned long third, void __user * ptr, long fifth) in ksys_ipc()
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()
113 return ksys_ipc(call, first, second, third, pt in SYSCALL_DEFINE6()
20 ksys_ipc(unsigned int call, int first, unsigned long second, unsigned long third, void __user * ptr, long fifth) ksys_ipc() argument
130 compat_ksys_ipc(u32 call, int first, int second, u32 third, compat_uptr_t ptr, u32 fifth) compat_ksys_ipc() argument
[all...]
/kernel/linux/linux-6.6/ipc/
H A Dsyscall.c21 unsigned long third, void __user * ptr, long fifth) in ksys_ipc()
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()
113 return ksys_ipc(call, first, second, third, pt in SYSCALL_DEFINE6()
20 ksys_ipc(unsigned int call, int first, unsigned long second, unsigned long third, void __user * ptr, long fifth) ksys_ipc() argument
130 compat_ksys_ipc(u32 call, int first, int second, u32 third, compat_uptr_t ptr, u32 fifth) compat_ksys_ipc() argument
[all...]
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_version_util.c92 version->third = (uint32_t)strtoul(subVer, NULL, DEC); in StringToVersion()
108 if (sprintf_s(tmpStr, TMP_VERSION_STR_LEN, "%u.%u.%u", version->first, version->second, version->third) <= 0) { in VersionToString()
177 version->third = 0; in InitGroupAndModuleVersion()
239 if ((src->first == des->first) && (src->second == des->second) && (src->third == des->third)) { in IsVersionEqual()
252 curVersionSelf->third = g_defaultVersion.third; in NegotiateVersion()
255 curVersionSelf->third = curVersionSelf->third & curVersionPeer->third; in NegotiateVersion()
[all...]
/kernel/linux/linux-5.10/lib/
H A Dsiphash.c153 * @third: third u64
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()
180 * @third: third u64
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 siphash_3u32(const u32 first, const u32 second, const u32 third, const siphash_key_t *key) siphash_3u32() argument
349 hsiphash_3u32(const u32 first, const u32 second, const u32 third, const hsiphash_key_t *key) hsiphash_3u32() argument
370 hsiphash_4u32(const u32 first, const u32 second, const u32 third, const u32 forth, const hsiphash_key_t *key) hsiphash_4u32() argument
495 hsiphash_3u32(const u32 first, const u32 second, const u32 third, const hsiphash_key_t *key) hsiphash_3u32() argument
520 hsiphash_4u32(const u32 first, const u32 second, const u32 third, const u32 forth, const hsiphash_key_t *key) hsiphash_4u32() argument
[all...]
/kernel/linux/linux-6.6/lib/
H A Dsiphash.c152 * @third: third u64
155 u64 siphash_3u64(const u64 first, const u64 second, const u64 third, in siphash_3u64() argument
167 v3 ^= third; in siphash_3u64()
170 v0 ^= third; in siphash_3u64()
179 * @third: third u64
183 u64 siphash_4u64(const u64 first, const u64 second, const u64 third, in siphash_4u64() argument
195 v3 ^= third; in siphash_4u64()
198 v0 ^= third; in siphash_4u64()
215 siphash_3u32(const u32 first, const u32 second, const u32 third, const siphash_key_t *key) siphash_3u32() argument
348 hsiphash_3u32(const u32 first, const u32 second, const u32 third, const hsiphash_key_t *key) hsiphash_3u32() argument
369 hsiphash_4u32(const u32 first, const u32 second, const u32 third, const u32 forth, const hsiphash_key_t *key) hsiphash_4u32() argument
494 hsiphash_3u32(const u32 first, const u32 second, const u32 third, const hsiphash_key_t *key) hsiphash_3u32() argument
519 hsiphash_4u32(const u32 first, const u32 second, const u32 third, const u32 forth, const hsiphash_key_t *key) hsiphash_4u32() argument
[all...]
H A Dtest_printf.c722 const struct software_node third = { .name = "third", .parent = &second }; in fwnode_pointer() local
723 const struct software_node *group[] = { &first, &second, &third, NULL }; in fwnode_pointer()
725 const char * const full_name_third = "first/second/third"; in fwnode_pointer()
727 const char * const third_name = "third"; in fwnode_pointer()
737 test(full_name_third, "%pfw", software_node_fwnode(&third)); in fwnode_pointer()
738 test(full_name_third, "%pfwf", software_node_fwnode(&third)); in fwnode_pointer()
740 test(third_name, "%pfwP", software_node_fwnode(&third)); in fwnode_pointer()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/
H A Drsanimation_fuzzer.cpp142 float third = GetData<float>(); in RsCurveAnimationFuzzTest() local
147 auto thirdProperty = std::make_shared<RSAnimatableProperty<float>>(third); in RsCurveAnimationFuzzTest()
173 float third = GetData<float>(); in RsKeyframeAnimationFuzzTest() local
178 auto thirdProperty = std::make_shared<RSAnimatableProperty<float>>(third); in RsKeyframeAnimationFuzzTest()
203 float third = GetData<float>(); in RsPathAnimationFuzzTest() local
213 auto thirdProperty = std::make_shared<RSAnimatableProperty<float>>(third); in RsPathAnimationFuzzTest()
268 float third = GetData<float>(); in RsSpringAnimationFuzzTest() local
273 auto thirdProperty = std::make_shared<RSAnimatableProperty<float>>(third); in RsSpringAnimationFuzzTest()
300 float third = GetData<float>(); in RsTransitionFuzzTest() local
304 auto thirdProperty = std::make_shared<RSAnimatableProperty<float>>(third); in RsTransitionFuzzTest()
348 float third = GetData<float>(); RsImplicitAnimatorFuzzTest() local
376 float third = GetData<float>(); RsImplicitAnimatorParamFuzzTest() local
450 float third = GetData<float>(); RSInterpolatingSpringAnimationFuzzTest() local
[all...]
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dsys_s390.c66 unsigned long, third, void __user *, ptr) in SYSCALL_DEFINE5()
72 * the SEMTIMEDOP subcall where on s390 the third parameter is used in SYSCALL_DEFINE5()
76 * third parameter also as fifth parameter. in SYSCALL_DEFINE5()
78 return ksys_ipc(call, first, second, third, ptr, third); in SYSCALL_DEFINE5()
H A Dcompat_linux.c62 compat_ulong_t, third, compat_uptr_t, ptr) in COMPAT_SYSCALL_DEFINE5()
66 return compat_ksys_ipc(call, first, second, third, ptr, third); in COMPAT_SYSCALL_DEFINE5()
/base/security/device_auth/frameworks/deviceauth_lite/source/struct/
H A Dpake_request.c45 pake_request->peer_version.third, FIELD_MIN_VERSION, in make_pake_request()
47 pake_request->peer_support_version.third, FIELD_SUPPORT_256_MOD, in make_pake_request()
H A Dauth_start_request.c51 auth_start_request->peer_version.third, FIELD_MIN_VERSION, in make_request_json_str()
54 auth_start_request->peer_support_version.third, in make_request_json_str()
H A Dkey_agreement_version.c37 cur_ver->third = strtoul(sub_ver, NULL, HC_VERSION_DEC); /* third */ in split_ver()
/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dkey_agreement.c76 peer_version->first, peer_version->second, peer_version->third, in is_peer_support_current_version()
77 peer_support_version->first, peer_support_version->second, peer_support_version->third, in is_peer_support_current_version()
78 g_current_version.first, g_current_version.second, g_current_version.third); in is_peer_support_current_version()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dsyscall.c73 unsigned long, third, void __user *, ptr) in SYSCALL_DEFINE5()
79 * the SEMTIMEDOP subcall where on s390 the third parameter is used in SYSCALL_DEFINE5()
83 * third parameter also as fifth parameter. in SYSCALL_DEFINE5()
85 return ksys_ipc(call, first, second, third, ptr, third); in SYSCALL_DEFINE5()
H A Dcompat_linux.c62 compat_ulong_t, third, compat_uptr_t, ptr) in COMPAT_SYSCALL_DEFINE5()
66 return compat_ksys_ipc(call, first, second, third, ptr, third); in COMPAT_SYSCALL_DEFINE5()
/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dkernel_interface_test.cpp85 std::string third = "3"; in HWTEST_F() local
98 path = KernelInterface::GetInstance().JoinPath(first, second, third); in HWTEST_F()
99 EXPECT_EQ(path.compare(first + "/" + second + "/" + third), 0); in HWTEST_F()
100 path = KernelInterface::GetInstance().JoinPath(empty, second, third); in HWTEST_F()
101 EXPECT_EQ(path.compare(second + "/" + third), 0); in HWTEST_F()
102 path = KernelInterface::GetInstance().JoinPath(first, empty, third); in HWTEST_F()
103 EXPECT_EQ(path.compare(first + "/" + third), 0); in HWTEST_F()
107 path = KernelInterface::GetInstance().JoinPath(empty, empty, third); in HWTEST_F()
108 EXPECT_EQ(path.compare(third), 0); in HWTEST_F()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dsys_sparc_64.c335 unsigned long, third, void __user *, ptr, long, fifth) in SYSCALL_DEFINE6()
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()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dsys_sparc_64.c335 unsigned long, third, void __user *, ptr, long, fifth) in SYSCALL_DEFINE6()
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()
/base/global/i18n/frameworks/intl/src/
H A Dlocale_util.cpp102 outValue[2] = (encodeScript & 0x0000FF00) >> 8; // 2 is index, 8 is third script character offset in DecodeScript()
146 uint8_t third = ((uint8_t)(str[2] - base)) & 0x7f; // 2 is index in EncodeLanguageOrRegion() local
148 return ((0x80 | (first << 2) | (second >> 3)) << 8) | ((second << 5) | third); in EncodeLanguageOrRegion()
/base/security/device_auth/frameworks/deviceauth_lite/inc/key_agreement/
H A Dkey_agreement.h51 /* first.second.third */
55 uint32_t third; member
/base/security/device_auth/services/key_agree_sdk/src/
H A Dkey_agree_session.c114 if ((src->first == des->first) && (src->second == des->second) && (src->third == des->third)) { in IsVersionEqual()
152 version->third = (uint64_t)strtoul(subVer, NULL, DEC); in StringToVersion()
168 version->first, version->second, version->third) <= 0) { in VersionToString()
188 version->third = 0; in GetMaxVersion()
242 curVersionSelf->third = g_defaultVersion.third; in NegotiateVersion()
/base/security/device_auth/services/key_agree_sdk/inc/
H A Dkey_agree_session.h46 uint64_t third; member
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dutils.cpp188 * 4-0 bits represent the value of the third char subtract base char.
203 uint8_t third = ((uint8_t)(str[2] - base)) & 0x7f; in EncodeLanguageOrRegion() local
204 return ((0x80 | (first << 2) | (second >> 3)) << 8) | ((second << 5) | third); in EncodeLanguageOrRegion()
/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/
H A Ddas_version_util.h49 uint32_t third; member
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dsyscalls.h38 asmlinkage int sys_oabi_ipc(uint call, int first, int second, int third,

Completed in 15 milliseconds

123