Home
last modified time | relevance | path

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

1234567

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-vectorizer.h140 #define SLP_INSTANCE_TREE(S) (S)->root argument
141 #define SLP_INSTANCE_GROUP_SIZE(S) (S)->group_size argument
142 #define SLP_INSTANCE_UNROLLING_FACTOR(S) (S)->unrolling_factor argument
143 #define SLP_INSTANCE_OUTSIDE_OF_LOOP_COST(S) (S)->cost.outside_of_loop argument
144 #define SLP_INSTANCE_INSIDE_OF_LOOP_COST(S) (S)->cost.inside_of_loop argument
145 #define SLP_INSTANCE_LOAD_PERMUTATION(S) (S)->load_permutation argument
146 #define SLP_INSTANCE_LOADS(S) (S)->loads argument
147 #define SLP_INSTANCE_FIRST_LOAD_STMT(S) (S)->first_load argument
149 #define SLP_TREE_CHILDREN(S) (S)->children argument
150 #define SLP_TREE_SCALAR_STMTS(S) (S)->stmts argument
[all …]
H A Dsese.h46 #define SESE_ENTRY(S) (S->entry) argument
47 #define SESE_ENTRY_BB(S) (S->entry->dest) argument
48 #define SESE_EXIT(S) (S->exit) argument
49 #define SESE_EXIT_BB(S) (S->exit->dest) argument
50 #define SESE_PARAMS(S) (S->params) argument
51 #define SESE_LOOPS(S) (S->loops) argument
52 #define SESE_LOOP_NEST(S) (S->loop_nest) argument
53 #define SESE_ADD_PARAMS(S) (S->add_params) argument
/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_blake2s_ref.c45 static void blake2s_set_lastnode( blake2s_state *S ) in blake2s_set_lastnode()
51 static int blake2s_is_lastblock( const blake2s_state *S ) in blake2s_is_lastblock()
56 static void blake2s_set_lastblock( blake2s_state *S ) in blake2s_set_lastblock()
63 static void blake2s_increment_counter( blake2s_state *S, const uint32_t inc ) in blake2s_increment_counter()
69 static void blake2s_init0( blake2s_state *S ) in blake2s_init0()
78 int blake2s_init_param( blake2s_state *S, const blake2s_param *P ) in blake2s_init_param()
95 int blake2s_init( blake2s_state *S, size_t outlen ) in blake2s_init()
117 int blake2s_init_key( blake2s_state *S, size_t outlen, const void *key, size_t keylen ) in blake2s_init_key()
174 static void blake2s_compress( blake2s_state *S, const uint8_t in[BLAKE2S_BLOCKBYTES] ) in blake2s_compress()
216 int blake2s_update( blake2s_state *S, const void *pin, size_t inlen ) in blake2s_update()
[all …]
H A Darchive_blake2sp_ref.c38 static int blake2sp_init_leaf_param( blake2s_state *S, const blake2s_param *P ) in blake2sp_init_leaf_param()
45 static int blake2sp_init_leaf( blake2s_state *S, size_t outlen, size_t keylen, uint32_t offset ) in blake2sp_init_leaf()
62 static int blake2sp_init_root( blake2s_state *S, size_t outlen, size_t keylen ) in blake2sp_init_root()
80 int blake2sp_init( blake2sp_state *S, size_t outlen ) in blake2sp_init()
101 int blake2sp_init_key( blake2sp_state *S, size_t outlen, const void *key, size_t keylen ) in blake2sp_init_key()
135 int blake2sp_update( blake2sp_state *S, const void *pin, size_t inlen ) in blake2sp_update()
186 int blake2sp_final( blake2sp_state *S, void *out, size_t outlen ) in blake2sp_final()
219 blake2s_state S[PARALLELISM_DEGREE][1]; in blake2sp() local
326 blake2sp_state S; in main() local
H A Darchive_blake2.h76 blake2s_state S[8][1]; member
85 blake2b_state S[4][1]; member
130 blake2s_state S[1]; member
136 blake2b_state S[1]; member
/dflybsd-src/sys/dev/netif/ix/
H A Dixgbe_osdep.h64 #define MSGOUT(S, A, B) kprintf(S "\n", A, B) argument
67 #define DEBUGOUT(S) kprintf(S "\n") argument
68 #define DEBUGOUT1(S,A) kprintf(S "\n",A) argument
69 #define DEBUGOUT2(S,A,B) kprintf(S "\n",A,B) argument
70 #define DEBUGOUT3(S,A,B,C) kprintf(S "\n",A,B,C) argument
71 #define DEBUGOUT4(S,A,B,C,D) kprintf(S "\n",A,B,C,D) argument
72 #define DEBUGOUT5(S,A,B,C,D,E) kprintf(S "\n",A,B,C,D,E) argument
73 #define DEBUGOUT6(S,A,B,C,D,E,F) kprintf(S "\n",A,B,C,D,E,F) argument
74 #define DEBUGOUT7(S,A,B,C,D,E,F,G) kprintf(S "\n",A,B,C,D,E,F,G) argument
75 #define ERROR_REPORT1(S,A) kprintf(S "\n",A) argument
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-vectorizer.h158 #define SLP_INSTANCE_TREE(S) (S)->root argument
159 #define SLP_INSTANCE_GROUP_SIZE(S) (S)->group_size argument
160 #define SLP_INSTANCE_UNROLLING_FACTOR(S) (S)->unrolling_factor argument
161 #define SLP_INSTANCE_LOADS(S) (S)->loads argument
163 #define SLP_TREE_CHILDREN(S) (S)->children argument
164 #define SLP_TREE_SCALAR_STMTS(S) (S)->stmts argument
165 #define SLP_TREE_VEC_STMTS(S) (S)->vec_stmts argument
166 #define SLP_TREE_NUMBER_OF_VEC_STMTS(S) (S)->vec_stmts_size argument
167 #define SLP_TREE_LOAD_PERMUTATION(S) (S)->load_permutation argument
168 #define SLP_TREE_TWO_OPERATORS(S) (S)->two_operators argument
[all …]
/dflybsd-src/contrib/gdb-7/gdb/gnulib/import/
H A Dfnmatch.c158 # define STRLEN(S) strlen (S) argument
159 # define STRCAT(D, S) strcat (D, S) argument
161 # define MEMPCPY(D, S, N) __mempcpy (D, S, N) argument
164 # define MEMPCPY(D, S, N) mempcpy (D, S, N) argument
166 # define MEMPCPY(D, S, N) ((void *) ((char *) memcpy (D, S, N) + (N))) argument
169 # define MEMCHR(S, C, N) memchr (S, C, N) argument
184 # define STRLEN(S) __wcslen (S) argument
185 # define STRCAT(D, S) __wcscat (D, S) argument
186 # define MEMPCPY(D, S, N) __wmempcpy (D, S, N) argument
188 # define STRLEN(S) wcslen (S) argument
[all …]
/dflybsd-src/crypto/libressl/crypto/des/
H A Ddes_locl.h147 #define LOAD_DATA_tmp(R,S,u,t,E0,E1) \ argument
150 #define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument
157 #define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument
176 #define D_ENCRYPT(LL,R,S) { \ argument
204 #define D_ENCRYPT(LL,R,S) { \ argument
232 #define D_ENCRYPT(LL,R,S) { \ argument
250 #define D_ENCRYPT(LL,R,S) {\ argument
279 #define D_ENCRYPT(LL,R,S) {\ argument
310 #define D_ENCRYPT(LL,R,S) {\ argument
/dflybsd-src/sys/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
/dflybsd-src/contrib/binutils-2.34/gas/config/
H A Dobj-elf.h100 #define S_GET_SIZE(S) \ argument
104 #define S_SET_SIZE(S,V) \ argument
109 #define S_GET_ALIGN(S) \ argument
113 #define S_SET_ALIGN(S,V) \ argument
119 #define S_GET_OTHER(S) (elf_s_get_other (S)) argument
122 #define S_SET_OTHER(S,V) \ argument
/dflybsd-src/contrib/binutils-2.27/gas/config/
H A Dobj-elf.h100 #define S_GET_SIZE(S) \ argument
104 #define S_SET_SIZE(S,V) \ argument
109 #define S_GET_ALIGN(S) \ argument
113 #define S_SET_ALIGN(S,V) \ argument
119 #define S_GET_OTHER(S) (elf_s_get_other (S)) argument
122 #define S_SET_OTHER(S,V) \ argument
/dflybsd-src/sys/platform/pc64/conf/
H A DMakefile8 S= ./dragonfly macro
10 S= ../.. macro
/dflybsd-src/sys/platform/vkernel64/conf/
H A DMakefile7 S= ./dragonfly macro
9 S= ../.. macro
/dflybsd-src/contrib/gcc-4.7/include/
H A Dlibiberty.h367 #define XALLOCAVAR(T, S) ((T *) alloca ((S))) argument
368 #define XNEWVAR(T, S) ((T *) xmalloc ((S))) argument
369 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S))) argument
371 #define XRESIZEVAR(T, P, S) ((T *) xrealloc ((P), (S))) argument
377 #define XOBNEWVAR(O, T, S) ((T *) obstack_alloc ((O), (S))) argument
/dflybsd-src/contrib/binutils-2.27/include/
H A Dlibiberty.h365 #define XALLOCAVAR(T, S) ((T *) alloca ((S))) argument
366 #define XNEWVAR(T, S) ((T *) xmalloc ((S))) argument
367 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S))) argument
369 #define XRESIZEVAR(T, P, S) ((T *) xrealloc ((P), (S))) argument
375 #define XOBNEWVAR(O, T, S) ((T *) obstack_alloc ((O), (S))) argument
/dflybsd-src/contrib/gdb-7/include/
H A Dlibiberty.h358 #define XALLOCAVAR(T, S) ((T *) alloca ((S))) argument
359 #define XNEWVAR(T, S) ((T *) xmalloc ((S))) argument
360 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S))) argument
362 #define XRESIZEVAR(T, P, S) ((T *) xrealloc ((P), (S))) argument
368 #define XOBNEWVAR(O, T, S) ((T *) obstack_alloc ((O), (S))) argument
/dflybsd-src/contrib/gcc-4.7/libgcc/soft-fp/
H A Dop-4.h34 #define _FP_FRAC_COPY_4(D,S) \ argument
89 #define _FP_FRAC_SRST_4(X,S,N,size) \ argument
439 #define _FP_SQRT_MEAT_4(R, S, T, X, q) \ argument
625 #define _FP_FRAC_COPY_1_4(D, S) (D##_f = S##_f[0]) argument
627 #define _FP_FRAC_COPY_2_4(D, S) \ argument
674 #define _FP_FRAC_COPY_4_1(D, S) \ argument
680 #define _FP_FRAC_COPY_4_2(D, S) \ argument
687 #define _FP_FRAC_COPY_4_4(D,S) _FP_FRAC_COPY_4(D,S) argument
H A Dop-2.h34 #define _FP_FRAC_COPY_2(D,S) (D##_f0 = S##_f0, D##_f1 = S##_f1) argument
73 #define _FP_FRAC_SRST_2(X,S, N,sz) \ argument
548 #define _FP_SQRT_MEAT_2(R, S, T, X, q) \ argument
612 #define _FP_FRAC_COPY_1_2(D, S) (D##_f = S##_f0) argument
614 #define _FP_FRAC_COPY_2_1(D, S) ((D##_f0 = S##_f), (D##_f1 = 0)) argument
616 #define _FP_FRAC_COPY_2_2(D,S) _FP_FRAC_COPY_2(D,S) argument
H A Dop-1.h34 #define _FP_FRAC_COPY_1(D,S) (D##_f = S##_f) argument
51 #define _FP_FRAC_SRST_1(X,S,N,sz) __FP_FRAC_SRST_1(X##_f, S, N, sz) argument
54 #define __FP_FRAC_SRST_1(X,S,N,sz) \ argument
266 #define _FP_SQRT_MEAT_1(R, S, T, X, q) \ argument
301 #define _FP_FRAC_COPY_1_1(D, S) (D##_f = S##_f) argument
/dflybsd-src/contrib/binutils-2.34/include/
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
/dflybsd-src/contrib/gcc-8.0/include/
H A Dlibiberty.h365 #define XALLOCAVAR(T, S) ((T *) alloca ((S))) argument
366 #define XNEWVAR(T, S) ((T *) xmalloc ((S))) argument
367 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S))) argument
369 #define XRESIZEVAR(T, P, S) ((T *) xrealloc ((P), (S))) argument
375 #define XOBNEWVAR(O, T, S) ((T *) obstack_alloc ((O), (S))) argument
/dflybsd-src/sys/dev/netif/ig_hal/
H A De1000_osdep.h52 #define DEBUGOUT(S, args...) \ argument
57 #define DEBUGOUT1(S, args...) DEBUGOUT(S, ##args) argument
58 #define DEBUGOUT2(S, args...) DEBUGOUT(S, ##args) argument
59 #define DEBUGOUT3(S, args...) DEBUGOUT(S, ##args) argument
60 #define DEBUGOUT7(S, args...) DEBUGOUT(S, ##args) argument
/dflybsd-src/contrib/gcc-8.0/libgcc/soft-fp/
H A Dop-4.h37 #define _FP_FRAC_COPY_4(D, S) \ argument
113 #define _FP_FRAC_SRST_4(X, S, N, size) \ argument
573 #define _FP_SQRT_MEAT_4(R, S, T, X, q) \ argument
789 #define _FP_FRAC_COPY_1_4(D, S) (D##_f = S##_f[0]) argument
791 #define _FP_FRAC_COPY_2_4(D, S) \ argument
856 #define _FP_FRAC_COPY_4_1(D, S) \ argument
864 #define _FP_FRAC_COPY_4_2(D, S) \ argument
873 #define _FP_FRAC_COPY_4_4(D, S) _FP_FRAC_COPY_4 (D, S) argument
H A Dop-2.h38 #define _FP_FRAC_COPY_2(D, S) (D##_f0 = S##_f0, D##_f1 = S##_f1) argument
77 #define _FP_FRAC_SRST_2(X, S, N, sz) \ argument
633 #define _FP_SQRT_MEAT_2(R, S, T, X, q) \ argument
699 #define _FP_FRAC_COPY_1_2(D, S) (D##_f = S##_f0) argument
701 #define _FP_FRAC_COPY_2_1(D, S) ((D##_f0 = S##_f), (D##_f1 = 0)) argument
703 #define _FP_FRAC_COPY_2_2(D, S) _FP_FRAC_COPY_2 (D, S) argument

1234567