Home
last modified time | relevance | path

Searched full:s2 (Results 1 – 25 of 1223) sorted by relevance

12345678910>>...49

/OK3568_Linux_fs/kernel/arch/c6x/kernel/
H A Dentry.S28 MVC .S2 CSR,reg
29 CLR .S2 reg,0,0,reg
30 MVC .S2 reg,CSR
34 MVC .S2 CSR,reg
35 SET .S2 reg,0,0,reg
36 MVC .S2 reg,CSR
49 MVKL .S2 current_ksp,B0
50 MVKH .S2 current_ksp,B0
58 SHR .S2 B0,THREAD_SHIFT,B0 ; 0 if already using kstack
60 [B0] MV .S2 B1,SP ; and switch to kstack
[all …]
H A Dhead.S16 MV .S2 B4,B10
17 MVKL .S2 __bss_start,B5
18 MVKH .S2 __bss_start,B5
19 MVKL .S2 __bss_stop,B6
20 MVKH .S2 __bss_stop,B6
24 MVKL .S2 current_ksp,B0
25 MVKH .S2 current_ksp,B0
29 SHR .S2 B6,3,B0 ; number of dwords to clear
33 BDEC .S2 bss_loop,B0
42 MVC .S2 CSR,B2
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcstring28 void* memcpy(void* restrict s1, const void* restrict s2, size_t n);
29 void* memmove(void* s1, const void* s2, size_t n);
30 char* strcpy (char* restrict s1, const char* restrict s2);
31 char* strncpy(char* restrict s1, const char* restrict s2, size_t n);
32 char* strcat (char* restrict s1, const char* restrict s2);
33 char* strncat(char* restrict s1, const char* restrict s2, size_t n);
34 int memcmp(const void* s1, const void* s2, size_t n);
35 int strcmp (const char* s1, const char* s2);
36 int strncmp(const char* s1, const char* s2, size_t n);
37 int strcoll(const char* s1, const char* s2);
[all …]
H A Dcwchar63 wchar_t* wcscpy(wchar_t* restrict s1, const wchar_t* restrict s2);
64 wchar_t* wcsncpy(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n);
65 wchar_t* wcscat(wchar_t* restrict s1, const wchar_t* restrict s2);
66 wchar_t* wcsncat(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n);
67 int wcscmp(const wchar_t* s1, const wchar_t* s2);
68 int wcscoll(const wchar_t* s1, const wchar_t* s2);
69 int wcsncmp(const wchar_t* s1, const wchar_t* s2, size_t n);
70 size_t wcsxfrm(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n);
73 size_t wcscspn(const wchar_t* s1, const wchar_t* s2);
75 const wchar_t* wcspbrk(const wchar_t* s1, const wchar_t* s2);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcstring28 void* memcpy(void* restrict s1, const void* restrict s2, size_t n);
29 void* memmove(void* s1, const void* s2, size_t n);
30 char* strcpy (char* restrict s1, const char* restrict s2);
31 char* strncpy(char* restrict s1, const char* restrict s2, size_t n);
32 char* strcat (char* restrict s1, const char* restrict s2);
33 char* strncat(char* restrict s1, const char* restrict s2, size_t n);
34 int memcmp(const void* s1, const void* s2, size_t n);
35 int strcmp (const char* s1, const char* s2);
36 int strncmp(const char* s1, const char* s2, size_t n);
37 int strcoll(const char* s1, const char* s2);
[all …]
H A Dcwchar63 wchar_t* wcscpy(wchar_t* restrict s1, const wchar_t* restrict s2);
64 wchar_t* wcsncpy(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n);
65 wchar_t* wcscat(wchar_t* restrict s1, const wchar_t* restrict s2);
66 wchar_t* wcsncat(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n);
67 int wcscmp(const wchar_t* s1, const wchar_t* s2);
68 int wcscoll(const wchar_t* s1, const wchar_t* s2);
69 int wcsncmp(const wchar_t* s1, const wchar_t* s2, size_t n);
70 size_t wcsxfrm(wchar_t* restrict s1, const wchar_t* restrict s2, size_t n);
73 size_t wcscspn(const wchar_t* s1, const wchar_t* s2);
75 const wchar_t* wcspbrk(const wchar_t* s1, const wchar_t* s2);
[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 Dipa-icf-gimple.h77 /* Verbose logging function logging statements S1 and S2 of a CODE.
81 return_different_stmts_1 (gimple *s1, gimple *s2, const char *code, in return_different_stmts_1() argument
90 print_gimple_stmt (dump_file, s2, 3, TDF_DETAILS); in return_different_stmts_1()
96 /* Verbose logging function logging statements S1 and S2 of a CODE. */
97 #define return_different_stmts(s1, s2, code) \ argument
98 return_different_stmts_1 (s1, s2, code, __func__, __LINE__)
162 /* Verifies for given GIMPLEs S1 and S2 that
164 bool compare_gimple_call (gcall *s1, gcall *s2);
166 /* Verifies for given GIMPLEs S1 and S2 that
168 bool compare_gimple_assign (gimple *s1, gimple *s2);
[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 Dipa-icf-gimple.h77 /* Verbose logging function logging statements S1 and S2 of a CODE.
81 return_different_stmts_1 (gimple *s1, gimple *s2, const char *code, in return_different_stmts_1() argument
90 print_gimple_stmt (dump_file, s2, 3, TDF_DETAILS); in return_different_stmts_1()
96 /* Verbose logging function logging statements S1 and S2 of a CODE. */
97 #define return_different_stmts(s1, s2, code) \ argument
98 return_different_stmts_1 (s1, s2, code, __func__, __LINE__)
162 /* Verifies for given GIMPLEs S1 and S2 that
164 bool compare_gimple_call (gcall *s1, gcall *s2);
166 /* Verifies for given GIMPLEs S1 and S2 that
168 bool compare_gimple_assign (gimple *s1, gimple *s2);
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bc/bc/
H A Dlibmath.h1 {"@iK20:s2:p@r",
4 "K.44:l5:*+s13:pl5:cS1+s2:pN3:l5:1>Z4:l10:1+s10:pl5:K2:/s5:pl2:",
5 "1+s2:pJ3:N4:l13:s2:p1l5:+s14:pl5:s6:p1s8:pK2:s11:pN6:1B7:J5:N8:",
7 "l10:d10:Z12:l14:l14:*s14:pJ11:N12:N10:l15:s2:pl12:Z13:1l14:/R",
10 "s14:pl7:s0:pl14:RN1:l5:0{Z2:1K10:l2:^-1/RN2:l2:s15:pK6:l2:+s2:",
14 "/s9:pl9:0=Z11:l10:l14:*s14:pl15:s2:pl14:1/RN11:l14:l9:+s14:pJ10:N7:",
17 "s14:pl7:s0:pl14:RN1:l2:s15:pK1.1:l15:*K2:+s2:p1C4,0:s14:pl5:0",
18 "<Z2:1s12:pl5:ns5:pN2:0s2:pl5:l14:/K2:+K4:/s13:pl5:K4:l13:*l14:",
19 "*-s5:pl13:K2:%Z3:l5:ns5:pN3:l15:K2:+s2:pl5:s9:s14:pl5:nl5:*s16:",
21 "s9:pl9:0=Z8:l15:s2:pl12:Z9:l14:n1/RN9:l14:1/RN8:l14:l9:+s14:p",
[all …]
/OK3568_Linux_fs/kernel/net/dccp/ccids/lib/
H A Dpacket_history.c167 s2 = DCCP_SKB_CB(skb)->dccpd_seq; in __one_after_loss() local
169 if (likely(dccp_delta_seqno(s1, s2) > 0)) { /* S1 < S2 */ in __one_after_loss()
175 /* S0 < S2 < S1 */ in __one_after_loss()
177 if (dccp_loss_free(s0, s2, n2)) { in __one_after_loss()
180 if (dccp_loss_free(s2, s1, n1)) { in __one_after_loss()
181 /* hole is filled: S0, S2, and S1 are consecutive */ in __one_after_loss()
185 /* gap between S2 and S1: just update loss_prev */ in __one_after_loss()
188 } else { /* gap between S0 and S2 */ in __one_after_loss()
190 * Reorder history to insert S2 between S0 and S1 in __one_after_loss()
204 s2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_seqno, in __two_after_loss() local
[all …]
/OK3568_Linux_fs/kernel/arch/c6x/lib/
H A Ddivremu.S25 ||[!b1] b .s2 B3 ; RETURN A
30 || shl .s2 B4, B1, B4
36 || shru .s2 B4, 1, B4
41 || [b1] add .s2 -1, B1, B1
43 || [b1] add .s2 -1, B1, B1
49 || [b1] add .s2 -1, B1, B1
51 || [b1] add .s2 -1, B1, B1
54 || [b1] add .s2 -1, B1, B1
56 || [b1] add .s2 -1, B1, B1
58 || [b1] add .s2 -1, B1, B1
[all …]
H A Dremu.S33 || [!B1] b .s2 B3 ; RETURN A
37 || shl .s2 B4, B1, B4
41 shru .s2 B4, 1, B4
46 || [B1] add .s2 -1, B1, B1
49 || [B1] add .s2 -1, B1, B1
52 || [B1] add .s2 -1, B1, B1
54 || [B1] add .s2 -1, B1, B1
56 || [B1] add .s2 -1, B1, B1
58 || [B1] add .s2 -1, B1, B1
60 || [B1] add .s2 -1, B1, B1
[all …]
H A Ddivu.S39 || [!B1] b .s2 B3 ; RETURN A
42 || shl .s2 B4, B1, B4
48 || shru .s2 B4, 1, B4
53 || [B1] add .s2 -1, B1, B1
55 || [B1] add .s2 -1, B1, B1
61 || [B1] add .s2 -1, B1, B1
63 || [B1] add .s2 -1, B1, B1
66 || [B1] add .s2 -1, B1, B1
68 || [B1] add .s2 -1, B1, B1
70 || [B1] add .s2 -1, B1, B1
[all …]
H A Dcsum_64plus.S25 MVC .S2 ILC,B30
33 || AND .S2 3,B4,B0
35 || MVC .S2 B5,ILC
148 BNOP .S2 B3,4
149 MVC .S2 B30,ILC
186 || MVC .S2 ILC,B30
187 SHL .S2 B4,2,B0
193 SHRU .S2 B0,1,B0
194 MVC .S2 B0,ILC
216 L15: BNOP .S2 B3,3
[all …]
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Drelocate_kernel.S24 PTR_L s2, (s0)
31 beqz s2, done
34 and s3, s2, 0x1
36 and s4, s2, ~0x1 /* store destination addr in s4 */
41 and s3, s2, 0x2
43 and s0, s2, ~0x2
48 and s3, s2, 0x4
53 and s3, s2, 0x8
55 and s2, s2, ~0x8
60 REG_L s5, (s2)
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dstring.h22 void *memcpy(void *__restrict s1, const void *__restrict s2, size_t n);
23 void *memmove(void *s1, const void *s2, size_t n);
24 int memcmp(const void *s1, const void *s2, size_t n);
27 int strcmp(const char *s1, const char *s2);
29 int strncmp(const char *s1, const char *s2, size_t n);
40 char *strncat (char *s1, const char *s2, size_t n);
43 size_t strxfrm(char *s1, const char *s2, size_t n);
44 size_t strspn(const char *s1, const char *s2);
45 size_t strcspn(const char *s1, const char *s2);
46 char *strpbrk(const char *s1, const char *s2);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dstring.h22 void *memcpy(void *__restrict s1, const void *__restrict s2, size_t n);
23 void *memmove(void *s1, const void *s2, size_t n);
24 int memcmp(const void *s1, const void *s2, size_t n);
27 int strcmp(const char *s1, const char *s2);
29 int strncmp(const char *s1, const char *s2, size_t n);
40 char *strncat (char *s1, const char *s2, size_t n);
43 size_t strxfrm(char *s1, const char *s2, size_t n);
44 size_t strspn(const char *s1, const char *s2);
45 size_t strcspn(const char *s1, const char *s2);
46 char *strpbrk(const char *s1, const char *s2);
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp.c34 int test_memcmp(const void *s1, const void *s2, size_t n);
37 static void test_one(char *s1, char *s2, unsigned long max_offset, in test_one() argument
47 y = memcmp(s1+offset, s2+offset, size); in test_one()
48 x = test_memcmp(s1+offset, s2+offset, size); in test_one()
59 printf("%02x ", s2[i]); in test_one()
65 printf("vmx enter/exit not paired.(offset:%ld size:%ld s1:%p s2:%p vc:%d\n", in test_one()
66 offset, size, s1, s2, vmx_count); in test_one()
77 char *p, *s1, *s2; in testcase() local
88 /* Put s1/s2 at the end of a page */ in testcase()
90 s2 = p + 3 * MAP_SIZE - alloc_size; in testcase()
[all …]
/OK3568_Linux_fs/buildroot/package/bc/
H A D0004-no-gen-libmath.patch49 +{"@iK20:s2:p@r",
52 +"K.44:l5:*+s13:pl5:cS1+s2:pN3:l5:1>Z4:l10:1+s10:pl5:K2:/s5:pl2:",
53 +"1+s2:pJ3:N4:l13:s2:p1l5:+s14:pl5:s6:p1s8:pK2:s11:pN6:1B7:J5:N8:",
55 +"l10:d10:Z12:l14:l14:*s14:pJ11:N12:N10:l15:s2:pl12:Z13:1l14:/R",
58 +"s14:pl7:s0:pl14:RN1:l5:0{Z2:1K10:l2:^-1/RN2:l2:s15:pK6:l2:+s2:",
62 +"/s9:pl9:0=Z11:l10:l14:*s14:pl15:s2:pl14:1/RN11:l14:l9:+s14:pJ10:N7:",
65 +"s14:pl7:s0:pl14:RN1:l2:s15:pK1.1:l15:*K2:+s2:p1C4,0:s14:pl5:0",
66 +"<Z2:1s12:pl5:ns5:pN2:0s2:pl5:l14:/K2:+K4:/s13:pl5:K4:l13:*l14:",
67 +"*-s5:pl13:K2:%Z3:l5:ns5:pN3:l15:K2:+s2:pl5:s9:s14:pl5:nl5:*s16:",
69 +"s9:pl9:0=Z8:l15:s2:pl12:Z9:l14:n1/RN9:l14:1/RN8:l14:l9:+s14:p",
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A Dqcom,smd-rpm-regulator.yaml25 For mp5496, s2
27 For pm8841, s1, s2, s3, s4, s5, s6, s7, s8
29 For pm8916, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
32 For pm8941, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
36 For pm8950 and pm8953, s1, s2, s3, s4, s5, s6, s7, l1, l2, l3, l4, l5, l6,
40 For pm8994, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3,
44 For pm8998, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, l1, l2,
48 For pm660, s1, s2, s3, s4, s5, s6, l1, l2, l3, l5, l6, l7, l8, l9, l10, l22,
51 For pm660l s1, s2, s3, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, bob
53 For pma8084, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3,
[all …]
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Daes_core.c792 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rk_aes_encrypt() local
806 s2 = GETU32(in + 8) ^ rk[2]; in rk_aes_encrypt()
810 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4]; in rk_aes_encrypt()
811 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5]; in rk_aes_encrypt()
812 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6]; in rk_aes_encrypt()
813 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7]; in rk_aes_encrypt()
817 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10]; in rk_aes_encrypt()
820 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12]; in rk_aes_encrypt()
821 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13]; in rk_aes_encrypt()
822 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[14]; in rk_aes_encrypt()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/
H A Drijndael.c880 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local
891 s2 = GETU32(pt + 8) ^ rk[2]; in rijndaelEncrypt()
895 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ in rijndaelEncrypt()
897 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ in rijndaelEncrypt()
899 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ in rijndaelEncrypt()
902 Te3[s2 & 0xff] ^ rk[7]; in rijndaelEncrypt()
908 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ in rijndaelEncrypt()
913 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ in rijndaelEncrypt()
915 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ in rijndaelEncrypt()
917 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ in rijndaelEncrypt()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H A Daes_impl.c843 u32 s2 = 0; in rijndaelEncrypt() local
858 s2 = GETU32(plaintext + 8) ^ rk[2]; in rijndaelEncrypt()
863 Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[4]; in rijndaelEncrypt()
864 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ in rijndaelEncrypt()
866 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ in rijndaelEncrypt()
869 Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[7]; in rijndaelEncrypt()
875 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ in rijndaelEncrypt()
881 Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12]; in rijndaelEncrypt()
882 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ in rijndaelEncrypt()
884 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ in rijndaelEncrypt()
[all …]
/OK3568_Linux_fs/kernel/arch/s390/lib/
H A Dstring.c215 * @s2: Another string
217 * returns 0 if @s1 and @s2 are equal,
218 * < 0 if @s1 is less than @s2
219 * > 0 if @s1 is greater than @s2
222 int strcmp(const char *s1, const char *s2) in strcmp() argument
234 : "+d" (ret), "+d" (r0), "+a" (s1), "+a" (s2) in strcmp()
261 const char *s2, unsigned long l2) in clcle() argument
265 register unsigned long r4 asm("4") = (unsigned long) s2; in clcle()
281 * @s2: The string to search for
284 char *strstr(const char *s1, const char *s2) in strstr() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/soc/bcm/brcmstb/pm/
H A Ds2-mips.S26 sw s2, 12(sp)
37 * s2: TIMERS base register
46 lw s2, 8(t0)
112 sw t0, TIMER_TIMER1_CTRL(s2)
113 lw t0, TIMER_TIMER1_CTRL(s2)
116 sw t0, TIMER_TIMER1_CTRL(s2)
117 lw t0, TIMER_TIMER1_CTRL(s2)
121 lw t1, TIMER_TIMER1_STAT(s2)
127 1: lw t0, TIMER_TIMER1_STAT(s2)
179 lw s2, 12(sp)

12345678910>>...49