Home
last modified time | relevance | path

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

1234

/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/crypto/openssl/crypto/lhash/
H A Dlhash.c97 nn = n->next; in OPENSSL_LH_flush()
99 n = nn; in OPENSSL_LH_flush()
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()
149 nn = *rn; in OPENSSL_LH_delete()
150 *rn = nn->next; in OPENSSL_LH_delete()
151 ret = nn->data; in OPENSSL_LH_delete()
[all …]
/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()
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()
332 SetType(nn, STRING); in main()
333 name_table[nn].ute_index = StrCount++; in main()
[all …]
/freebsd/contrib/mandoc/
H A Dman_term.c182 nn = n; in terminal_man()
185 n = nn; in terminal_man()
319 for (i = 0, nn = n->child; nn != NULL; nn = nn->next, i = 1 - i) { in pre_alternate()
528 (nn = nn->next) != NULL && in pre_IP()
603 nn->string != NULL && ! (NODE_LINE & nn->flags) && in pre_TP()
620 nn = n->child; in pre_TP()
621 while (nn != NULL && (nn->flags & NODE_LINE) == 0) in pre_TP()
622 nn = nn->next; in pre_TP()
626 nn = nn->next; in pre_TP()
822 if ((nn = roff_node_prev(n)) == NULL || nn->tok != MAN_SY) in pre_SY()
[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
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()
506 while (nn != NULL) { in man_IP_pre()
[all …]
H A Dmdoc_term.c269 nn = n; in terminal_mdoc()
272 n = nn; in terminal_mdoc()
593 nn = n; in print_bvspace()
596 nn = nn->parent; in print_bvspace()
600 if (nn->tok == MDOC_Sh || nn->tok == MDOC_Ss) in print_bvspace()
705 nn = nn->prev, i++) { in termp_it_pre()
1056 if ((nn = roff_node_prev(n)) != NULL && nn->tok == MDOC__A && in termp__a_pre()
1057 ((nn = roff_node_next(n)) == NULL || nn->tok != MDOC__A)) in termp__a_pre()
1403 for (nn = n->child; nn != NULL; nn = nn->next) { in termp_fa_pre()
1838 (nn = roff_node_next(n)) != NULL && nn->tok == MDOC__A && in termp____post()
[all …]
H A Dmdoc_validate.c1115 for (nn = n; nn != NULL; nn = nn->parent) { in post_tg()
1117 nn = nn->next; in post_tg()
1163 nn = nn->head->child == NULL ? n : nn->head; in post_tg()
1177 nn = nn->head; in post_tg()
1184 nn = nn->body->child == NULL ? n : nn->body; in post_tg()
1194 nn = nn->body->child == NULL ? n : nn->body; in post_tg()
2818 nn = nn->next; in post_dt()
2834 nn->line, nn->pos, "Dt ... %s", nn->string); in post_dt()
2847 if ((nn = nn->next) == NULL) in post_dt()
2856 if ((nn = nn->next) != NULL) in post_dt()
[all …]
H A Dmdoc_html.c608 struct roff_node *nn; in mdoc_fl_pre() local
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()
955 if (nn->tok == MDOC_Sh || nn->tok == MDOC_Ss) in mdoc_bd_pre()
1033 for (nn = n->child; nn != NULL; nn = nn->next) { in mdoc_fa_pre()
1483 struct roff_node *nn; in mdoc__x_pre() local
1492 if ((nn = roff_node_prev(n)) != NULL && nn->tok == MDOC__A && in mdoc__x_pre()
1493 ((nn = roff_node_next(n)) == NULL || nn->tok != MDOC__A)) in mdoc__x_pre()
1552 (nn = roff_node_next(n)) != NULL && nn->tok == MDOC__A && in mdoc__x_post()
1553 ((nn = roff_node_next(nn)) == NULL || nn->tok != MDOC__A) && in mdoc__x_post()
[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/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/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/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/bin/test/
H A Dtest.c278 enum token nn; in primary() local
285 if ((nn = t_lex(nargc > 0 ? (--nargc, *++t_wp) : NULL)) == in primary()
290 res = oexpr(nn); in primary()
312 nn = t_lex(nargc > 0 ? t_wp[1] : NULL); in primary()
313 if (TOKEN_TYPE(nn) == BINOP) in primary()
314 return binop(nn); in primary()
/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:

1234