Home
last modified time | relevance | path

Searched defs:S (Results 1 – 25 of 167) sorted by relevance

1234567

/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 Dtree-vectorizer.h174 #define SLP_INSTANCE_TREE(S) (S)->root argument
175 #define SLP_INSTANCE_GROUP_SIZE(S) (S)->group_size argument
176 #define SLP_INSTANCE_UNROLLING_FACTOR(S) (S)->unrolling_factor argument
177 #define SLP_INSTANCE_LOADS(S) (S)->loads argument
178 #define SLP_INSTANCE_ROOT_STMT(S) (S)->root_stmt argument
180 #define SLP_TREE_CHILDREN(S) (S)->children argument
181 #define SLP_TREE_SCALAR_STMTS(S) (S)->stmts argument
182 #define SLP_TREE_SCALAR_OPS(S) (S)->ops argument
183 #define SLP_TREE_VEC_STMTS(S) (S)->vec_stmts argument
184 #define SLP_TREE_NUMBER_OF_VEC_STMTS(S) (S)->vec_stmts_size argument
[all …]
H A Dlibiberty.h374 #define XALLOCAVAR(T, S) ((T *) alloca ((S))) argument
375 #define XNEWVAR(T, S) ((T *) xmalloc ((S))) argument
376 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S))) argument
378 #define XRESIZEVAR(T, P, S) ((T *) xrealloc ((P), (S))) argument
384 #define XOBNEWVAR(O, T, S) ((T *) obstack_alloc ((O), (S))) argument
/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 Dtree-vectorizer.h174 #define SLP_INSTANCE_TREE(S) (S)->root argument
175 #define SLP_INSTANCE_GROUP_SIZE(S) (S)->group_size argument
176 #define SLP_INSTANCE_UNROLLING_FACTOR(S) (S)->unrolling_factor argument
177 #define SLP_INSTANCE_LOADS(S) (S)->loads argument
178 #define SLP_INSTANCE_ROOT_STMT(S) (S)->root_stmt argument
180 #define SLP_TREE_CHILDREN(S) (S)->children argument
181 #define SLP_TREE_SCALAR_STMTS(S) (S)->stmts argument
182 #define SLP_TREE_SCALAR_OPS(S) (S)->ops argument
183 #define SLP_TREE_VEC_STMTS(S) (S)->vec_stmts argument
184 #define SLP_TREE_NUMBER_OF_VEC_STMTS(S) (S)->vec_stmts_size argument
[all …]
H A Dlibiberty.h374 #define XALLOCAVAR(T, S) ((T *) alloca ((S))) argument
375 #define XNEWVAR(T, S) ((T *) xmalloc ((S))) argument
376 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S))) argument
378 #define XRESIZEVAR(T, P, S) ((T *) xrealloc ((P), (S))) argument
384 #define XOBNEWVAR(O, T, S) ((T *) obstack_alloc ((O), (S))) argument
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_namespacing.c10 struct S { struct
11 int S; argument
15 typedef struct S S; argument
18 int S; member
H A Dbtf_data.c3 struct S { struct
15 struct S1 { argument
28 typedef int S; typedef
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dtrace_output_kern.c17 struct S { in SYSCALL() struct
18 u64 pid; in SYSCALL()
19 u64 cookie; in SYSCALL()
H A Dxdp_sample_pkts_kern.c22 struct S { in xdp_sample_prog() struct
23 u16 cookie; in xdp_sample_prog()
24 u16 pkt_len; in xdp_sample_prog()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_context_table.h36 #define sbacGetMps(S) ((S) & 1) argument
37 #define sbacGetState(S) ((S) >> 1) argument
38 #define sbacNext(S, V) (g_nextState[(S)][(V)]) argument
/OK3568_Linux_fs/kernel/drivers/isdn/mISDN/
H A Ddsp_blowfish.c375 u32 *S = dsp->bf_s; in dsp_bf_encrypt() local
467 u32 *S = dsp->bf_s; in dsp_bf_decrypt() local
563 encrypt_block(const u32 *P, const u32 *S, u32 *dst, u32 *src) in encrypt_block()
604 u32 *S = (u32 *)dsp->bf_s; in dsp_bf_init() local
/OK3568_Linux_fs/external/rkupdate/
H A DMD5Checksum.cpp244 void CMD5Checksum::FF(DWORD &A, DWORD B, DWORD C, DWORD D, DWORD X, DWORD S, DWORD T) in FF()
264 void CMD5Checksum::GG(DWORD &A, DWORD B, DWORD C, DWORD D, DWORD X, DWORD S, DWORD T) in GG()
284 void CMD5Checksum::HH(DWORD &A, DWORD B, DWORD C, DWORD D, DWORD X, DWORD S, DWORD T) in HH()
304 void CMD5Checksum::II(DWORD &A, DWORD B, DWORD C, DWORD D, DWORD X, DWORD S, DWORD T) in II()
/OK3568_Linux_fs/kernel/include/math-emu/
H A Dop-4.h29 #define _FP_FRAC_COPY_4(D,S) \ argument
429 #define _FP_SQRT_MEAT_4(R, S, T, X, q) \ argument
615 #define _FP_FRAC_CONV_1_4(dfs, sfs, D, S) \ argument
625 #define _FP_FRAC_CONV_2_4(dfs, sfs, D, S) \ argument
677 #define _FP_FRAC_CONV_4_1(dfs, sfs, D, S) \ argument
684 #define _FP_FRAC_CONV_4_2(dfs, sfs, D, S) \ argument
H A Dop-2.h29 #define _FP_FRAC_COPY_2(D,S) (D##_f0 = S##_f0, D##_f1 = S##_f1) argument
524 #define _FP_SQRT_MEAT_2(R, S, T, X, q) \ argument
588 #define _FP_FRAC_CONV_1_2(dfs, sfs, D, S) \ argument
598 #define _FP_FRAC_CONV_2_1(dfs, sfs, D, S) \ argument
/OK3568_Linux_fs/kernel/crypto/
H A Dblowfish_common.c313 const u32 *S = bctx->s; in encrypt_block() local
348 u32 *S = ctx->s; in blowfish_setkey() local
H A Dblake2b_generic.c40 static void blake2b_increment_counter(struct blake2b_state *S, const u64 inc) in blake2b_increment_counter()
70 static void blake2b_compress_one_generic(struct blake2b_state *S, in blake2b_compress_one_generic()
H A Dblowfish_generic.c42 const u32 *S = ctx->s; in bf_encrypt() local
76 const u32 *S = ctx->s; in bf_decrypt() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/
H A Dconverter.hpp100 typedef typename Traits::source_type S ; typedef
114 typedef typename Traits::source_type S ; typedef
129 typedef typename Traits::source_type S ; typedef
145 typedef typename Traits::source_type S ; typedef
161 typedef typename Traits::source_type S ; typedef
177 typedef typename Traits::source_type S ; typedef
193 typedef typename Traits::source_type S ; typedef
331 typedef typename Traits::source_type S ; typedef
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/crypto/
H A Daes-gcm.c229 const u8 *crypt, size_t crypt_len, u8 *S) in aes_gcm_ghash()
259 u8 S[16]; in aes_gcm_ae() local
293 u8 S[16], T[16]; in aes_gcm_ad() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/crypto/
H A Daes-gcm.c229 const u8 *crypt, size_t crypt_len, u8 *S) in aes_gcm_ghash()
259 u8 S[16]; in aes_gcm_ae() local
293 u8 S[16], T[16]; in aes_gcm_ad() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/crypto/
H A Daes-gcm.c230 const u8 *crypt, size_t crypt_len, u8 *S) in aes_gcm_ghash()
260 u8 S[16]; in aes_gcm_ae() local
294 u8 S[16], T[16]; in aes_gcm_ad() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/crypto/
H A Daes-gcm.c230 const u8 *crypt, size_t crypt_len, u8 *S) in aes_gcm_ghash()
260 u8 S[16]; in aes_gcm_ae() local
294 u8 S[16], T[16]; in aes_gcm_ad() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/crypto/
H A Daes-gcm.c229 const u8 *crypt, size_t crypt_len, u8 *S) in aes_gcm_ghash()
259 u8 S[16]; in aes_gcm_ae() local
293 u8 S[16], T[16]; in aes_gcm_ad() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/crypto/
H A Daes-gcm.c229 const u8 *crypt, size_t crypt_len, u8 *S) in aes_gcm_ghash()
259 u8 S[16]; in aes_gcm_ae() local
293 u8 S[16], T[16]; in aes_gcm_ad() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/crypto/
H A Daes-gcm.c229 const u8 *crypt, size_t crypt_len, u8 *S) in aes_gcm_ghash()
259 u8 S[16]; in aes_gcm_ae() local
293 u8 S[16], T[16]; in aes_gcm_ad() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/crypto/
H A Daes-gcm.c229 const u8 *crypt, size_t crypt_len, u8 *S) in aes_gcm_ghash()
259 u8 S[16]; in aes_gcm_ae() local
293 u8 S[16], T[16]; in aes_gcm_ad() local

1234567