Searched refs:kl (Results 1 - 25 of 41) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/include_private/
H A Dn8_sks.h92 #define SKS_RSA_DATA_LENGTH(kl) (( (kl) * 18 ) + 8 )
93 #define SKS_DSA_DATA_LENGTH(kl) (( (kl) * 8 ) + 20 )
95 #define SKS_RSA_P_OFFSET(kl) ( 0 )
96 #define SKS_RSA_Q_OFFSET(kl) ( 2 * (kl))
97 #define SKS_RSA_DP_OFFSET(kl) ( 4 * (kl))
98 #define SKS_RSA_DQ_OFFSET(kl) (
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/04_comp_ellint_1/
H A Dcompile_2.cc32 long double kl = 0.5L; local
37 comp_ellint_1(kl);
38 comp_ellint_1l(kl);
H A Dcompile.cc32 long double kl = 0.5L; local
37 std::tr1::comp_ellint_1(kl);
38 std::tr1::comp_ellint_1l(kl);
H A Dcheck_nan.cc34 long double kl = std::numeric_limits<long double>::quiet_NaN(); local
39 long double d = std::tr1::comp_ellint_1(kl);
40 long double e = std::tr1::comp_ellint_1l(kl);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/05_comp_ellint_2/
H A Dcompile_2.cc32 long double kl = 0.5L; local
37 comp_ellint_2(kl);
38 comp_ellint_2l(kl);
H A Dcompile.cc32 long double kl = 0.5L; local
37 std::tr1::comp_ellint_2(kl);
38 std::tr1::comp_ellint_2l(kl);
H A Dcheck_nan.cc34 long double kl = std::numeric_limits<long double>::quiet_NaN(); local
39 long double d = std::tr1::comp_ellint_2(kl);
40 long double e = std::tr1::comp_ellint_2l(kl);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/
H A Dcompile_2.cc32 long double kl = 0.5L, nul = 0.5L; local
37 comp_ellint_3(kl, nul);
38 comp_ellint_3l(kl, nul);
H A Dcompile.cc32 long double kl = 0.5L, nul = 0.5L; local
37 std::tr1::comp_ellint_3(kl, nul);
38 std::tr1::comp_ellint_3l(kl, nul);
H A Dcheck_nan.cc33 long double kl = std::numeric_limits<long double>::quiet_NaN(); local
42 long double d = std::tr1::comp_ellint_3(kl, nul);
43 long double e = std::tr1::comp_ellint_3l(kl, nul);
59 long double kl = 1.0L; local
68 long double d = std::tr1::comp_ellint_3(kl, nul);
69 long double e = std::tr1::comp_ellint_3l(kl, nul);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/12_ellint_1/
H A Dcompile_2.cc31 long double kl = 0.5L, phil = std::atan2(1.0L, 1.0L); local
36 ellint_1(kl, phil);
37 ellint_1l(kl, phil);
H A Dcompile.cc31 long double kl = 0.5L, phil = std::atan2(1.0L, 1.0L); local
36 std::tr1::ellint_1(kl, phil);
37 std::tr1::ellint_1l(kl, phil);
H A Dcheck_nan.cc33 long double kl = std::numeric_limits<long double>::quiet_NaN(); local
42 long double d = std::tr1::ellint_1(kl, phil);
43 long double e = std::tr1::ellint_1l(kl, phil);
59 long double kl = 0.5L; local
68 long double d = std::tr1::ellint_1(kl, phil);
69 long double e = std::tr1::ellint_1l(kl, phil);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/13_ellint_2/
H A Dcompile_2.cc31 long double kl = 0.5L, phil = std::atan2(1.0L, 1.0L); local
36 ellint_2(kl, phil);
37 ellint_2l(kl, phil);
H A Dcompile.cc31 long double kl = 0.5L, phil = std::atan2(1.0L, 1.0L); local
36 std::tr1::ellint_2(kl, phil);
37 std::tr1::ellint_2l(kl, phil);
H A Dcheck_nan.cc33 long double kl = std::numeric_limits<long double>::quiet_NaN(); local
42 long double d = std::tr1::ellint_2(kl, phil);
43 long double e = std::tr1::ellint_2l(kl, phil);
59 long double kl = 0.5L; local
68 long double d = std::tr1::ellint_2(kl, phil);
69 long double e = std::tr1::ellint_2l(kl, phil);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/14_ellint_3/
H A Dcompile.cc31 long double kl = 0.5L, nul = 0.2L, phil = std::atan2(1.0L, 1.0L); local
36 std::tr1::ellint_3(kl, nul, phil);
37 std::tr1::ellint_3l(kl, nul, phil);
H A Dcompile_2.cc31 long double kl = 0.5L, nul = 0.2L, phil = std::atan2(1.0L, 1.0L); local
36 ellint_3(kl, nul, phil);
37 ellint_3l(kl, nul, phil);
H A Dcheck_nan.cc33 long double kl = std::numeric_limits<long double>::quiet_NaN(); local
46 long double d = std::tr1::ellint_3(kl, nul, phil);
47 long double e = std::tr1::ellint_3l(kl, nul, phil);
63 long double kl = 0.5L; local
76 long double d = std::tr1::ellint_3(kl, nul, phil);
77 long double e = std::tr1::ellint_3l(kl, nul, phil);
93 long double kl = 0.5L; local
106 long double d = std::tr1::ellint_3(kl, nul, phil);
107 long double e = std::tr1::ellint_3l(kl, nul, phil);
/netbsd-6-1-5-RELEASE/bin/ps/
H A Dps.h87 #define OUTPUT(vent, ki, kl, mode) do { \
89 ((vent)->var->oproc)((void *)(kl), (vent), (mode)); \
H A Dps.c200 struct kinfo_lwp *kl, *l; local
433 kl = kvm_getlwps(kd, ki->p_pid, ki->p_paddr,
435 if (kl == 0)
438 l = pick_representative_lwp(ki, kl, nlwps);
448 OUTPUT(vent, ki, &kl[j],
468 kl = kvm_getlwps(kd, ki->p_pid, (u_long)ki->p_paddr,
470 if (kl == 0)
473 l = pick_representative_lwp(ki, kl, nlwps);
488 OUTPUT(vent, ki, &kl[j], mode);
506 pick_representative_lwp(struct kinfo_proc2 *ki, struct kinfo_lwp *kl, in argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/cpp/
H A Dpr33466.c12 long double kl = 0.5kl; /* { dg-error "invalid suffix" } */ variable
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/powerpc/
H A Dprocess_machdep.c241 int kl; local
243 kl = sizeof(r);
247 kl -= uio->uio_offset;
248 if (kl > uio->uio_resid)
249 kl = uio->uio_resid;
251 if (kl < 0)
256 error = uiomove(kv, kl, uio);
/netbsd-6-1-5-RELEASE/lib/libkvm/
H A Dkvm_proc.c331 struct kinfo_lwp *kl; local
420 kl = kvm_getlwps(kd, proc.p_pid,
423 if (kl) {
425 strcpy(eproc.e_wmesg, kl[0].l_wmesg);
524 struct kinfo_lwp *kl; local
538 kl = kvm_getlwps(kd, kp->kp_proc.p_pid,
542 if (kl == NULL) {
552 /* We use kl[0] as the "representative" LWP */
554 kp2p->p_forw = kl[0].l_forw;
555 kp2p->p_back = kl[
733 struct kinfo_lwp *kl; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sh3/sh3/
H A Dprocess_machdep.c233 int kl; local
235 kl = sizeof(r);
239 kl -= uio->uio_offset;
240 if (kl > uio->uio_resid)
241 kl = uio->uio_resid;
243 if (kl < 0)
248 error = uiomove(kv, kl, uio);

Completed in 148 milliseconds

12