Home
last modified time | relevance | path

Searched refs:S2 (Results 1 – 25 of 75) sorted by relevance

123

/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_lex.l104 %s S0 S1 S2 S3 S4
186 <S2>auto { yybegin(YYS_EXPR); return (DT_KEY_AUTO); }
187 <S2>char { yybegin(YYS_EXPR); return (DT_KEY_CHAR); }
188 <S2>const { yybegin(YYS_EXPR); return (DT_KEY_CONST); }
189 <S2>counter { yybegin(YYS_DEFINE); return (DT_KEY_COUNTER); }
190 <S2>double { yybegin(YYS_EXPR); return (DT_KEY_DOUBLE); }
191 <S2>enum { yybegin(YYS_EXPR); return (DT_KEY_ENUM); }
192 <S2>extern { yybegin(YYS_EXPR); return (DT_KEY_EXTERN); }
193 <S2>float { yybegin(YYS_EXPR); return (DT_KEY_FLOAT); }
194 <S2>import { yybegin(YYS_EXPR); return (DT_KEY_IMPORT); }
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
Dlocal-static.c99 struct S2 struct
117 S2<T>::method () in method() argument
124 S2<T>::static_method () in static_method()
129 S2<int> s2;
166 S2<int>::static_method (); in main()
167 S2<int>::static_inline_method (); in main()
Dvar-tag-3.cc22 struct S2 {} S2; struct
/netbsd/src/external/bsd/wpa/dist/src/crypto/
Dsha1-tlsprf.c34 const u8 *S1, *S2; in tls_prf_sha1_md5() local
65 S2 = secret + L_S1; in tls_prf_sha1_md5()
68 S2--; in tls_prf_sha1_md5()
72 hmac_sha1_vector(S2, L_S2, 2, &SHA1_addr[1], &SHA1_len[1], A_SHA1); in tls_prf_sha1_md5()
83 hmac_sha1_vector(S2, L_S2, 3, SHA1_addr, SHA1_len, in tls_prf_sha1_md5()
86 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1); in tls_prf_sha1_md5()
/netbsd/src/sys/external/bsd/sljit/dist/sljit_src/
DsljitNativeSPARC_32.c38 #define ARG2(flags, src2) ((flags & SRC2_IMM) ? IMM(src2) : S2(src2))
52 return push_inst(compiler, OR | D(dst) | S1(0) | S2(src2), DR(dst)); in emit_single_op()
81 …return push_inst(compiler, XNOR | (flags & SET_FLAGS) | D(dst) | S1(0) | S2(src2), DR(dst) | (flag… in emit_single_op()
86 … FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(src2) | S2(0), SET_FLAGS)); in emit_single_op()
87 FAIL_IF(push_inst(compiler, OR | D(TMP_REG1) | S1(0) | S2(src2), DR(TMP_REG1))); in emit_single_op()
93 … FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(TMP_REG1) | S2(0), SET_FLAGS)); in emit_single_op()
116 …return push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(TMP_REG1) | S2(TMP_LINK), MOVABLE_INS | SET… in emit_single_op()
129 …_FLAGS) ? SLJIT_SUCCESS : push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(dst) | S2(0), SET_FLAGS); in emit_single_op()
133 …_FLAGS) ? SLJIT_SUCCESS : push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(dst) | S2(0), SET_FLAGS); in emit_single_op()
137 …_FLAGS) ? SLJIT_SUCCESS : push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(dst) | S2(0), SET_FLAGS); in emit_single_op()
/netbsd/src/lib/libm/noieee_src/
Dtrig.h129 vc(S2, -1.9841269838362403710E-4 ,0d00,ba50,1057,cf8a, -12, -.D00D00CF8A1057)
137 ic(S2, -1.9841269816180999116E-4 , -13, -1.A01A019746345)
145 #define S2 vccast(S2) macro
153 # define sin__S(z) (z*(S0+z*(S1+z*(S2+z*(S3+z*(S4+z*(S5+z*S6)))))))
155 # define sin__S(z) (z*(S0+z*(S1+z*(S2+z*(S3+z*(S4+z*S5))))))
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
Dpy-prettyprint-stub.cc20 struct S2 struct
22 S2 (int i, long l) : m_s (i), m_l (l) in S2() function
33 S2 s2 (10, 20); in main() argument
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.go/
Dtypes.go13 type S1 struct { p_s2 *S2 }
14 type S2 struct { p_s1 *S1 } argument
21 var s2 S2
Dmax-depth.go25 type S2 struct { struct
31 var s1 S2
/netbsd/src/external/bsd/flex/dist/tests/
Dcxx_multiple_scanners_main.cc39 S2_FlexLexer* S2 = new S2_FlexLexer; in main() local
47 S2_ok = S2->yylex(); in main()
51 delete S2; in main()
/netbsd/src/lib/libm/src/
Dk_sincosl.h47 S2 = 0.0083333333333333332, /* 0x11111111111111.0p-59 */ variable
67 r = S2 + z * (S3 + z * (S4 + z * (S5 + z * (S6 + z * (S7 + z * S8))))); in __kernel_sincosl()
92 S2 = 0.0083333333333333333333333333333331135404851288270047L, variable
122 r = S2 + z * (S3 + z * (S4 + z * (S5 + z * (S6 + z * (S7 + z * (S8 + in __kernel_sincosl()
Dk_sindf.c27 S2 = 0x111110896efbb2.0p-59, /* 0.0083333293858894631756 */ variable
44 return (x + s*(S1+z*S2)) + s*w*r; in __kernel_sindf()
Dk_sincosf.h25 S2 = 0x111110896efbb2.0p-59, /* 0.0083333293858894631756 */ variable
45 *sn = (x + s * (S1 + z * S2)) + s * w * r; in __kernel_sincosdf()
Dk_sinf.c27 S2 = 8.3333337680e-03, /* 0x3c088889 */ variable
44 r = S2+z*(S3+z*(S4+z*(S5+z*S6))); in __kernel_sinf()
Dk_sin.c52 S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */ variable
69 r = S2+z*(S3+z*(S4+z*(S5+z*S6))); in __kernel_sin()
Dk_sincos.h24 S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */ variable
45 r = S2 + z * (S3 + z * S4) + z * w * (S5 + z * S6); in __kernel_sincos()
/netbsd/src/external/lgpl3/mpfr/dist/src/
Dsin_cos.c471 mpz_t Q, S, C, Q2, S2, C2, y; in sincos_aux() local
484 mpz_init (S2); in sincos_aux()
503 l2 = -mpfr_get_z_2exp (S2, x2); /* S2/2^l2 = x2 */ in sincos_aux()
520 l2 = sin_bs_aux (Q2, S2, C2, y, 2 * sh - 1, prec_s); in sincos_aux()
528 mpz_swap (S, S2); in sincos_aux()
538 mpz_add (C2, C2, S2); /* b */ in sincos_aux()
539 mpz_mul (S2, S, S2); /* d */ in sincos_aux()
541 mpz_sub (S, y, S2); /* t - d */ in sincos_aux()
543 mpz_sub (C, C, S2); /* e - d */ in sincos_aux()
569 mpz_clear (S2); in sincos_aux()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
Dmi-var-cp.cc40 struct S2 : S {}; struct
42 int base_in_reference_test (S2& s2) in base_in_reference_test()
69 S2 s; in base_in_reference_test_main()
/netbsd/src/external/bsd/tcpdump/dist/tests/
Dudld-v.out17 Device Name TLV (0x0006) TLV, length 6, S2
35 Device Name TLV (0x0006) TLV, length 6, S2
53 Device Name TLV (0x0006) TLV, length 6, S2
71 Device Name TLV (0x0006) TLV, length 6, S2
89 Device Name TLV (0x0006) TLV, length 6, S2
107 Device Name TLV (0x0006) TLV, length 6, S2
125 Device Name TLV (0x0006) TLV, length 6, S2
143 Device Name TLV (0x0006) TLV, length 6, S2
161 Device Name TLV (0x0006) TLV, length 6, S2
179 Device Name TLV (0x0006) TLV, length 6, S2
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.modula2/
Dmax-depth.c24 struct S2 struct
32 struct S2 s2; argument
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/ec/
Decp_nistz256.c315 BN_ULONG U2[P256_LIMBS], S2[P256_LIMBS]; in ecp_nistz256_point_add() local
356 ecp_nistz256_mul_mont(S2, Z1sqr, in1_z); /* S2 = Z1^3 */ in ecp_nistz256_point_add()
359 ecp_nistz256_mul_mont(S2, S2, in2_y); /* S2 = Y2*Z1^3 */ in ecp_nistz256_point_add()
360 ecp_nistz256_sub(R, S2, S1); /* R = S2 - S1 */ in ecp_nistz256_point_add()
400 if (is_equal(U1, U2) & ~in1infty & ~in2infty & is_equal(S1, S2)) { in ecp_nistz256_point_add()
424 ecp_nistz256_mul_mont(S2, S1, Hcub); in ecp_nistz256_point_add()
426 ecp_nistz256_sub(res_y, res_y, S2); in ecp_nistz256_point_add()
446 BN_ULONG U2[P256_LIMBS], S2[P256_LIMBS]; in ecp_nistz256_point_add_affine() local
491 ecp_nistz256_mul_mont(S2, Z1sqr, in1_z); /* S2 = Z1^3 */ in ecp_nistz256_point_add_affine()
495 ecp_nistz256_mul_mont(S2, S2, in2_y); /* S2 = Y2*Z1^3 */ in ecp_nistz256_point_add_affine()
[all …]
/netbsd/src/lib/libc/net/
Dethers.c198 #define S2(arg) #arg in ether_line() macro
199 #define S1(arg) S2(arg) in ether_line()
202 #undef S2 in ether_line()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
Dgen-des.pl94 my @S2 = (
138 my @SBox = ( \@S1, \@S2, \@S3, \@S4, \@S5, \@S6, \@S7, \@S8 );
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dfnmatch.c204 # define STRCOLL(S1, S2) strcoll (S1, S2) argument
232 # define STRCOLL(S1, S2) wcscoll (S1, S2) argument
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/libbid/
Dbid128_sqrt.c36 UINT128 CX, CX1, CX2, A10, S2, T128, TP128, CS, CSM, res;
111 __mul_64x64_to_128_fast (S2, CS.w[0], CS.w[0]);
112 if (S2.w[1] == A10.w[1]) // && S2.w[0]==A10.w[0])
299 UINT128 CX, CX1, CX2, A10, S2, T128, TP128, CS, CSM, res;
382 __mul_64x64_to_128_fast (S2, CS.w[0], CS.w[0]);
383 if (S2.w[1] == A10.w[1]) {

123