Searched refs:nu (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-6-1-5-RELEASE/libexec/rpc.rusersd/
H A Drusers_proc.c262 size_t nu; local
271 for (nu = 0, e = ue; e != NULL && nu < (size_t)nusers; e = e->next) {
274 utmps[nu].ut_type = RUSERS_USER_PROCESS;
275 utmps[nu].ut_time = e->tv.tv_sec;
276 utmps[nu].ut_idle = idle;
277 utmps[nu].ut_line = e->line;
278 utmps[nu].ut_user = e->name;
279 utmps[nu].ut_host = e->host;
280 nu
309 size_t nu; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/
H A Dtestcase.h83 _Tp nu; member in struct:testcase_comp_ellint_3
103 _Tp nu; member in struct:testcase_cyl_bessel_i
113 _Tp nu; member in struct:testcase_cyl_bessel_j
123 _Tp nu; member in struct:testcase_cyl_bessel_k
133 _Tp nu; member in struct:testcase_cyl_neumann
164 _Tp nu; member in struct:testcase_ellint_3
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dhid.c67 int nu; member in struct:hid_data
133 c->usage = s->usages[min(s->multi, s->nu-1)];
143 s->nu = 0;
203 s->nu = 0;
217 s->usages[s->nu] = i;
218 if (s->nu < MAXUSAGE-1)
219 s->nu++;
231 s->nu = 0;
244 s->nu = 0;
253 s->nu
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/
H A Dcheck_value.cc42 // Test data for nu=0.0000000000000000.
66 // Test function for nu=0.0000000000000000.
77 const Tp f = std::tr1::cyl_neumann(Tp(data001[i].nu), Tp(data001[i].x));
93 // Test data for nu=0.33333333333333331.
117 // Test function for nu=0.33333333333333331.
128 const Tp f = std::tr1::cyl_neumann(Tp(data002[i].nu), Tp(data002[i].x));
144 // Test data for nu=0.50000000000000000.
168 // Test function for nu=0.50000000000000000.
179 const Tp f = std::tr1::cyl_neumann(Tp(data003[i].nu), Tp(data003[i].x));
195 // Test data for nu
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dregex.c31 # define re_set_registers(bu, re, nu, st, en) \
32 __re_set_registers (bu, re, nu, st, en)
/netbsd-6-1-5-RELEASE/sys/arch/vax/boot/boot/
H A Dboot.c97 int j, nu; local
113 nu = sluttid - getsecs();
114 if (senast != nu)
115 printf("%c%d", 8, nu);
116 if (nu <= 0)
118 senast = nu;
H A Dautoconf.c203 int nu = sluttid - getsecs(); local
204 if (senast != nu) {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/
H A Dcheck_value.cc67 const Tp f = std::tr1::comp_ellint_3(Tp(data001[i].k), Tp(data001[i].nu));
108 const Tp f = std::tr1::comp_ellint_3(Tp(data002[i].k), Tp(data002[i].nu));
149 const Tp f = std::tr1::comp_ellint_3(Tp(data003[i].k), Tp(data003[i].nu));
190 const Tp f = std::tr1::comp_ellint_3(Tp(data004[i].k), Tp(data004[i].nu));
231 const Tp f = std::tr1::comp_ellint_3(Tp(data005[i].k), Tp(data005[i].nu));
272 const Tp f = std::tr1::comp_ellint_3(Tp(data006[i].k), Tp(data006[i].nu));
313 const Tp f = std::tr1::comp_ellint_3(Tp(data007[i].k), Tp(data007[i].nu));
354 const Tp f = std::tr1::comp_ellint_3(Tp(data008[i].k), Tp(data008[i].nu));
395 const Tp f = std::tr1::comp_ellint_3(Tp(data009[i].k), Tp(data009[i].nu));
436 const Tp f = std::tr1::comp_ellint_3(Tp(data010[i].k), Tp(data010[i].nu));
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/14_ellint_3/
H A Dcheck_value.cc42 // Test data for k=-0.90000000000000002, nu=0.0000000000000000.
66 // Test function for k=-0.90000000000000002, nu=0.0000000000000000.
77 const Tp f = std::tr1::ellint_3(Tp(data001[i].k), Tp(data001[i].nu),
94 // Test data for k=-0.90000000000000002, nu=0.10000000000000001.
118 // Test function for k=-0.90000000000000002, nu=0.10000000000000001.
129 const Tp f = std::tr1::ellint_3(Tp(data002[i].k), Tp(data002[i].nu),
146 // Test data for k=-0.90000000000000002, nu=0.20000000000000001.
170 // Test function for k=-0.90000000000000002, nu=0.20000000000000001.
181 const Tp f = std::tr1::ellint_3(Tp(data003[i].k), Tp(data003[i].nu),
198 // Test data for k=-0.90000000000000002, nu
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/
H A Dcheck_value.cc42 // Test data for nu=0.0000000000000000.
67 // Test function for nu=0.0000000000000000.
78 const Tp f = std::tr1::cyl_bessel_i(Tp(data001[i].nu), Tp(data001[i].x));
94 // Test data for nu=0.33333333333333331.
119 // Test function for nu=0.33333333333333331.
130 const Tp f = std::tr1::cyl_bessel_i(Tp(data002[i].nu), Tp(data002[i].x));
146 // Test data for nu=0.50000000000000000.
171 // Test function for nu=0.50000000000000000.
182 const Tp f = std::tr1::cyl_bessel_i(Tp(data003[i].nu), Tp(data003[i].x));
198 // Test data for nu
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/
H A Dcheck_value.cc42 // Test data for nu=0.0000000000000000.
67 // Test function for nu=0.0000000000000000.
78 const Tp f = std::tr1::cyl_bessel_j(Tp(data001[i].nu), Tp(data001[i].x));
94 // Test data for nu=0.33333333333333331.
119 // Test function for nu=0.33333333333333331.
130 const Tp f = std::tr1::cyl_bessel_j(Tp(data002[i].nu), Tp(data002[i].x));
146 // Test data for nu=0.50000000000000000.
171 // Test function for nu=0.50000000000000000.
182 const Tp f = std::tr1::cyl_bessel_j(Tp(data003[i].nu), Tp(data003[i].x));
198 // Test data for nu
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/
H A Dcheck_value.cc42 // Test data for nu=0.0000000000000000.
66 // Test function for nu=0.0000000000000000.
77 const Tp f = std::tr1::cyl_bessel_k(Tp(data001[i].nu), Tp(data001[i].x));
93 // Test data for nu=0.33333333333333331.
117 // Test function for nu=0.33333333333333331.
128 const Tp f = std::tr1::cyl_bessel_k(Tp(data002[i].nu), Tp(data002[i].x));
144 // Test data for nu=0.50000000000000000.
168 // Test function for nu=0.50000000000000000.
179 const Tp f = std::tr1::cyl_bessel_k(Tp(data003[i].nu), Tp(data003[i].x));
195 // Test data for nu
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A Ddatabase.c122 user *u, *nu; local
187 for (u = old_db->head; u != NULL; u = nu) {
189 nu = u->next;
/netbsd-6-1-5-RELEASE/dist/dhcp/common/
H A Dparse.c924 struct universe **ua, *nu; local
936 nu = new_universe (MDL);
937 if (!nu)
945 nu -> name = s;
946 nu -> lookup_func = lookup_hashed_option;
947 nu -> option_state_dereference =
949 nu -> foreach = hashed_option_space_foreach;
950 nu -> save_func = save_hashed_option;
951 nu -> delete_func = delete_hashed_option;
952 nu
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/contrib/
H A Drcs2log.sh123 -[nu]) # -n is obsolescent; it is replaced by -u.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/
H A Dgnu.ver128 std::nu[^m]*;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dsrconv.c365 hd.nu = p->nsources; /* Always one unit */
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dregex.c71 # define re_set_registers(bu, re, nu, st, en) \
72 __re_set_registers (bu, re, nu, st, en)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dregex.c71 # define re_set_registers(bu, re, nu, st, en) \
72 __re_set_registers (bu, re, nu, st, en)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dregex.c71 # define re_set_registers(bu, re, nu, st, en) \
72 __re_set_registers (bu, re, nu, st, en)
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dregex.c92 # define re_set_registers(bu, re, nu, st, en) \
93 __re_set_registers (bu, re, nu, st, en)
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dregex.c69 # define re_set_registers(bu, re, nu, st, en) \
70 __re_set_registers (bu, re, nu, st, en)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dregex.c71 # define re_set_registers(bu, re, nu, st, en) \
72 __re_set_registers (bu, re, nu, st, en)
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/libgrep/
H A Dregex.c56 # define re_set_registers(bu, re, nu, st, en) \
57 __re_set_registers (bu, re, nu, st, en)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-xtensa.c6033 int nu,
6044 rt->num_units = nu;
6052 rt->units[i] = (unsigned char *) xcalloc (nu, sizeof (unsigned char));
6021 new_resource_table(void *data, int cycles, int nu, unit_num_copies_func uncf, opcode_num_units_func onuf, opcode_funcUnit_use_unit_func ouuf, opcode_funcUnit_use_stage_func ousf) argument

Completed in 602 milliseconds

12