Home
last modified time | relevance | path

Searched +full:n +full:- +full:- +full:- (Results 1 – 25 of 1295) sorted by relevance

12345678910>>...52

/freebsd/share/doc/papers/sysperf/
H A Dappendix.ms9 'ds - \(mi
10 'ds / \\h'\\w' 'u-\\w'/'u'/
11 'ds /* \\h'\\w' 'u-\\w'/'u'/*
23 \f2\s12\h'\\n(.lu-\w'\\*(=f'u'\\*(=f\fP\s0\h'|0u'
36 'if \\n(cm=1 'ft 2
45 'ds -K
47 'de -C
51 'ds -K \fP
54 '-C
59 \f2\s14\h'\\n(.lu-\w'\\$1'u'\\$1\fP\s0\h'|0u'\c
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h1 //===-- LegalizeTypes.h - DAG Type Legalizer class definition ---*- C++ -*-===//
5 // SPDX-Licens
81 IgnoreNodeResults(SDNode * N) IgnoreNodeResults() argument
[all...]
H A DLegalizeFloatTypes.cpp1 //===-------- LegalizeFloatTypes.cpp - Legalization of float types --------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
19 //===----------------------------------------------------------------------===//
27 #define DEBUG_TYPE "legalize-types"
29 /// GetFPLibCall - Return the right libcall for the given floating point type.
47 //===----------------------------------------------------------------------===//
49 //===----------------------------------------------------------------------===//
51 void DAGTypeLegalizer::SoftenFloatResult(SDNode *N, unsigned ResNo) { in SoftenFloatResult() argument
52 LLVM_DEBUG(dbgs() << "Soften float result " << ResNo << ": "; N->dump(&DAG)); in SoftenFloatResult()
[all …]
/freebsd/contrib/ofed/opensm/opensm/
H A Dmain.c2 * Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved.
3 * Copyright (c) 2002-2011 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
7 * Copyright (c) 2009-2011 ZIH, TU Dresden, Federal Republic of Germany. All rights reserved.
19 * - Redistributions of source code must retain the above
23 * - Redistributions in binary form must reproduce the above
79 printf("OpenSM: Got signal %d - exiting...\n", signum); in mark_exit_flag()
130 printf("\n------- OpenSM - Usage and options ----------------------\n"); in show_usage()
131 printf("Usage: opensm [options]\n"); in show_usage()
132 printf("Options:\n"); in show_usage()
[all …]
H A Dosm_subnet.c2 * Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved.
3 * Copyright (c) 2002-2011 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
8 * Copyright (c) 2009-2015 ZIH, TU Dresden, Federal Republic of Germany. All rights reserved.
21 * - Redistributions of source code must retain the above
25 * - Redistributions in binary form must reproduce the above
225 unsigned n; in log_config_value() local
227 n = snprintf(buf, sizeof(buf), " Loading Cached Option:%s = ", name); in log_config_value()
228 if (n > sizeof(buf)) in log_config_value()
229 n = sizeof(buf); in log_config_value()
[all …]
/freebsd/sbin/pfctl/
H A Dpf.os3 # -------------------------
7 # (C) Copyright 2000-2003 by Michal Zalewski <lcamtuf@coredump.cx>
34 # - Window size (WSS) - a highly OS dependent setting used for TCP/IP
53 # - Overall packet size - a function of all IP and TCP options and bugs.
57 # - Initial TTL - We check the actual TTL of a received packet. It can't
61 # NEW SIGNATURE: *Never* copy TTL from a p0f-reported signature literally.
70 # - Don't fragment flag (DF) - some modern OSes set this to implement PMTU
75 # - Maximum segment size (MSS) - this setting is usually link-dependent. P0f
84 # - Window scaling (WSCALE) - this feature is used to scale WSS.
92 # - Timestamp - some systems that implement timestamps set them to
[all …]
/freebsd/contrib/llvm-project/libcxx/src/
H A Dhash.cpp1 //===----------
152 __check_for_overflow(size_t N) __check_for_overflow() argument
161 __check_for_overflow(size_t N) __check_for_overflow() argument
168 __next_prime(size_t n) __next_prime() argument
171 const size_t N = sizeof(small_primes) / sizeof(small_primes[0]); __next_prime() local
[all...]
/freebsd/crypto/openssl/test/
H A Dcrltest.c2 * Copyright 2015-2025 The OpenSSL Project Authors. All Rights Reserved.
33 "-----BEGIN CERTIFICATE-----\n",
34 "MIIDbzCCAlegAwIBAgIJAODri7v0dDUFMA0GCSqGSIb3DQEBCwUAME4xCzAJBgNV\n",
35 "BAYTAlVTMRMwEQYDVQQIDApDYWxpZm9ybmlhMRYwFAYDVQQHDA1Nb3VudGFpbiBW\n",
36 "aWV3MRIwEAYDVQQKDAlCb3JpbmdTU0wwHhcNMTYwOTI2MTUwNjI2WhcNMjYwOTI0\n",
37 "MTUwNjI2WjBOMQswCQYDVQQGEwJVUzETMBEGA1UECAwKQ2FsaWZvcm5pYTEWMBQG\n",
38 "A1UEBwwNTW91bnRhaW4gVmlldzESMBAGA1UECgwJQm9yaW5nU1NMMIIBIjANBgkq\n",
39 "hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo16WiLWZuaymsD8n5SKPmxV1y6jjgr3B\n",
40 "S/dUBpbrzd1aeFzNlI8l2jfAnzUyp+I21RQ+nh/MhqjGElkTtK9xMn1Y+S9GMRh+\n",
41 "5R/Du0iCb1tCZIPY07Tgrb0KMNWe0v2QKVVruuYSgxIWodBfxlKO64Z8AJ5IbnWp\n",
[all …]
/freebsd/crypto/openssl/doc/
H A Dperlvars.pm2 # Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
15 . "[B<-allow_proxy_certs>]\n"
16 . "[B<-attime> I<timestamp>]\n"
17 . "[B<-no_check_time>]\n"
18 . "[B<-check_ss_sig>]\n"
19 . "[B<-crl_check>]\n"
20 . "[B<-crl_check_all>]\n"
21 . "[B<-explicit_policy>]\n"
22 . "[B<-extended_crl>]\n"
23 . "[B<-ignore_critical>]\n"
[all …]
/freebsd/crypto/openssl/test/recipes/10-test_bn_data/
H A Dbnshift.txt18 LShift1 = -13116120bca5df64e13f314254
19 A = -988b0905e52efb2709f98a12a
24 LShift1 = -2622c241794bbec9c27e6284a8
25 A = -13116120bca5df64e13f314254
30 LShift1 = -4c458482f2977d9384fcc50950
31 A = -2622c241794bbec9c27e6284a8
36 LShift1 = -988b0905e52efb2709f98a12a2
37 A = -4c458482f2977d9384fcc50951
42 LShift1 = -13116120bca5df64e13f3142544
43 A = -988b0905e52efb2709f98a12a2
[all …]
/freebsd/crypto/openssh/regress/misc/fuzz-harness/
H A Dfixed-keys.h6 "-----BEGIN OPENSSH PRIVATE KEY-----\n"\
7 "b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABFwAAAAdzc2gtcn\n"\
8 "NhAAAAAwEAAQAAAQEA3+epf+VGKoGPaAZXrf6S0cyumQnddkGBnVFX0A5eh37RtLug0qY5\n"\
9 "thxsBUbGGVr9mTd2QXwLujBwYg5l1MP/Fmg+5312Zgx9pHmS+qKULbar0hlNgptNEb+aNU\n"\
10 "d3o9qg3aXqXm7+ZnjAV05ef/mxNRN2ZvuEkw7cRppTJcbBI+vF3lXuCXnX2klDI95Gl2AW\n"\
11 "3WHRtanqLHZXuBkjjRBDKc7MUq/GP1hmLiAd95dvU7fZjRlIEsP84zGEI1Fb0L/kmPHcOt\n"\
12 "iVfHft8CtmC9v6+94JrOiPBBNScV+dyrgAGPsdKdr/1vIpQmCNiI8s3PCiD8J7ZiBaYm0I\n"\
13 "8fq5G/qnUwAAA7ggw2dXIMNnVwAAAAdzc2gtcnNhAAABAQDf56l/5UYqgY9oBlet/pLRzK\n"\
14 "6ZCd12QYGdUVfQDl6HftG0u6DSpjm2HGwFRsYZWv2ZN3ZBfAu6MHBiDmXUw/8WaD7nfXZm\n"\
15 "DH2keZL6opQttqvSGU2Cm00Rv5o1R3ej2qDdpepebv5meMBXTl5/+bE1E3Zm+4STDtxGml\n"\
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c58 * user-land, it's not invalid to release a sychonization primitive that
59 * another thread acquired; rwlocks require a thread-local associative array
65 "plockstat$target:::rw-acquire\n"
66 "{\n"
67 " self->rwhold[arg0] = timestamp;\n"
68 "}\n"
69 "plockstat$target:::mutex-acquire\n"
70 "/arg1 == 0/\n"
71 "{\n"
72 " mtxhold[arg0] = timestamp;\n"
[all …]
/freebsd/contrib/ntp/sntp/libopts/
H A Dao-strs.c1 /* -*- buffer-read-only: t -*- vi: set ro:
3 * DO NOT EDIT THIS FILE (ao-strs.c)
5 * It has been AutoGen-ed
6 * From the definitions ao-strs.def
9 * Copyright (C) 2011-2018 Bruce Korb, all rights reserved.
39 #include "ao-strs.h"
42 /* 0 */ "-_^\0"
43 /* 4 */ " %s%s\n\0"
44 /* 12 */ "<?auto-options\0"
46 /* 37 */ "%%-%ds %%s\n\0"
[all …]
/freebsd/stand/forth/
H A Dmenu-commands.4th1 \ Copyright (c) 2006-2015 Devin Teske <dteske@FreeBSD.org>
26 marker task-menu-commands.4th
37 also menu-namespace also menu-command-helpers
43 : init_boot ( N -- N )
45 s" boot_single" getenv -1 <> if
46 drop ( n n c-addr -- n n ) \ unused
47 toggle_menuitem ( n n -- n n )
48 s" set menu_keycode[N]=115" \ base command to execute
50 s" set menu_keycode[N]=98" \ base command to execute
52 17 +c! \ replace 'N' with ASCII numeral
[all …]
/freebsd/usr.sbin/pw/
H A Dpw.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
104 static int mode = -1;
105 static int which = -1;
123 conf.fd = -1; in main()
133 if (*argv[1] == '-') { in main()
135 * Special case, allow pw -V<dir> <operation> [args] for in main()
138 * The -M option before the keyword is handled in main()
139 * differently from -M after a keyword. in main()
144 errx(EXIT_FAILURE, "Both '-R' and '-V' " in main()
[all …]
/freebsd/usr.sbin/makefs/ffs/
H A Dffs_bswap.c3 /*-
4 * SPDX-License-Identifier: BSD-2-Clause
56 #define FS_42POSTBLFMT -1 /* 4.2BSD rotational table format */
59 void ffs_csum_swap(struct csum *o, struct csum *n, int size);
60 void ffs_csumtotal_swap(struct csum_total *o, struct csum_total *n);
63 ffs_sb_swap(struct fs *o, struct fs *n) in ffs_sb_swap() argument
69 * In order to avoid a lot of lines, as the first N fields (52) in ffs_sb_swap()
74 n32 = (u_int32_t *)n; in ffs_sb_swap()
78 n->fs_swuid = bswap64(o->fs_swuid); in ffs_sb_swap()
79 n->fs_cgrotor = bswap32(o->fs_cgrotor); /* Unused */ in ffs_sb_swap()
[all …]
/freebsd/share/man/man4/
H A Dscreen.413 -
43 then enter a decimal number from 0-255 via the numerical keypad, then
50 pressing the scroll-lock key.
58 .Bd -literal
62 -- E7 Save cursor position sc
64 -- E8 Restore saved cursor position rc
66 -- Ec Reset rs
68 -- EM move cursor up 1 line, --
71 CUU E[nA move cursor up n lines up/UP (ku)
73 CUD E[nB move cursor down n lines do/DO (kd)
[all …]
/freebsd/contrib/bc/
H A Dconfigure.sh3 # SPDX-License-Identifier: BSD-2-Clause
5 # Copyright (c) 2018-2025 Gavin D. Howard and contributors.
42 if [ $# -gt 0 ]; then
46 printf '%s\n\n' "$1"
52 printf 'usage:\n'
53 printf ' %s -h\n' "$script"
54 printf ' %s --help\n' "$script"
55 …printf ' %s [-a|-bD|-dB|-c] [-CeEfgGHilmMNPrtTvz] [-O OPT_LEVEL] [-k KARATSUBA_LEN]\\\n' "$scri…
56 printf ' [-s SETTING] [-S SETTING] [-p TYPE]\n'
57 printf ' %s \\\n' "$script"
[all …]
H A Dconfigure3 # SPDX-License-Identifier: BSD-2-Clause
5 # Copyright (c) 2018-2025 Gavin D. Howard and contributors.
42 if [ $# -gt 0 ]; then
46 printf '%s\n\n' "$1"
52 printf 'usage:\n'
53 printf ' %s -
[all...]
/freebsd/contrib/less/
H A Dhelp.c4 '\n',
5 …C','O','\b','O','M','\b','M','M','\b','M','A','\b','A','N','\b','N','D','\b','D','S','\b','S','\n',
6 '\n',
7n','d','s',' ','m','a','r','k','e','d',' ','w','i','t','h',' ','*',' ','m','a','y',' ','b','e',' '…
8N','o','t','e','s',' ','i','n',' ','p','a','r','e','n','t','h','e','s','e','s',' ','i','n','d','i'…
9n','d','i','c','a','t','e','s',' ','t','h','e',' ','C','t','r','l',' ','k','e','y',';',' ','t','h'…
10 '\n',
11 …',' ',' ',' ',' ',' ','D','i','s','p','l','a','y',' ','t','h','i','s',' ','h','e','l','p','.','\n',
12 …',':','q',' ',' ','Q',' ',' ',':','Q',' ',' ','Z','Z',' ',' ',' ',' ',' ','E','x','i','t','.','\n',
13-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-'…
[all …]
/freebsd/contrib/mandoc/
H A Dman_validate.c3 * Copyright (c) 2010-2020, 2023, 2025 Ingo Schwarze <schwarze@openbsd.org>
44 #define CHKARGS struct roff_man *man, struct roff_node *n
67 static const v_check man_valids[MAN_MAX - MAN_TH] = {
109 /* Validate the subtree rooted at man->last. */
113 struct roff_node *n; in man_validate() local
118 * in turn, depth-first. in man_validate()
121 n = man->last; in man_validate()
122 man->last = man->las in man_validate()
197 check_tag(struct roff_node * n,struct roff_node * nt) check_tag() argument
[all...]
/freebsd/share/doc/papers/timecounter/
H A Dtmac.usenix22 .vs \n(VS
51 . nr Ib \\n(Ia
68 .nr Ic -0.2i
72 'sp |10.4i-\\n(FUu
74 'sp |10.4i-\\n(FUu \" how many traps could there be?
76 'sp |10.4i-\\n(FUu
96 . vs \\n(VVu
98 ' nr QS 11i+0.5v-1u+\\nyu
99 ' if \\n(QS>\\n(QR 'if t 'sp |\\n(QSu
104 . if \\n(.zfy .br\" end overflow diversion
[all …]
/freebsd/contrib/tcsh/
H A Dcomplete.tcsh12 # Added two Debian-specific completions: dpkg and dpkg-deb (who
21 onintr -
43 setenv OSTYPE `echo "$HOSTTYPE" | sed -e 's/^(i[3456]86|(amd|x86_)64)-//'`
50 if ( -r "$f" ) then
52 -e 's/#.*//' \
53 -e '/^[+-]@/d' \
54 -e 's/^[-+]//' \
55 -e 's/[[:space:]].*//' \
56 -e 's/,/\n/g' "$f" \
57 | sed -e '/^[.:[:xdigit:][:space:]]*$/d'`)
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp1 //===- InstrInfoEmitter.cpp - Generate a Instruction Set Desc. --*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
42 cl::OptionCategory InstrInfoEmitterCat("Options for -gen-instr-info");
44 "instr-info-expand-mi-operand-info",
59 // run - Output the instruction set description.
76 /// Generate member functions in the target-specific GenInstrInfo class.
122 //===----------------------------------------------------------------------===//
124 //===----------------------------------------------------------------------===//
[all …]
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp1 //=== ClangOpcodesEmitter.cpp - constexpr interpreter opcodes ---*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
35 void EmitEnum(raw_ostream &OS, StringRef N, const Record *R);
38 void EmitInterp(raw_ostream &OS, StringRef N, const Record *R);
41 void EmitDisasm(raw_ostream &OS, StringRef N, const Record *R);
44 void EmitEmitter(raw_ostream &OS, StringRef N, const Record *R);
47 void EmitProto(raw_ostream &OS, StringRef N, const Record *R);
50 void EmitGroup(raw_ostream &OS, StringRef N, const Record *R);
[all …]

12345678910>>...52