Home
last modified time | relevance | path

Searched refs:n (Results 76 – 100 of 6380) sorted by relevance

12345678910>>...256

/freebsd/crypto/openssl/crypto/modes/
H A Dofb128.c29 unsigned int n; in CRYPTO_ofb128_encrypt() local
37 n = *num; in CRYPTO_ofb128_encrypt()
45 n = (n + 1) % 16; in CRYPTO_ofb128_encrypt()
54 for (; n < 16; n += sizeof(size_t)) in CRYPTO_ofb128_encrypt()
61 n = 0; in CRYPTO_ofb128_encrypt()
66 out[n] = in[n] ^ ivec[n]; in CRYPTO_ofb128_encrypt()
67 ++n; in CRYPTO_ofb128_encrypt()
70 *num = n; in CRYPTO_ofb128_encrypt()
77 if (n == 0) { in CRYPTO_ofb128_encrypt()
82 n = (n + 1) % 16; in CRYPTO_ofb128_encrypt()
[all …]
/freebsd/lib/libdpv/
H A Ddialog_util.c386 int n = 0; in dialog_prompt_longestline() local
400 n++; in dialog_prompt_longestline()
404 n = 0; in dialog_prompt_longestline()
416 n++; in dialog_prompt_longestline()
423 n = 0; in dialog_prompt_longestline()
434 n++; in dialog_prompt_longestline()
523 n++; in dialog_prompt_wrappedlines()
528 n = 0; in dialog_prompt_wrappedlines()
539 n++; in dialog_prompt_wrappedlines()
551 n--; in dialog_prompt_wrappedlines()
[all …]
/freebsd/contrib/ntp/scripts/deprecated/
H A Dhtml2man.in104 $text =~ s/^[\n\t ][\n\t ]+$//;
130 print MANOUT "\n\n.SH $text\n";
142 print MANOUT "\n.SH AUTHOR\n$text\n";
145 print MANOUT "\n.TP 8\n";
149 print MANOUT "\n";
159 print MANOUT "\n";
166 print MANOUT "\n.TS\n";
169 print MANOUT "\n";
206 print MANOUT "\n";
230 print MANOUT "\n.SH SEE ALSO\n\n";
[all …]
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslresources.y249 PARSEOP_CLOSE_PAREN {$$ = TrLinkOpChildren ($<n>3,8,
287 PARSEOP_CLOSE_PAREN {$$ = TrLinkOpChildren ($<n>3,15,
313 PARSEOP_CLOSE_PAREN {$$ = TrLinkOpChildren ($<n>3,16,
337 PARSEOP_CLOSE_PAREN {$$ = TrLinkOpChildren ($<n>3,14,
370 PARSEOP_CLOSE_PAREN {$$ = TrLinkOpChildren ($<n>3,14,
395 PARSEOP_CLOSE_PAREN {$$ = TrLinkOpChildren ($<n>3,15,
542 DWordList '}' {$$ = TrLinkOpChildren ($<n>3,8,
644 DWordList '}' {$$ = TrLinkOpChildren ($<n>3,9,
663 DWordList '}' {$$ = TrLinkOpChildren ($<n>3,9,
711 PARSEOP_CLOSE_PAREN {$$ = TrLinkOpChildren ($<n>3,9,
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dudivmoddi4.c30 udwords n; in __udivmoddi4() local
31 n.all = a; in __udivmoddi4()
38 if (n.s.high == 0) { in __udivmoddi4()
51 *rem = n.s.low; in __udivmoddi4()
65 if (n.s.low == 0) { in __udivmoddi4()
94 *rem = n.all; in __udivmoddi4()
104 r.s.low = (n.s.high << (n_uword_bits - sr)) | (n.s.low >> sr); in __udivmoddi4()
114 return n.all; in __udivmoddi4()
117 q.s.low = (n.s.high << (n_uword_bits - sr)) | (n.s.low >> sr); in __udivmoddi4()
136 r.s.low = (n.s.high << (n_uword_bits - sr)) | (n.s.low >> sr); in __udivmoddi4()
[all …]
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dhuf_compress.c127 for (n=1; n<huffLog+1; n++) in HUF_writeCTable()
129 for (n=0; n<maxSymbolValue; n++) in HUF_writeCTable()
144 for (n=0; n<maxSymbolValue; n+=2) in HUF_writeCTable()
166 for (n=1; n<=tableLog; n++) { in HUF_readCTable()
174 { U32 n; for (n=0; n<nbSymbols; n++) { in HUF_readCTable() local
183 { U32 n; for (n=0; n<nbSymbols; n++) nbPerRank[CTable[n].nbBits]++; } in HUF_readCTable() local
193 { U32 n; for (n=0; n<nbSymbols; n++) CTable[n].val = valPerRank[CTable[n].nbBits]++; } in HUF_readCTable() local
316 for (n=30; n>0; n--) rankPosition[n-1].base += rankPosition[n].base; in HUF_sort()
317 for (n=0; n<32; n++) rankPosition[n].current = rankPosition[n].base; in HUF_sort()
383 for (n=0; n<=nonNullRank; n++) in HUF_buildCTable_wksp()
[all …]
/freebsd/sys/dev/gpio/
H A Dgpioregulator.c80 int error, n; in gpioregulator_regnode_init() local
90 for (n = 0; n < sc->def->npins; n++) { in gpioregulator_regnode_init()
133 for (n = 0; n < sc->def->nstates; n++) { in gpioregulator_regnode_set_voltage()
143 for (n = 0; n < sc->def->npins; n++) { in gpioregulator_regnode_set_voltage()
166 for (n = 0; n < sc->def->npins; n++) { in gpioregulator_regnode_get_voltage()
173 for (n = 0; n < sc->def->nstates; n++) { in gpioregulator_regnode_get_voltage()
223 for (n = 0; n < sc->init_def.nstates; n++) { in gpioregulator_parse_fdt()
224 sc->init_def.states[n].val = pstates[n * 2 + 0]; in gpioregulator_parse_fdt()
225 sc->init_def.states[n].mask = pstates[n * 2 + 1]; in gpioregulator_parse_fdt()
246 for (n = 0; n < sc->init_def.npins; n++) { in gpioregulator_parse_fdt()
[all …]
/freebsd/contrib/tcsh/nls/finnish/
H A Dset73 1 \n\tTcsh:n mielestä päätteelläsi on\n
4 2 \tseuraavat ominaisuudet:\n\n
5 3 \tSiinä on %d palstaa ja %d riviä.\n
6 4 \tMeta-näppäin %s käytettävissä.\n
9 7 \tSe %sosaa hyödyntää tabulaattorimerkkejä.\n
18 16 VIRHE: Ei pysty tuhoamaan merkkejä.\r\n
19 17 DeleteChars: Numeroarvo on naurettava: %d\r\n
20 18 VIRHE: Ei pysty lisäämään merkkejä keskelle riviä.\r\n
21 19 StartInsert: Numeroarvo on naurettava: %d\r\n
23 21 %s: Päätetyypille "%s" ei löydy määrittely\n
[all …]
/freebsd/usr.sbin/bsdconfig/dot/
H A Ddot316 printf '\n\t/*\n\t * Graph setup and orientation\n\t */\n'
337 printf '\n\t/*\n\t * Font details for graph/cluster label(s)\n\t */\n'
339 printf '\tfontsize = 14;\n'
344 printf '\n\t/*\n\t * Default node attributes\n\t */\n'
345 printf '\tnode [\n'
350 printf '\t];\n'
355 printf '\n\t/*\n\t * bsdconfig(8)\n\t */\n'
364 printf '\n\t/*\n\t * Menu items\n\t */\n'
375 printf '\n\t/*\n\t * Sub-menu items\n\t */\n'
386 printf '\n\t/*\n\t * Menu item relationships\n\t */\n'
[all …]
/freebsd/contrib/ncurses/ncurses/tty/
H A Dhashmap.c94 # define OLDNUM(sp,n) oldnums[n] argument
501 for (n = 0; n < screen_lines(sp); n++) { in main()
502 reallines[n] = n; in main()
524 for (n = 0; n < screen_lines(sp); n++) { in main()
525 reallines[n] = n; in main()
537 for (n = 0; n < screen_lines(sp); n++) in main()
539 for (n = 0; n < screen_lines(sp); n++) in main()
547 for (n = 0; n < screen_lines(sp); n++) in main()
549 for (n = 0; n < screen_lines(sp); n++) in main()
561 for (n = 0; n < screen_lines(sp); n++) in main()
[all …]
/freebsd/usr.bin/m4/
H A Deval.c132 for (n = 0; n < argc; n++) in expand_builtin()
342 for (n = argc - 1; n > 3; n--) { in expand_builtin()
387 for (n = 2; n < argc; n++) in expand_builtin()
398 for (n = 2; n < argc; n++) in expand_builtin()
459 for (n = 2; n < argc; n++) in expand_builtin()
493 for (n = 2; n < argc; n++) in expand_builtin()
572 for (n = argc - 1; n > 2; n--) { in expand_macro()
581 for (n = argc - 1; n > 2; n--) { in expand_macro()
685 for (n = 2; n < argc; n++) in dodump()
701 for (n = 2; n < argc; n++) in dotrace()
[all …]
/freebsd/contrib/mandoc/
H A Dtree.c93 if (n == NULL) in print_mdoc()
111 if (n->end) in print_mdoc()
177 if (n->span) { in print_mdoc()
197 if (n->eqn) in print_mdoc()
199 if (n->child) in print_mdoc()
202 if (n->next) in print_mdoc()
212 if (n == NULL) in print_man()
280 if (n->eqn) in print_man()
282 if (n->child) in print_man()
285 if (n->next) in print_man()
[all …]
H A Dman_term.c173 for (nn = NULL; n != NULL; n = n->next) { in terminal_man()
185 n = nn; in terminal_man()
187 if (n != NULL && (n = n->child->next->child) != NULL) in terminal_man()
273 n = n->child; in pre_PD()
344 if ((n = n->child) != NULL) { in pre_OP()
348 if (n != NULL && n->next != NULL) { in pre_OP()
674 if ((n = roff_node_prev(n)) == NULL || in pre_SS()
715 if ((n = roff_node_prev(n)) == NULL || in pre_SH()
773 n = n->parent->head; in pre_RS()
978 if (n->string != NULL && *n->string != '\0') in print_man_node()
[all …]
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dutil.c133 int n; in hci_hmode2str() local
137 for (n = 0; n < SIZE(t); n++) { in hci_hmode2str()
142 if (mode & (1 << n)) in hci_hmode2str()
2897 int n, i, len0, len1; in hci_commands2str() local
2903 for (n = 0; n < SIZE(t); n++) { in hci_commands2str()
3012 int n, i, len0, len1; in hci_features2str() local
3018 for (n = 0; n < SIZE(t); n++) { in hci_features2str()
3126 int n, i, len0, len1; in hci_le_features2str() local
3132 for (n = 0; n < SIZE(t); n++) { in hci_le_features2str()
3336 for (n = 0; n < 5; n++) { in hci_le_chanmap2str()
[all …]
H A Dlink_control.c294 int n; in hci_disconnect() local
307 if (sscanf(argv[1], "%d", &n) != 1 || n <= 0x00 || n > 0xff) in hci_disconnect()
314 if (sscanf(argv[0], "%d", &n) != 1 || n <= 0 || n > 0x0eff) in hci_disconnect()
368 int n; in hci_add_sco_connection() local
393 if (sscanf(argv[0], "%d", &n) != 1 || n <= 0 || n > 0x0eff) in hci_add_sco_connection()
449 int n; in hci_change_connection_packet_type() local
457 if (sscanf(argv[0], "%d", &n) != 1 || n <= 0 || n > 0x0eff) in hci_change_connection_packet_type()
620 if (sscanf(argv[0], "%d", &n) != 1 || n < 0 || n > 0x0eff) in hci_read_remote_supported_features()
665 for (n = 0; n < sizeof(ep->features); n++) in hci_read_remote_supported_features()
688 if (sscanf(argv[0], "%d", &n) != 1 || n < 0 || n > 0x0eff) in hci_read_remote_version_information()
[all …]
/freebsd/sys/sys/
H A Dpcpu.h81 #define DPCPU_NAME(n) pcpu_entry_##n argument
82 #define DPCPU_DECLARE(t, n) extern t DPCPU_NAME(n) argument
115 #define _DPCPU_GET(b, n) (*_DPCPU_PTR(b, n)) argument
116 #define _DPCPU_SET(b, n, v) (*_DPCPU_PTR(b, n) = v) argument
121 #define DPCPU_PTR(n) _DPCPU_PTR(PCPU_GET(dynamic), n) argument
122 #define DPCPU_GET(n) (*DPCPU_PTR(n)) argument
123 #define DPCPU_SET(n, v) (*DPCPU_PTR(n) = v) argument
128 #define DPCPU_ID_PTR(i, n) _DPCPU_PTR(dpcpu_off[(i)], n) argument
129 #define DPCPU_ID_GET(i, n) (*DPCPU_ID_PTR(i, n)) argument
130 #define DPCPU_ID_SET(i, n, v) (*DPCPU_ID_PTR(i, n) = v) argument
[all …]
/freebsd/sys/arm/freescale/vybrid/
H A Dvf_edma.h80 #define DMA_TCDn_SADDR(n) (0x00 + 0x20 * n) /* Source Address */ argument
81 #define DMA_TCDn_SOFF(n) (0x04 + 0x20 * n) /* Signed Source Address Offset */ argument
82 #define DMA_TCDn_ATTR(n) (0x06 + 0x20 * n) /* Transfer Attributes */ argument
83 #define DMA_TCDn_NBYTES_MLNO(n) (0x08 + 0x20 * n) /* Minor Byte Count */ argument
84 #define DMA_TCDn_NBYTES_MLOFFNO(n) (0x08 + 0x20 * n) /* Signed Minor Loop Offset */ argument
85 #define DMA_TCDn_NBYTES_MLOFFYES(n) (0x08 + 0x20 * n) /* Signed Minor Loop Offset */ argument
86 #define DMA_TCDn_SLAST(n) (0x0C + 0x20 * n) /* Last Source Address Adjustment */ argument
87 #define DMA_TCDn_DADDR(n) (0x10 + 0x20 * n) /* Destination Address */ argument
88 #define DMA_TCDn_DOFF(n) (0x14 + 0x20 * n) /* Signed Destination Address Offset */ argument
90 #define DMA_TCDn_CITER_ELINKNO(n) (0x16 + 0x20 * n) argument
[all …]
/freebsd/contrib/ntp/sntp/libopts/
H A Dgenshell.h95 #define GENSHELL_DESC(n) (genshelloptOptions.pOptDesc[INDEX_GENSHELL_OPT_## n]) argument
97 #define HAVE_GENSHELL_OPT(n) (! UNUSED_OPT(& GENSHELL_DESC(n))) argument
99 #define GENSHELL_OPT_ARG(n) (GENSHELL_DESC(n).optArg.argString) argument
104 #define STATE_GENSHELL_OPT(n) (GENSHELL_DESC(n).fOptState & OPTST_SET_MASK) argument
106 #define COUNT_GENSHELL_OPT(n) (GENSHELL_DESC(n).optOccCt) argument
108 #define ISSEL_GENSHELL_OPT(n) (SELECTED_OPT(&GENSHELL_DESC(n))) argument
110 #define ISUNUSED_GENSHELL_OPT(n) (UNUSED_OPT(& GENSHELL_DESC(n))) argument
112 #define ENABLED_GENSHELL_OPT(n) (! DISABLED_OPT(& GENSHELL_DESC(n))) argument
115 #define STACKCT_GENSHELL_OPT(n) (((tArgList*)(GENSHELL_DESC(n).optCookie))->useCt) argument
118 #define STACKLST_GENSHELL_OPT(n) (((tArgList*)(GENSHELL_DESC(n).optCookie))->apzArgs) argument
[all …]
/freebsd/contrib/ofed/libibnetdisc/
H A Dchassis.c320 return (is_spine_9096(n) || is_spine_9288(n) || in is_spine()
321 is_spine_2004(n) || is_spine_2012(n) || in is_spine()
322 is_spine_4700(n) || is_spine_4700x2(n) || in is_spine()
323 is_spine_4200(n)); in is_spine()
353 return (is_line_24(n) || is_line_8(n) || in is_line()
354 is_line_2024(n) || is_line_4700(n)); in is_line()
359 return (is_spine(n) || is_line(n)); in is_chassis_switch()
517 n->guid); in get_sfb_slot()
526 n->ch_found = 1; in get_router_slot()
528 n->ch_slot = SRBD_CS; in get_router_slot()
[all …]
/freebsd/contrib/bc/src/
H A Dnum.c102 return n->len ? n->len - BC_NUM_RDX_VAL(n) : 0; in bc_num_int()
138 n->len = n->rdx = 0; in bc_num_setToZero()
164 while (BC_NUM_NONZERO(n) && !n->num[n->len - 1]) in bc_num_clean()
170 if (BC_NUM_ZERO(n)) n->rdx = 0; in bc_num_clean()
175 if (n->len < rdx) n->len = rdx; in bc_num_clean()
560 memmove(n->num, n->num + places_rdx, BC_NUM_SIZE(n->len)); in bc_num_truncate()
614 if (n->scale < scale) bc_num_extend(n, scale - n->scale); in bc_num_retireMul()
923 assert(BC_NUM_RDX_VAL(n) <= n->len && n->len <= n->cap); in bc_num_shiftRight()
2447 n->len = n->rdx = 0; in bc_num_parseDecimal()
2510 n->len += (!BC_DIGIT_CLAMP && n->num[n->len] != 0); in bc_num_parseDecimal()
[all …]
/freebsd/lib/libusb/
H A Dlibusb20_int.h71 m(n, init_backend) \
72 m(n, exit_backend) \
73 m(n, dev_get_info) \
82 m(n, open_device) \
83 m(n, close_device) \
123 m(n, process) \
124 m(n, reset_device) \
129 m(n, get_stats) \
134 m(n, tr_close) \
135 m(n, tr_open) \
[all …]
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dmake_keys.c53 unsigned n; in unknown() local
54 for (n = 0; strnames[n] != 0; n++) { in unknown()
57 for (n = 0; strfnames[n] != 0; n++) { in unknown()
67 unsigned n; in lookup() local
69 for (n = 0; strnames[n] != 0; n++) { in lookup()
70 if (!strcmp(name, strnames[n])) { in lookup()
76 for (n = 0; strfnames[n] != 0; n++) { in lookup()
83 return found ? n : unknown(); in lookup()
152 int n; in main() local
153 for (n = 1; n < argc; n++) { in main()
[all …]
/freebsd/contrib/tcsh/nls/russian/
H A Dset73 1 \n\tTcsh thinks your terminal has the\n
4 2 \tfollowing characteristics:\n\n
5 3 \tIt has %d columns and %d lines\n
6 4 \tIt has %s meta key\n
9 7 \tIt can%s use tabs\n
11 9 \tIt %s automatic margins\n
14 12 \tIt %s magic margins\n
18 16 ОШИБКА: не могу удалить\r\n
20 18 ОШИБКА: не могу вставить\r\n
27 25 no clear EOL capability.\n
[all …]
/freebsd/crypto/openssl/include/crypto/
H A Dmd32_common.h96 #define ROTATE(a,n) (((a)<<(n))|(((a)&0xffffffff)>>(32-(n)))) argument
133 size_t n; in HASH_UPDATE() local
145 n = c->num; in HASH_UPDATE()
146 if (n != 0) { in HASH_UPDATE()
150 memcpy(p + n, data, HASH_CBLOCK - n); in HASH_UPDATE()
152 n = HASH_CBLOCK - n; in HASH_UPDATE()
171 if (n > 0) { in HASH_UPDATE()
197 n++; in HASH_FINAL()
200 memset(p + n, 0, HASH_CBLOCK - n); in HASH_FINAL()
201 n = 0; in HASH_FINAL()
[all …]
/freebsd/contrib/tcsh/nls/C/
H A Dset113 1 Warning: no access to tty (%s).\n
4 2 Thus no job control in this shell.\n
5 3 You have %d mail messages.\n
6 4 You have %d mail messages in %s.\n
7 5 You have %smail.\n
9 7 You have %smail in %s.\n
14 -e exit on any error \n\
20 -n file no execute mode, just check syntax of the following `file' \n\
22 -s read commands from standard input \n\
23 -t read one line from standard input \n\
[all …]

12345678910>>...256