Searched refs:s_x (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/inline/
H A Dtst.InlineKinds.d42 int s_x;
46 s_x = T + 1;
51 inline int i5[int x] = (xlate < struct s > (x)).s_x; /* array by xlate */
59 printf("i3.s_x = %d\n", i3.s_x);
/freebsd-13-stable/sys/crypto/aesni/
H A Daesni_ccm.c207 __m128i s0, rolling_mac, s_x, staging_block; local
249 bcopy(&s0, &s_x, sizeof(s0));
265 /* Put the counter into the s_x block */
266 append_int(counter++, &s_x, L+1);
268 __m128i X = AESNI_ENC(s_x, key, nr);
283 explicit_bzero(&s_x, sizeof(s_x));
315 __m128i s_x = s0, mac_block; local
339 append_int(counter++, &s_x, L+1);
343 pad_block = AESNI_ENC(s_x, ke
[all...]
/freebsd-13-stable/sbin/ipfw/
H A Dipfw2.c95 #define GET_UINT_ARG(arg, min, max, tok, s_x) do { \
97 errx(EX_USAGE, "%s: missing argument", match_value(s_x, tok)); \
111 match_value(s_x, tok), *av); \
115 match_value(s_x, tok), min, max, *av); \
119 match_value(s_x, tok), *av); \

Completed in 90 milliseconds