Home
last modified time | relevance | path

Searched refs:nn (Results 1 – 25 of 91) sorted by relevance

1234

/freebsd/crypto/openssl/crypto/lhash/
H A Dlhash.c89 OPENSSL_LH_NODE *n, *nn; in OPENSSL_LH_flush() local
97 nn = n->next; in OPENSSL_LH_flush()
99 n = nn; in OPENSSL_LH_flush()
110 OPENSSL_LH_NODE *nn, **rn; in OPENSSL_LH_insert() local
120 if ((nn = OPENSSL_malloc(sizeof(*nn))) == NULL) { in OPENSSL_LH_insert()
124 nn->data = data; in OPENSSL_LH_insert()
125 nn->next = NULL; in OPENSSL_LH_insert()
126 nn->hash = hash; in OPENSSL_LH_insert()
127 *rn = nn; in OPENSSL_LH_insert()
140 OPENSSL_LH_NODE *nn, **rn; in OPENSSL_LH_delete() local
[all …]
/freebsd/sys/crypto/openssl/
H A Dossl_sha256.c74 unsigned int nn; \
77 for (nn=0;nn<SHA224_DIGEST_LENGTH/4;nn++) \
78 { ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); } \
81 for (nn=0;nn<SHA256_DIGEST_LENGTH/4;nn++) \
82 { ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); } \
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c257 unsigned nn; in main() local
309 nn = tableused; in main()
314 nn = j; in main()
319 if (nn == tableused) { in main()
320 name_table[nn].ute_link = -1; /* end-of-hash */ in main()
321 name_table[nn].ute_name = strmalloc(list[column]); in main()
326 SetType(nn, BOOLEAN); in main()
327 name_table[nn].ute_index = BoolCount++; in main()
329 SetType(nn, NUMBER); in main()
330 name_table[nn].ute_index = NumCount++; in main()
[all …]
/freebsd/contrib/mandoc/
H A Dman_term.c154 struct roff_node *n, *nc, *nn; in terminal_man() local
173 for (nn = NULL; n != NULL; n = n->next) { in terminal_man()
181 if (nn == NULL && strcmp(nc->string, "NAME") == 0) in terminal_man()
182 nn = n; in terminal_man()
185 n = nn; in terminal_man()
288 struct roff_node *nn; in pre_alternate() local
319 for (i = 0, nn = n->child; nn != NULL; nn = nn->next, i = 1 - i) { in pre_alternate()
321 assert(nn->type == ROFFT_TEXT); in pre_alternate()
322 term_word(p, nn->string); in pre_alternate()
323 if (nn->flags & NODE_EOS) in pre_alternate()
[all …]
H A Dman_macro.c204 const struct roff_node *nn; in blk_close() local
215 for (nn = man->last->parent; nn; nn = nn->parent) in blk_close()
216 if (nn->tok == ntok && nn->type == ROFFT_BLOCK) in blk_close()
246 for (nn = man->last->parent; nn; nn = nn->parent) in blk_close()
247 if (nn->tok == ntok && nn->type == ROFFT_BLOCK && ! --nrew) in blk_close()
250 if (nn == NULL) { in blk_close()
266 man_unscope(man, nn); in blk_close()
268 if (tok == MAN_RE && nn->head->aux > 0) in blk_close()
269 roff_setreg(man->roff, "an-margin", nn->head->aux, '-'); in blk_close()
289 if (tok == MAN_YS && man->last == nn) { in blk_close()
H A Dman_html.c341 const struct roff_node *nn; in man_alt_pre() local
346 for (i = 0, nn = n->child; nn != NULL; nn = nn->next, i++) { in man_alt_pre()
376 print_text(h, nn->string); in man_alt_pre()
444 struct roff_node *nn; in man_IP_pre() local
449 nn = n->type == ROFFT_BLOCK ? n : n->parent; in man_IP_pre()
450 list_type = list_continues(roff_node_prev(nn), nn); in man_IP_pre()
453 list_type = list_continues(nn, roff_node_next(nn)); in man_IP_pre()
503 nn = n->child; in man_IP_pre()
504 while (nn != NULL && (NODE_LINE & nn->flags) == 0) in man_IP_pre()
505 nn = nn->next; in man_IP_pre()
[all …]
H A Dmdoc_term.c251 struct roff_node *n, *nn; in terminal_mdoc() local
263 for (nn = NULL; n != NULL; n = n->next) { in terminal_mdoc()
268 if (nn == NULL && n->sec == SEC_NAME) in terminal_mdoc()
269 nn = n; in terminal_mdoc()
272 n = nn; in terminal_mdoc()
583 struct roff_node *nn; in print_bvspace() local
593 nn = n; in print_bvspace()
594 while (roff_node_prev(nn) == NULL) { in print_bvspace()
596 nn = nn->parent; in print_bvspace()
597 if (nn->type == ROFFT_ROOT) in print_bvspace()
[all …]
H A Dmdoc_validate.c433 const struct roff_node *np, *nn; in check_text_em() local
437 nn = mdoc->last->next; in check_text_em()
471 nn != NULL && in check_text_em()
472 nn->type == ROFFT_TEXT && in check_text_em()
473 isalpha((unsigned char)*nn->string))) { in check_text_em()
1108 struct roff_node *nn; /* The next node after the .Tg node. */ in post_tg() local
1115 for (nn = n; nn != NULL; nn = nn->parent) { in post_tg()
1116 if (nn->next != NULL) { in post_tg()
1117 nn = nn->next; in post_tg()
1124 if (nch == NULL && nn != NULL && nn->child != NULL && in post_tg()
[all …]
H A Dmdoc_html.c608 struct roff_node *nn; in mdoc_fl_pre() local
613 ((nn = roff_node_next(n)) != NULL && in mdoc_fl_pre()
614 nn->type != ROFFT_TEXT && in mdoc_fl_pre()
615 (nn->flags & NODE_LINE) == 0)) in mdoc_fl_pre()
934 struct roff_node *nn; in mdoc_bd_pre() local
952 for (nn = n; nn != NULL && comp == 0; nn = nn->parent) { in mdoc_bd_pre()
953 if (nn->type != ROFFT_BLOCK) in mdoc_bd_pre()
955 if (nn->tok == MDOC_Sh || nn->tok == MDOC_Ss) in mdoc_bd_pre()
957 if (roff_node_prev(nn) != NULL) in mdoc_bd_pre()
1026 const struct roff_node *nn; in mdoc_fa_pre() local
[all …]
H A Dmdoc_markdown.c798 struct roff_node *nn; in md_post_pc() local
804 if ((nn = roff_node_next(n)) != NULL) { in md_post_pc()
806 if (nn->tok == n->tok && in md_post_pc()
807 (nn = roff_node_prev(n)) != NULL && in md_post_pc()
808 nn->tok == n->tok) in md_post_pc()
1070 struct roff_node *nn; in md_post_Fa() local
1072 if ((nn = roff_node_next(n)) != NULL && nn->tok == MDOC_Fa) in md_post_Fa()
1094 struct roff_node *nn; in md_post_Fl() local
1097 if (n->child == NULL && (nn = roff_node_next(n)) != NULL && in md_post_Fl()
1098 nn->type != ROFFT_TEXT && (nn->flags & NODE_LINE) == 0) in md_post_Fl()
/freebsd/lib/msun/ld80/
H A De_powl.c560 powil(long double x, int nn) in powil() argument
568 if( nn == 0 ) in powil()
570 else if( nn < 0 ) in powil()
576 if( nn == 0 ) in powil()
589 if( nn < 0 ) in powil()
592 n = -nn; in powil()
597 n = nn; in powil()
609 s = (2.9142135623730950L * s - 0.5L + lx) * nn * LOGE2L; in powil()
/freebsd/crypto/openssl/crypto/sha/
H A Dsha256.c82 unsigned int nn; \
85 for (nn=0;nn<SHA224_DIGEST_LENGTH/4;nn++) \
86 { ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); } \
89 for (nn=0;nn<SHA256_DIGEST_LENGTH/4;nn++) \
90 { ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); } \
95 for (nn=0;nn<(c)->md_len/4;nn++) \
96 { ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); } \
/freebsd/contrib/smbfs/lib/smb/
H A Dnbns_rq.c66 struct nb_name nn; in nbns_resolvename() local
76 bzero(&nn, sizeof(nn)); in nbns_resolvename()
77 strlcpy(nn.nn_name, name, sizeof(nn.nn_name)); in nbns_resolvename()
78 nn.nn_scope = ctx->nb_scope; in nbns_resolvename()
79 nn.nn_type = NBT_SERVER; in nbns_resolvename()
81 rqp->nr_qdname = &nn; in nbns_resolvename()
H A Dctx.c509 struct nb_name nn; in smb_ctx_resolve() local
550 nn.nn_scope = ctx->ct_nb->nb_scope; in smb_ctx_resolve()
551 nn.nn_type = NBT_SERVER; in smb_ctx_resolve()
554 strlcpy(nn.nn_name, ssn->ioc_srvname, sizeof(nn.nn_name)); in smb_ctx_resolve()
555 error = nb_sockaddr(sap, &nn, &saserver); in smb_ctx_resolve()
574 strlcpy(nn.nn_name, ctx->ct_locname, NB_NAMELEN); in smb_ctx_resolve()
575 nn.nn_type = NBT_WKSTA; in smb_ctx_resolve()
576 nn.nn_scope = ctx->ct_nb->nb_scope; in smb_ctx_resolve()
577 error = nb_sockaddr(NULL, &nn, &salocal); in smb_ctx_resolve()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_insnstr.c65 size_t nn = (n > 0) ? (size_t) n : strlen(s); in NCURSES_EXPORT() local
66 wchar_t *buffer = typeMalloc(wchar_t, nn + 1); in NCURSES_EXPORT()
71 n3 = mbstowcs(buffer, s, nn); in NCURSES_EXPORT()
/freebsd/contrib/bzip2/
H A Ddecompress.c432 UInt32 nn; in BZ2_decompress() local
433 nn = (UInt32)(nextSym - 1); in BZ2_decompress()
435 if (nn < MTFL_SIZE) { in BZ2_decompress()
438 uc = s->mtfa[pp+nn]; in BZ2_decompress()
439 while (nn > 3) { in BZ2_decompress()
440 Int32 z = pp+nn; in BZ2_decompress()
445 nn -= 4; in BZ2_decompress()
447 while (nn > 0) { in BZ2_decompress()
448 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)-1]; nn--; in BZ2_decompress()
453 lno = nn / MTFL_SIZE; in BZ2_decompress()
[all …]
/freebsd/usr.bin/localedef/
H A Dcharmap.c338 char *nn; in add_charmap_range() local
339 (void) asprintf(&nn, "%s%0*u", s, ls - si, i); in add_charmap_range()
340 if (nn == NULL) { in add_charmap_range()
345 add_charmap_impl(nn, wc, 1); in add_charmap_range()
/freebsd/contrib/libucl/tests/basic/
H A D4.in30 post-install : "cd /usr/local\nn",
31 pre-deinstall : "cd /usr/local\nn",
32 post-deinstall : "cd /usr/local\nn",
H A D4.res37 post-install = "cd /usr/local\nn";
38 pre-deinstall = "cd /usr/local\nn";
39 post-deinstall = "cd /usr/local\nn";
/freebsd/sys/arm/ti/am335x/
H A Dam335x_dmtpps.c154 struct nicknames *nn; in dmtpps_translate_nickname() local
156 for (nn = dmtpps_pin_nicks; nn->nick != NULL; nn++) in dmtpps_translate_nickname()
157 if (strcasecmp(nick, nn->nick) == 0) in dmtpps_translate_nickname()
158 return nn->name; in dmtpps_translate_nickname()
/freebsd/lib/libc/net/
H A Dgetnetbynis.c189 int nn; in _nis_getnetbyaddr() local
216 for (nn = 4, net2 = addr; net2; net2 >>= 8) { in _nis_getnetbyaddr()
217 netbr[--nn] = net2 & 0xff; in _nis_getnetbyaddr()
220 switch (nn) { in _nis_getnetbyaddr()
/freebsd/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c190 long i, j, n, nn, l, tot = 0; in TXT_DB_write() local
198 nn = db->num_fields; in TXT_DB_write()
203 for (j = 0; j < nn; j++) { in TXT_DB_write()
207 if (!BUF_MEM_grow_clean(buf, (int)(l * 2 + nn))) in TXT_DB_write()
211 for (j = 0; j < nn; j++) { in TXT_DB_write()
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c339 boolean_t nn = B_FALSE; in __moddi3() local
342 nn = B_TRUE; in __moddi3()
350 return (nn ? -q : q); in __moddi3()
374 boolean_t nn = B_FALSE; in __divmoddi4() local
377 nn = B_TRUE; in __divmoddi4()
387 if (nn != nd) in __divmoddi4()
389 if (nn) in __divmoddi4()
/freebsd/crypto/openssl/test/
H A DREADME-dev.md8 `test/recipes/`, named `{nn}-test_{name}.t`,
9 where `{nn}` is a two digit number and
21 A test recipe is named `test/recipes/{nn}-test_{name}.t`, where `{nn}` is a two
24 The number `{nn}` is (somewhat loosely) grouped as follows:
/freebsd/sys/libkern/
H A Dqdivrem.c212 u_long nn = COMBINE(uj0, uj1); in __qdivrem() local
213 qhat = nn / v1; in __qdivrem()
214 rhat = nn % v1; in __qdivrem()

1234