Home
last modified time | relevance | path

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

1234

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlundump.c32 #define error(S,s) argument
36 static void error(LoadState* S, const char* why) in error()
44 #define LoadByte(S) (lu_byte)LoadChar(S) argument
45 #define LoadVar(S,x) LoadMem(S,&x,1,sizeof(x)) argument
54 static int LoadChar(LoadState* S) in LoadChar()
61 static int LoadInt(LoadState* S) in LoadInt()
69 static lua_Number LoadNumber(LoadState* S) in LoadNumber()
76 static TString* LoadString(LoadState* S) in LoadString()
90 static void LoadCode(LoadState* S, Proto* f) in LoadCode()
183 static void LoadHeader(LoadState* S) in LoadHeader()
[all …]
/f-stack/freebsd/contrib/ck/include/gcc/x86/
H A Dck_pr.h111 #define CK_PR_FAS(S, M, T, C, I) \ argument
137 #define CK_PR_LOAD(S, M, T, C, I) \ argument
163 #define CK_PR_STORE(S, M, T, C, I) \ argument
191 #define CK_PR_FAA(S, M, T, C, I) \ argument
220 #define CK_PR_UNARY(K, S, T, C, I) \ argument
224 #define CK_PR_UNARY_R(K, S, T, C, I) \ argument
235 #define CK_PR_UNARY_V(K, S, T, C, I) \ argument
277 #define CK_PR_BINARY(K, S, M, T, C, I) \ argument
312 #define CK_PR_CAS(S, M, T, C, I) \ argument
362 #define CK_PR_CAS_O_S(S, T, I, R) \ argument
[all …]
/f-stack/freebsd/contrib/ck/include/gcc/
H A Dck_pr.h58 #define CK_PR_LOAD(S, M, T) \ argument
99 #define CK_PR_LOAD_S(S, T) CK_PR_LOAD(S, T, T) argument
156 #define CK_PR_CAS(S, M, T) \ in CK_PR_FENCE() argument
167 #define CK_PR_CAS_S(S, T) CK_PR_CAS(S, T, T) argument
191 #define CK_PR_CAS_O(S, T) \ argument
213 #define CK_PR_FAA(S, M, T) \ argument
223 #define CK_PR_FAA_S(S, T) CK_PR_FAA(S, T, T) argument
239 #define CK_PR_BINARY(K, S, M, T) \ argument
247 #define CK_PR_BINARY_S(K, S, T) CK_PR_BINARY(K, S, T, T) argument
269 #define CK_PR_UNARY(S, M, T) \ argument
[all …]
/f-stack/freebsd/contrib/ck/include/gcc/x86_64/
H A Dck_pr.h140 #define CK_PR_FAS(S, M, T, C, I) \ argument
173 #define CK_PR_LOAD(S, M, T, C, I) \ argument
224 #define CK_PR_LOAD_2(S, W, T) \ argument
256 #define CK_PR_STORE(S, M, T, C, I) \ argument
289 #define CK_PR_FAA(S, M, T, C, I) \ argument
319 #define CK_PR_UNARY(K, S, T, C, I) \ argument
323 #define CK_PR_UNARY_R(K, S, T, C, I) \ argument
413 #define CK_PR_CAS(S, M, T, C, I) \ argument
467 #define CK_PR_CAS_O_S(S, T, I, R) \ argument
543 #define CK_PR_CAS_V(S, W, T) \ argument
[all …]
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-ref.c38 blake2b_set_lastnode(blake2b_state *S) in blake2b_set_lastnode()
46 blake2b_is_lastblock(const blake2b_state *S) in blake2b_is_lastblock()
52 blake2b_set_lastblock(blake2b_state *S) in blake2b_set_lastblock()
62 blake2b_increment_counter(blake2b_state *S, const uint64_t inc) in blake2b_increment_counter()
93 blake2b_init0(blake2b_state *S) in blake2b_init0()
107 blake2b_init_param(blake2b_state *S, const blake2b_param *P) in blake2b_init_param()
124 blake2b_init(blake2b_state *S, const uint8_t outlen) in blake2b_init()
146 blake2b_init_salt_personal(blake2b_state *S, const uint8_t outlen, in blake2b_init_salt_personal()
214 blake2b_init_key_salt_personal(blake2b_state *S, const uint8_t outlen, in blake2b_init_key_salt_personal()
261 blake2b_update(blake2b_state *S, const uint8_t *in, uint64_t inlen) in blake2b_update()
[all …]
/f-stack/freebsd/contrib/libb2/
H A Dblake2s-ref.c41 static inline int blake2s_set_lastnode( blake2s_state *S ) in blake2s_set_lastnode()
47 static inline int blake2s_clear_lastnode( blake2s_state *S ) in blake2s_clear_lastnode()
54 static inline int blake2s_set_lastblock( blake2s_state *S ) in blake2s_set_lastblock()
62 static inline int blake2s_clear_lastblock( blake2s_state *S ) in blake2s_clear_lastblock()
70 static inline int blake2s_increment_counter( blake2s_state *S, const uint32_t inc ) in blake2s_increment_counter()
132 static inline int blake2s_init0( blake2s_state *S ) in blake2s_init0()
162 int blake2s_init_param( blake2s_state *S, const blake2s_param *P ) in blake2s_init_param()
177 int blake2s_init( blake2s_state *S, size_t outlen ) in blake2s_init()
291 int blake2s_update( blake2s_state *S, const uint8_t *in, size_t inlen ) in blake2s_update()
321 int blake2s_final( blake2s_state *S, uint8_t *out, size_t outlen ) in blake2s_final()
[all …]
H A Dblake2b-ref.c46 static inline int blake2b_set_lastnode( blake2b_state *S ) in blake2b_set_lastnode()
52 static inline int blake2b_clear_lastnode( blake2b_state *S ) in blake2b_clear_lastnode()
59 static inline int blake2b_set_lastblock( blake2b_state *S ) in blake2b_set_lastblock()
67 static inline int blake2b_clear_lastblock( blake2b_state *S ) in blake2b_clear_lastblock()
75 static inline int blake2b_increment_counter( blake2b_state *S, const uint64_t inc ) in blake2b_increment_counter()
139 static inline int blake2b_init0( blake2b_state *S ) in blake2b_init0()
169 int blake2b_init_param( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param()
184 int blake2b_init( blake2b_state *S, size_t outlen ) in blake2b_init()
301 int blake2b_update( blake2b_state *S, const uint8_t *in, size_t inlen ) in blake2b_update()
331 int blake2b_final( blake2b_state *S, uint8_t *out, size_t outlen ) in blake2b_final()
[all …]
H A Dblake2-dispatch.c446 int blake2b_init_dispatch( blake2b_state *S, size_t outlen ) in blake2b_init_dispatch()
458 int blake2b_init_param_dispatch( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param_dispatch()
470 int blake2b_final_dispatch( blake2b_state *S, uint8_t *out, size_t outlen ) in blake2b_final_dispatch()
482 BLAKE2_API int blake2b_init( blake2b_state *S, size_t outlen ) in blake2b_init()
492 BLAKE2_API int blake2b_init_param( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param()
502 BLAKE2_API int blake2b_final( blake2b_state *S, uint8_t *out, size_t outlen ) in blake2b_final()
512 int blake2s_init_dispatch( blake2s_state *S, size_t outlen ) in blake2s_init_dispatch()
524 int blake2s_init_param_dispatch( blake2s_state *S, const blake2s_param *P ) in blake2s_init_param_dispatch()
536 int blake2s_final_dispatch( blake2s_state *S, uint8_t *out, size_t outlen ) in blake2s_final_dispatch()
548 BLAKE2_API int blake2s_init( blake2s_state *S, size_t outlen ) in blake2s_init()
[all …]
H A Dblake2b.c81 static inline int blake2b_set_lastnode( blake2b_state *S ) in blake2b_set_lastnode()
87 static inline int blake2b_clear_lastnode( blake2b_state *S ) in blake2b_clear_lastnode()
93 static inline int blake2b_set_lastblock( blake2b_state *S ) in blake2b_set_lastblock()
101 static inline int blake2b_clear_lastblock( blake2b_state *S ) in blake2b_clear_lastblock()
110 static inline int blake2b_increment_counter( blake2b_state *S, const uint64_t inc ) in blake2b_increment_counter()
181 static inline int blake2b_init0( blake2b_state *S ) in blake2b_init0()
213 int blake2b_init_param( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param()
232 int blake2b_init( blake2b_state *S, size_t outlen ) in blake2b_init()
358 int blake2b_update( blake2b_state *S, const uint8_t *in, size_t inlen ) in blake2b_update()
389 int blake2b_final( blake2b_state *S, uint8_t *out, size_t outlen ) in blake2b_final()
[all …]
H A Dblake2s.c76 static inline int blake2s_set_lastnode( blake2s_state *S ) in blake2s_set_lastnode()
82 static inline int blake2s_clear_lastnode( blake2s_state *S ) in blake2s_clear_lastnode()
88 static inline int blake2s_set_lastblock( blake2s_state *S ) in blake2s_set_lastblock()
96 static inline int blake2s_clear_lastblock( blake2s_state *S ) in blake2s_clear_lastblock()
104 static inline int blake2s_increment_counter( blake2s_state *S, const uint32_t inc ) in blake2s_increment_counter()
169 static inline int blake2s_init0( blake2s_state *S ) in blake2s_init0()
200 int blake2s_init_param( blake2s_state *S, const blake2s_param *P ) in blake2s_init_param()
218 int blake2s_init( blake2s_state *S, size_t outlen ) in blake2s_init()
331 int blake2s_update( blake2s_state *S, const uint8_t *in, size_t inlen ) in blake2s_update()
362 int blake2s_final( blake2s_state *S, uint8_t *out, size_t outlen ) in blake2s_final()
[all …]
H A Dblake2sp.c27 static int blake2sp_init_leaf( blake2s_state *S, uint8_t outlen, uint8_t keylen, uint64_t offset ) in blake2sp_init_leaf()
45 static int blake2sp_init_root( blake2s_state *S, uint8_t outlen, uint8_t keylen ) in blake2sp_init_root()
64 int blake2sp_init( blake2sp_state *S, size_t outlen ) in blake2sp_init()
83 int blake2sp_init_key( blake2sp_state *S, size_t outlen, const void *key, size_t keylen ) in blake2sp_init_key()
116 int blake2sp_update( blake2sp_state *S, const uint8_t *in, size_t inlen ) in blake2sp_update()
166 int blake2sp_final( blake2sp_state *S, uint8_t *out, size_t outlen ) in blake2sp_final()
197 blake2s_state S[PARALLELISM_DEGREE][1]; in blake2sp() local
H A Dblake2bp.c28 static int blake2bp_init_leaf( blake2b_state *S, uint8_t outlen, uint8_t keylen, uint64_t offset ) in blake2bp_init_leaf()
47 static int blake2bp_init_root( blake2b_state *S, uint8_t outlen, uint8_t keylen ) in blake2bp_init_root()
67 int blake2bp_init( blake2bp_state *S, size_t outlen ) in blake2bp_init()
86 int blake2bp_init_key( blake2bp_state *S, size_t outlen, const void *key, size_t keylen ) in blake2bp_init_key()
119 int blake2bp_update( blake2bp_state *S, const uint8_t *in, size_t inlen ) in blake2bp_update()
170 int blake2bp_final( blake2bp_state *S, uint8_t *out, size_t outlen ) in blake2bp_final()
199 blake2b_state S[PARALLELISM_DEGREE][1]; in blake2bp() local
/f-stack/freebsd/contrib/ck/include/gcc/aarch64/
H A Dck_pr.h90 #define CK_PR_LOAD(S, M, T, I) \ argument
101 #define CK_PR_LOAD_64(S, M, T, I) \ argument
116 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, I) argument
117 #define CK_PR_LOAD_S_64(S, T, I) CK_PR_LOAD_64(S, T, T, I) argument
136 #define CK_PR_STORE(S, M, T, I) \ argument
147 #define CK_PR_STORE_64(S, M, T, I) \ argument
161 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, I) argument
162 #define CK_PR_STORE_S_64(S, T, I) CK_PR_STORE_64(S, T, T, I) argument
212 #define CK_PR_NEG_S(S, T, W) \ argument
H A Dck_pr_lse.h168 #define CK_PR_UNARY(O, N, M, T, I, W, R, S) \ argument
187 #define CK_PR_UNARY_S(S, T, W) \ argument
203 #define CK_PR_BINARY(O, N, M, T, S, W, R, I) \ argument
226 #define CK_PR_BINARY_S(S, T, W) \ argument
274 #define CK_PR_FAA(S, T, W) \ argument
/f-stack/freebsd/contrib/ck/include/gcc/ppc/
H A Dck_pr.h96 #define CK_PR_LOAD(S, M, T, C, I) \ in CK_PR_FENCE() argument
110 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument
123 #define CK_PR_STORE(S, M, T, C, I) \ argument
136 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) argument
241 #define CK_PR_UNARY_S(S, T, W) \ argument
277 #define CK_PR_BINARY_S(S, T, W) \ argument
310 #define CK_PR_FAA(S, T, W) \ argument
/f-stack/freebsd/crypto/des/
H A Ddes_locl.h127 #define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument
145 #define D_ENCRYPT(LL,R,S) { \ argument
173 #define D_ENCRYPT(LL,R,S) { \ argument
212 #define D_ENCRYPT(LL,R,S) { \ argument
229 #define D_ENCRYPT(LL,R,S) {\ argument
258 #define D_ENCRYPT(LL,R,S) {\ argument
289 #define D_ENCRYPT(LL,R,S) {\ argument
/f-stack/freebsd/contrib/ck/include/gcc/ppc64/
H A Dck_pr.h91 #define CK_PR_LOAD(S, M, T, C, I) \ argument
105 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument
122 #define CK_PR_STORE(S, M, T, C, I) \ argument
135 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) argument
331 #define CK_PR_UNARY_S(S, T, W) \ argument
368 #define CK_PR_BINARY_S(S, T, W) \ argument
402 #define CK_PR_FAA(S, T, W) \ argument
/f-stack/freebsd/contrib/ck/include/
H A Dck_pr.h207 #define CK_PR_BIN(K, S, M, T, P, C) \ argument
476 #define CK_PR_BTX(K, S, M, T, P, C, R) \ argument
609 #define CK_PR_UNARY(K, X, S, M, T) \ argument
617 #define CK_PR_UNARY_Z(K, S, M, T, P, C, Z) \ argument
633 #define CK_PR_UNARY_Z_STUB(K, S, M) \ argument
890 #define CK_PR_N(K, S, M, T, P, C) \ argument
907 #define CK_PR_N_Z(S, M, T, C) \ argument
1095 #define CK_PR_FAA(S, M, T, C) \ argument
1112 #define CK_PR_FAS(S, M, C) \ argument
1127 #define CK_PR_FAA_S(S, M) CK_PR_FAA(S, M, M, M) argument
[all …]
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_osdep.h30 #define DEBUGOUT(S, args...) PMD_DRV_LOG_RAW(DEBUG, S, ##args) argument
31 #define DEBUGOUT1(S, args...) DEBUGOUT(S, ##args) argument
32 #define DEBUGOUT2(S, args...) DEBUGOUT(S, ##args) argument
33 #define DEBUGOUT3(S, args...) DEBUGOUT(S, ##args) argument
34 #define DEBUGOUT6(S, args...) DEBUGOUT(S, ##args) argument
35 #define DEBUGOUT7(S, args...) DEBUGOUT(S, ##args) argument
37 #define ERROR_REPORT1(e, S, args...) DEBUGOUT(S, ##args) argument
38 #define ERROR_REPORT2(e, S, args...) DEBUGOUT(S, ##args) argument
39 #define ERROR_REPORT3(e, S, args...) DEBUGOUT(S, ##args) argument
48 #define EWARN(hw, S, args...) DEBUGOUT1(S, ##args) argument
/f-stack/freebsd/kern/
H A Dfirmw.S37 #define FIRMW_START(S) __CONCAT(_binary_, __CONCAT(S, _start)) argument
38 #define FIRMW_END(S) __CONCAT(_binary_, __CONCAT(S, _end)) argument
/f-stack/freebsd/contrib/ck/include/gcc/arm/
H A Dck_pr.h108 #define CK_PR_LOAD(S, M, T, C, I) \ in CK_PR_FENCE() argument
122 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument
157 #define CK_PR_STORE(S, M, T, C, I) \ argument
171 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) argument
450 #define CK_PR_UNARY_S(S, T, W) \ argument
493 #define CK_PR_BINARY_S(S, T, W) \ argument
532 #define CK_PR_FAA(S, T, W) \ argument
/f-stack/freebsd/contrib/ck/include/gcc/sparcv9/
H A Dck_pr.h88 #define CK_PR_LOAD(S, M, T, C, I) \ argument
102 #define CK_PR_LOAD_S(S, T, I) CK_PR_LOAD(S, T, T, T, I) argument
113 #define CK_PR_STORE(S, M, T, C, I) \ argument
127 #define CK_PR_STORE_S(S, T, I) CK_PR_STORE(S, T, T, T, I) argument
/f-stack/freebsd/netgraph/atm/ccatm/
H A Dng_ccatm_cust.h52 #define CCMALLOC(S) (malloc((S), M_NG_CCATM, M_NOWAIT)) argument
53 #define CCZALLOC(S) (malloc((S), M_NG_CCATM, M_NOWAIT | M_ZERO)) argument
/f-stack/dpdk/drivers/net/fm10k/base/
H A Dfm10k_osdep.h27 #define DEBUGOUT(S, args...) PMD_DRV_LOG_RAW(DEBUG, S, ##args) argument
28 #define DEBUGOUT1(S, args...) DEBUGOUT(S, ##args) argument
29 #define DEBUGOUT2(S, args...) DEBUGOUT(S, ##args) argument
30 #define DEBUGOUT3(S, args...) DEBUGOUT(S, ##args) argument
31 #define DEBUGOUT6(S, args...) DEBUGOUT(S, ##args) argument
32 #define DEBUGOUT7(S, args...) DEBUGOUT(S, ##args) argument
/f-stack/freebsd/netgraph/atm/sscfu/
H A Dng_sscfu_cust.h91 #define SIGQ_APPEND(Q, S) TAILQ_INSERT_TAIL(Q, S, link) argument
128 #define ASSERT(S) KASSERT(S, (#S)) argument
130 #define ASSERT(S) argument

1234