HomeSort by: relevance | last modified time | path
    Searched defs:nu (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/arch/vax/boot/boot/
autoconf.c 198 int nu = sluttid - getsecs(); local
199 if (senast != nu) {
boot.c 96 int j, nu, fd; local
111 nu = sluttid - getsecs();
112 if (senast != nu)
113 printf("%c%d", 8, nu);
114 if (nu <= 0)
116 senast = nu;
  /src/libexec/rpc.rusersd/
rusers_proc.c 196 size_t nu; local
205 for (nu = 0, e = ue; e != NULL && nu < (size_t)nusers; e = e->next) {
208 utmps[nu].ut_type = RUSERS_USER_PROCESS;
209 utmps[nu].ut_time = e->tv.tv_sec;
210 utmps[nu].ut_idle = idle;
211 utmps[nu].ut_line = e->line;
212 utmps[nu].ut_user = e->name;
213 utmps[nu].ut_host = e->host;
214 nu++
243 size_t nu; local
    [all...]
  /src/external/bsd/cron/dist/
database.c 140 user *u, *nu; local
201 for (u = old_db->head; u != NULL; u = nu) {
203 nu = u->next;
  /src/external/lgpl3/mpfr/dist/tests/
terandom_chisq.c 36 /* Given nu and chisqp, compute probability that chisq > chisqp. This uses,
39 * Q(nu,chisqp) =
40 * erfc( (3/2)*sqrt(nu) * ( cbrt(chisqp/nu) - 1 + 2/(9*nu) ) ) / 2
42 * which is valid for nu > 30. This is the basis for the formula in Knuth,
46 chisq_prob (mpfr_ptr q, long nu, mpfr_ptr chisqp)
54 mpfr_div_si (q, chisqp, nu, rnd); /* chisqp/nu */
55 mpfr_cbrt (q, q, rnd); /* (chisqp/nu)^(1/3) *
210 int i, inexact, nu; local
    [all...]
tnrandom_chisq.c 37 /* Given nu and chisqp, compute probability that chisq > chisqp. This uses,
40 * Q(nu,chisqp) =
41 * erfc( (3/2)*sqrt(nu) * ( cbrt(chisqp/nu) - 1 + 2/(9*nu) ) ) / 2
43 * which is valid for nu > 30. This is the basis for the formula in Knuth,
47 chisq_prob (mpfr_ptr q, long nu, mpfr_ptr chisqp)
55 mpfr_div_si (q, chisqp, nu, rnd); /* chisqp/nu */
56 mpfr_cbrt (q, q, rnd); /* (chisqp/nu)^(1/3) *
209 int i, inexact, nu; local
    [all...]
  /src/external/mit/isl/dist/
isl_id.c 88 struct isl_name_and_user *nu = (struct isl_name_and_user *) val; local
90 if (id->user != nu->user)
92 if (id->name == nu->name)
94 if (!id->name || !nu->name)
97 return isl_bool_ok(!strcmp(id->name, nu->name));
104 struct isl_name_and_user nu = { name, user }; local
115 isl_id_has_name_and_user, &nu, 1);
  /src/sys/dev/hid/
hid.c 69 int nu; member in struct:hid_data
136 c->usage = s->usages[uimin(s->multi, s->nu-1)];
146 s->nu = 0;
219 s->nu = 0;
233 s->usages[s->nu] = i;
234 if (s->nu < MAXUSAGE-1)
235 s->nu++;
248 s->nu = 0;
261 s->nu = 0;
270 s->nu = 0
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
evp_kdf_test.c 864 unsigned int nu = 1024, ru = 8, pu = 16, maxmem = 16; local
880 *p++ = OSSL_PARAM_construct_uint(OSSL_KDF_PARAM_SCRYPT_N, &nu);
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
remoteauth.c 541 char *nu; local
543 nu = ch_malloc( strlen( ldap_url ) + 2 + strlen( LDAP_PREFIX ) +
547 sprintf( nu, "%s %s", ldap_url, line );
549 sprintf( nu, "%s %s%s", ldap_url, LDAP_PREFIX, line );
552 ldap_url = nu;
  /src/crypto/external/apache2/openssl/dist/test/
evp_kdf_test.c 863 unsigned int nu = 1024, ru = 8, pu = 16, maxmem = 16; local
879 *p++ = OSSL_PARAM_construct_uint(OSSL_KDF_PARAM_SCRYPT_N, &nu);
  /src/external/bsd/libarchive/dist/libarchive/
archive_ppmd7.c 32 #define U2B(nu) ((UInt32)(nu) * UNIT_SIZE)
33 #define U2I(nu) (p->Units2Indx[(nu) - 1])
67 UInt16 NU;
167 unsigned i, nu = I2U(oldIndx) - I2U(newIndx); local
169 if (I2U(i = U2I(nu)) != nu)
172 InsertNode(p, ((Byte *)ptr) + U2B(k), nu - k - 1);
194 UInt16 nu = I2U(i) local
217 UInt32 nu = (UInt32)node->NU; local
235 unsigned nu; local
    [all...]
archive_ppmd8.c 17 #define U2B(nu) ((UInt32)(nu) * UNIT_SIZE)
18 #define U2I(nu) (p->Units2Indx[(nu) - 1])
53 UInt32 NU;
121 ((CPpmd8_Node *)node)->NU = I2U(indx);
136 unsigned i, nu = I2U(oldIndx) - I2U(newIndx); local
138 if (I2U(i = U2I(nu)) != nu)
141 InsertNode(p, ((Byte *)ptr) + U2B(k), nu - k - 1)
188 unsigned nu; local
    [all...]
  /src/external/mpl/dhcp/dist/common/
parse.c 1324 struct universe **ua, *nu; local
1337 nu = new_universe (MDL);
1338 if (!nu)
1346 nu -> name = nu_name;
1446 nu -> lookup_func = lookup_hashed_option;
1447 nu -> option_state_dereference = hashed_option_state_dereference;
1448 nu -> foreach = hashed_option_space_foreach;
1449 nu -> save_func = save_hashed_option;
1450 nu -> delete_func = delete_hashed_option;
1451 nu -> encapsulate = hashed_option_space_encapsulate
    [all...]
  /src/external/mpl/dhcp/dist/keama/
parse.c 778 struct element *nu; local
789 nu = createMap();
790 nu->skip = ISC_TRUE;
808 if (mapSize(nu) == 0) {
810 mapSet(nu,
843 mapSet(nu, p, "code-width");
847 if (mapSize(nu) == 0) {
849 mapSet(nu,
883 mapSet(nu, p, "length-width");
902 if (mapSize(nu) > 1
    [all...]

Completed in 46 milliseconds