Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dprom.h23 #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) argument
24 #define of_prop_cmp(s1, s2) strcasecmp((s1), (s2)) argument
25 #define of_node_cmp(s1, s2) strcmp((s1), (s2)) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/preprocessed/
H A Dfold_impl.hpp23 …state1 s1 = typename when<_, Fun>::template impl< typename result_of::child_c<Expr, 0>::type , sta… in operator ()() local
40 state1 s1 = in operator ()() local
61 …state1 s1 = typename when<_, Fun>::template impl< typename result_of::child_c<Expr, 0>::type , sta… in operator ()() local
80 …state1 s1 = typename when<_, Fun>::template impl< typename result_of::child_c< Expr , 1 >::type , … in operator ()() local
99 …state1 s1 = typename when<_, Fun>::template impl< typename result_of::child_c<Expr, 0>::type , sta… in operator ()() local
118 …r , 2 >::type , state3 , Data >()( proto::child_c<2>(e) , s3 , d ); state1 s1 = typename when<_, F… in operator ()() local
137 …state1 s1 = typename when<_, Fun>::template impl< typename result_of::child_c<Expr, 0>::type , sta… in operator ()() local
156 …r , 2 >::type , state3 , Data >()( proto::child_c<2>(e) , s3 , d ); state1 s1 = typename when<_, F… in operator ()() local
175 …state1 s1 = typename when<_, Fun>::template impl< typename result_of::child_c<Expr, 0>::type , sta… in operator ()() local
194 …r , 2 >::type , state3 , Data >()( proto::child_c<2>(e) , s3 , d ); state1 s1 = typename when<_, F… in operator ()() local
[all …]
/OK3568_Linux_fs/kernel/arch/s390/lib/
H A Dstring.c222 int strcmp(const char *s1, const char *s2) in strcmp()
260 static inline int clcle(const char *s1, unsigned long l1, in clcle()
284 char *strstr(const char *s1, const char *s2) in strstr()
338 int memcmp(const void *s1, const void *s2, size_t n) in memcmp()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_ordering.c9 struct s1 {}; struct
22 struct s1 s1; member
27 struct s1 s1; member
/OK3568_Linux_fs/kernel/net/dccp/ccids/lib/
H A Dpacket_history.c155 s1 = DCCP_SKB_CB(skb)->dccpd_seq; in __do_track_loss() local
166 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __one_after_loss() local
203 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __two_after_loss() local
271 u64 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __three_after_loss() local
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dstring.c32 int memcmp(const void *s1, const void *s2, size_t len) in memcmp()
43 int bcmp(const void *s1, const void *s2, size_t len) in bcmp()
50 const unsigned char *s1 = (const unsigned char *)str1; in strcmp() local
171 char *strstr(const char *s1, const char *s2) in strstr()
/OK3568_Linux_fs/u-boot/include/dm/
H A Dof.h121 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) argument
122 #define of_prop_cmp(s1, s2) strcmp((s1), (s2)) argument
123 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2)) argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dsincosf.h45 double s1, s2, s3; /* Sine polynomial. */ member
68 double x3, x4, x5, x6, s, c, c1, c2, s1; in sincosf_poly() local
96 double x3, x4, x6, x7, s, c, c1, c2, s1; in sinf_poly() local
/OK3568_Linux_fs/kernel/fs/unicode/
H A Dutf8-core.c24 const struct qstr *s1, const struct qstr *s2) in utf8_strncmp()
51 const struct qstr *s1, const struct qstr *s2) in utf8_strncasecmp()
82 const struct qstr *s1) in utf8_strncasecmp_folded()
H A Dutf8-selftest.c247 const struct qstr s1 = {.name = nfdi_test_data[i].str, in check_utf8_comparisons() local
257 const struct qstr s1 = {.name = nfdicf_test_data[i].str, in check_utf8_comparisons() local
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dsincosf.h45 double s1, s2, s3; /* Sine polynomial. */ member
68 double x3, x4, x5, x6, s, c, c1, c2, s1; in sincosf_poly() local
96 double x3, x4, x6, x7, s, c, c1, c2, s1; in sinf_poly() local
/OK3568_Linux_fs/u-boot/lib/lzo/
H A Dlzodefs.h41 #define DX2(p, s1, s2) (((((size_t)((p)[2]) << (s2)) ^ (p)[1]) \ argument
43 #define DX3(p, s1, s2, s3) ((DX2((p)+1, s2, s3) << (s1)) ^ (p)[0]) argument
/OK3568_Linux_fs/kernel/fs/ntfs/
H A Dunistr.c54 bool ntfs_are_names_equal(const ntfschar *s1, size_t s1_len, in ntfs_are_names_equal()
135 int ntfs_ucsncmp(const ntfschar *s1, const ntfschar *s2, size_t n) in ntfs_ucsncmp()
171 int ntfs_ucsncasecmp(const ntfschar *s1, const ntfschar *s2, size_t n, in ntfs_ucsncasecmp()
H A Drunlist.c1154 s64 s1 = last_vcn + 1; in ntfs_get_size_for_mapping_pairs() local
1190 s64 s1 = last_vcn + 1; in ntfs_get_size_for_mapping_pairs() local
1356 s64 s1 = last_vcn + 1; in ntfs_mapping_pairs_build() local
1408 s64 s1 = last_vcn + 1; in ntfs_mapping_pairs_build() local
/OK3568_Linux_fs/external/libmali/include/CL/
H A Dcl_platform.h531 __CL_ANON_STRUCT__ struct{ cl_char s0, s1; }; member
544 __CL_ANON_STRUCT__ struct{ cl_char s0, s1, s2, s3; }; member
563 __CL_ANON_STRUCT__ struct{ cl_char s0, s1, s2, s3, s4, s5, s6, s7; }; member
582 …__CL_ANON_STRUCT__ struct{ cl_char s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF… member
606 __CL_ANON_STRUCT__ struct{ cl_uchar s0, s1; }; member
619 __CL_ANON_STRUCT__ struct{ cl_uchar s0, s1, s2, s3; }; member
638 __CL_ANON_STRUCT__ struct{ cl_uchar s0, s1, s2, s3, s4, s5, s6, s7; }; member
657 …__CL_ANON_STRUCT__ struct{ cl_uchar s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, s… member
681 __CL_ANON_STRUCT__ struct{ cl_short s0, s1; }; member
694 __CL_ANON_STRUCT__ struct{ cl_short s0, s1, s2, s3; }; member
[all …]
/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_sysdeps_posix.c51 int avb_strcmp(const char* s1, const char* s2) { in avb_strcmp()
55 int avb_strncmp(const char* s1, const char* s2, size_t n) { in avb_strncmp()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp.c37 static void test_one(char *s1, char *s2, unsigned long max_offset, in test_one()
77 char *p, *s1, *s2; in testcase() local
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Duaccess.h193 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
231 #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
284 #define __constant_copy_to_user_asm(res, to, from, tmp, n, s1, s2, s3) \ argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/src/libnu/
H A Dstrcoll.c339 int nu_strcoll(const char *s1, const char *s2, in nu_strcoll()
348 int nu_strcasecoll(const char *s1, const char *s2, in nu_strcasecoll()
408 int nu_strncoll(const char *s1, size_t s1_max_len, in nu_strncoll()
418 int nu_strcasencoll(const char *s1, size_t s1_max_len, in nu_strcasencoll()
/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.h81 return_different_stmts_1 (gimple *s1, gimple *s2, const char *code, in return_different_stmts_1()
97 #define return_different_stmts(s1, s2, code) \ argument
/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.h81 return_different_stmts_1 (gimple *s1, gimple *s2, const char *code, in return_different_stmts_1()
97 #define return_different_stmts(s1, s2, code) \ argument
/OK3568_Linux_fs/kernel/lib/
H A Dstring.c43 int strncasecmp(const char *s1, const char *s2, size_t len) in strncasecmp()
69 int strcasecmp(const char *s1, const char *s2) in strcasecmp()
703 bool sysfs_streq(const char *s1, const char *s2) in sysfs_streq()
1000 char *strstr(const char *s1, const char *s2) in strstr()
1026 char *strnstr(const char *s1, const char *s2, size_t len) in strnstr()
/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
985 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rk_aes_decrypt() local
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H A Daes_impl.c842 u32 s1 = 0; in rijndaelEncrypt() local
1048 u32 s1 = 0; in rijndaelDecrypt() local
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dk3_bandgap.c91 static unsigned int vtm_get_best_value(unsigned int s0, unsigned int s1, in vtm_get_best_value()
111 unsigned int dtemp, s0, s1, s2; in k3_bgp_read_temp() local

12345678910>>...14