Home
last modified time | relevance | path

Searched +full:nc +full:- +full:si (Results 1 – 25 of 65) sorted by relevance

123

/freebsd/lib/libc/stdlib/
H A Dradixsort.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
55 int sn, si; member
81 return (-1); \
110 return (-1); in sradixsort()
118 #define pop(a, n, i) a = (--sp)->sa, n = sp->sn, i = sp->si
119 #define push(a, n, i) sp->sa = a, sp->sn = n, (sp++)->si = i
122 /* Unstable, in-place sort. */
126 static int count[256], nc, bmin; in r_sort_a() local
145 if (nc == 0) { in r_sort_a()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dftgmac100.txt4 - compatible: "faraday,ftgmac100"
10 - "aspeed,ast2400-mac"
11 - "aspeed,ast2500-mac"
12 - "aspeed,ast2600-mac"
14 - reg: Address and length of the register set for the device
15 - interrupts: Should contain ethernet controller interrupt
18 - phy-handle: See ethernet.txt file in the same directory.
19 - phy-mode: See ethernet.txt file in the same directory. If the property is
22 - use-ncsi: Use the NC-SI stack instead of an MDIO PHY. Currently assumes
23 rmii (100bT) but kept as a separate property in case NC-SI grows support
[all …]
/freebsd/usr.bin/cmp/
H A Dcmp.141 .Op Fl -ignore-initial Ns Cm = Ns Ar num1 Ns Op :num2
42 .Op Fl -bytes Ns Cm = Ns Ar num
58 .Bl -tag -width indent
59 .It Fl b , Fl -print-bytes
63 .It Fl i Ar num1 Ns Oo :num2 Oc , Fl -ignore-initial= Ns Ar num1 Ns Op :num2
80 .It Fl l , Fl -verbose
83 .It Fl n Ar num , Fl -bytes= Ns num
87 .It Fl s , Fl -silent , Fl -quiet
115 may also be specified with SI size suffixes.
120 .Bl -tag -width 4n
[all …]
/freebsd/crypto/heimdal/lib/hx509/
H A Dcert.c2 * Copyright (c) 2004 - 2007 Kungliga Tekniska Högskolan
35 #include "crypto-headers.h"
68 #define REQUIRE_RFC3280(ctx) ((ctx)->flags & HX509_VERIFY_CTX_F_REQUIRE_RFC3280)
69 #define CHECK_TA(ctx) ((ctx)->flags & HX509_VERIFY_CTX_F_CHECK_TRUST_ANCHORS)
70 #define ALLOW_DEF_TA(ctx) (((ctx)->flags & HX509_VERIFY_CTX_F_NO_DEFAULT_ANCHORS) == 0)
94 (g)->len = (var)->len, (g)->val = (var)->val;
126 (*context)->ocsp_time_diff = HX509_DEFAULT_OCSP_TIME_DIFF; in hx509_context_init()
128 initialize_hx_error_table_r(&(*context)->et_list); in hx509_context_init()
129 initialize_asn1_error_table_r(&(*context)->et_list); in hx509_context_init()
133 NULL, &(*context)->default_trust_anchors); in hx509_context_init()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsXCore.def1 //===--- BuiltinsXCore.def - XCore Builtin function database ----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file defines the XCore-specific builtin function database. Users of
12 //===----------------------------------------------------------------------===//
16 BUILTIN(__builtin_bitrev, "UiUi", "nc")
17 BUILTIN(__builtin_getid, "Si", "nc")
H A DBuiltinsAMDGPU.def1 //==- BuiltinsAMDGPU.def - AMDGPU Builtin function database ------*- C++ -*-==//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file defines the AMDGPU-specific builtin function database. Users of
17 //===----------------------------------------------------------------------===//
24 //===----------------------------------------------------------------------===//
25 // SI+ only builtins.
26 //===----------------------------------------------------------------------===//
28 BUILTIN(__builtin_amdgcn_dispatch_ptr, "v*4", "nc")
29 BUILTIN(__builtin_amdgcn_kernarg_segment_ptr, "v*4", "nc")
[all …]
H A DBuiltinsX86.def1 //===--- BuiltinsX86.def - X86 Builtin function database --------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file defines the X86-specific builtin function database. Users of
12 //===----------------------------------------------------------------------===//
44 // expanded by the back-end.
45 // FIXME: _mm_prefetch must be a built-in because it takes a compile-time constant
46 // argument and our prior approach of using a #define to the current built-in
47 // doesn't work in the presence of re-declaration of _mm_prefetch for windows.
48 TARGET_BUILTIN(_mm_prefetch, "vcC*i", "nc", "mmx")
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp1 //===- FlatternCFG.cpp - Code to perform CFG flattening -------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
31 #define DEBUG_TYPE "flatten-cfg"
38 /// Use parallel-and or parallel-or to generate conditions for
42 /// If \param BB is the merge block of an if-region, attempt to merge
43 /// the if-region with an adjacent if-region upstream if two if-regions
48 /// are from two if-regions, where \p Head2 is the entry block of the 2nd
49 /// if-region. \returns true if \p Block1 and \p Block2 contain identical
[all …]
/freebsd/tests/sys/netpfil/pf/
H A Dsyncookie.sh2 # SPDX-License-Identifier: BSD-2-Clause
35 jexec $jail pfctl -si -v | grep -A 2 '^Syncookies' | grep active \
54 jexec alcatraz /usr/sbin/inetd -p ${PWD}/inetd-alcatraz.pid \
59 jexec alcatraz pfctl -e
66 atf_check -s exit:0 -o ignore ping -c 1 192.0.2.1
68 reply=$(echo foo | nc -N -w 5 192.0.2.1 7)
84 rm -f ${PWD}/inetd-alcatraz.pid
103 jexec alcatraz /usr/sbin/inetd -p ${PWD}/inetd-alcatraz.pid \
108 jexec alcatraz pfctl -e
115 atf_check -s exit:0 -o ignore ping6 -c 1 2001:db8::1
[all …]
/freebsd/usr.bin/tail/tests/
H A Dtail_test.sh1 # SPDX-License-Identifier: BSD-2-Clause
35 tail -r infile > outfile
36 tail -r < infile > outpipe
58 tail -r infile > outfile
59 tail -r < infile > outpipe
80 tail -rn2 infile > outfile
81 tail -rn2 < infile > outpipe
101 printf '\n1\n2\n3\n' | tail -r > outfile
102 printf '\n1\n2\n3\n' | tail -r > outpipe
123 tail -rc28 infile > outfile
[all …]
/freebsd/contrib/bmake/
H A Dbmake.cat14 bbmmaakkee - maintain program dependencies
6 SSYYNNOOPPSSIISS
7 …bmmaakkee [--BBeeiikkNNnnqqrrSSssttWWwwXX] [--CC _d_i_r_e_c_t_o_r_y]…
8 …[--ff _m_a_k_e_f_i_l_e] [--II _d_i_r_e_c_t_o_r_y] [--JJ _p_r_i_v_a_t_…
9 …[--mm _d_i_r_e_c_t_o_r_y] [--TT _f_i_l_e] [--VV _v_a_r_i_a_b_l_e] [--v…
15 which programs and other files depend. If no --ff _m_a_k_e_f_i_l_e option is
21 thorough description of bbmmaakkee and makefiles, please refer to _P_M_a_k_e _- _A
29 --BB Try to be backwards compatible by executing a single shell per
33 --CC _d_i_r_e_c_t_o_r_y
35 anything else. If multiple --CC options are specified, each is
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp1 //===- GVNHoist.cpp - Hoist scalar and load expressions -------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 // values. The primary goals of code-hoisting are:
18 // are basically the dominance-frontiers in the inverse graph. So we introduce a
26 // they are already handled by GVN-PRE. It is advisable to run gvn-hoist before
27 // and after gvn-pre because gvn-pre creates opportunities for more instructions
34 //===----------------------------------------------------------------------===//
80 #define DEBUG_TYPE "gvn-hoist"
92 MaxHoistedThreshold("gvn-max-hoisted", cl::Hidden, cl::init(-1),
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h1 //===- MC/MCRegisterInfo.h - Target Register Description --------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
34 /// MCRegisterClass - Base class of TargetRegisterClass.
51 /// getID() - Return the register class ID number.
55 /// begin/end - Return all of the registers in this class.
60 /// getNumRegs - Return the number of registers in this class.
64 /// getRegister - Return the specified register in the class.
71 /// contains - Return true if the specified register is included in this
[all …]
/freebsd/usr.bin/ee/nls/hu_HU.ISO8859-2/
H A Dee.msg12 3 "kis- �s nagybet� �rz�keny keres�s "
35 26 "helyes�r�s-ellen�rz�s"
61 52 "line : #. sor megjelen�t�se 0-9 : \"#\" sorra ugr�s "
64 55 " ee [+#] [-i] [-e] [-h] [f�jl(ok) "
65 56 "+# :ugr�s sorra # -i :info ablak ki -e :tabkifejt�s ki -h :kiemel�s ki"
72 63 "read : f�jl olvas�sa |char : ascii k�d |0-9 : # sorra ugr�s "
79 70 "a puffer tartalm�nak k�ld�se -> \"%s\" "
89 80 "haszn�lat: %s [-i] [-e] [-h] [+sor_sz�ma] [f�jl(ok)]\n"
90 81 " -i info ablak kikapcsol�sa\n"
91 82 " -e ne konvert�lja a tabokat sz�k�zz�\n"
[all …]
/freebsd/contrib/ntp/ntpd/
H A Dntp_control.c2 * ntp_control.c - respond to mode 6 control messages and send async
42 #define NO_REQUEST (-1)
64 #define ctl_putsfp(tag, sfp) ctl_putdblf(tag, 0, -1, \
451 * more-or-less)
700 * the reference clock driver doesn't set peer->sstclktype to something
823 * init_control - initialize request data
847 * ctl_error - send an error response for the current request
874 sendpkt(rmt_addr, lcl_inter, -2, (void *)&rpkt, in ctl_error()
877 sendpkt(rmt_addr, lcl_inter, - in ctl_error()
1830 size_t nc; ctl_putrefid() local
4055 int si; read_mru_list() local
[all...]
/freebsd/share/misc/
H A Diso316613 # rearranged to put the two-letter country code first. The country
114 GW GNB 624 Guinea-Bissau
178 NC NCL 540 New Caledonia
223 SI SVN 705 Slovenia
242 TL TLS 626 Timor-Leste
276 # Newsletter III-1, 1989-12-5:
279 # Newsletter III-2, 1990-07-16
282 # Newsletter III-3, 1990-08-14
285 # Newsletter III-4, 1990-08-14
288 # Newsletter III-5, 1990-08-14
[all …]
/freebsd/contrib/ntp/util/
H A Dntp-keygen.texi1 \input texinfo @c -*-texinfo-*-
3 @setfilename ntp-keygen.info
4 @settitle Ntp-keygen User's Manual
10 This file documents the use of the NTP Project's @code{ntp-keygen}
15 * ntp-keygen: (ntp-keygen). NTP Key Generation
20 @subtitle ntp-keygen, version @value{VERSION}, @value{UPDATED}
31 * ntp-keygen Invocation:: Invoking ntp-keygen
40 This document describes the use of the NTP Project's @code{ntp-keygen}
50 All other files are in PEM-encoded
54 This document applies to version @value{VERSION} of @code{ntp-keygen}.
[all …]
/freebsd/usr.sbin/bhyve/
H A Dlibslirp.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
119 /* Kick the io-thread, to signal that new events may be processed because some TCP buffer
219 * MAC address allocated for an out-of-band management controller, to be
220 * retrieved through NC-SI.
333 /* Return a human-readable state of the slirp stack */
337 /* Return a human-readable state of the NDP/ARP tables */
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c1 /*-
53 /* character-class table */
68 0123456789!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~",
73 0123456789!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~ ",
75 { "punct", "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~",
85 /* character-name table */
106 { "vertical-tab", '\v' },
108 { "form-feed", '\f' },
110 { "carriage-return", '\r' },
112 { "SI", '\017' },
[all …]
/freebsd/sys/sys/
H A Dstats.h1 /*-
2 * Copyright (c) 2014-2018 Netflix, Inc.
33 * - Register callbacks for events e.g. counter stat passing a threshold
35 * - How could this become SIFTRv2? Perhaps publishing records to a ring
38 * - Potential stat types:
43 * - How should second order stats work e.g. stat "A" depends on "B"
45 * - How do variable time windows work e.g. give me per-RTT stats
47 * - Should the API always require the caller to manage locking? Or should the
50 * - Should we continue to store unpacked naturally aligned structs in the
51 * blob or move to packed structs? Relates to inter-host
[all …]
/freebsd/usr.sbin/tzsetup/
H A Dbaseline267 GW:Guinea-Bissau
272 America:America/Port-au-Prince
422 NC:New Caledonia
497 Asia:Asia/Ust-Nera
543 SI:Slovenia
581 TL:Timor-Leste
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1 //===- InstCombineCalls.cpp -----------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
87 "instcombine-guard-widening-window",
96 if (ITy->getBitWidth() < 32) in getPromotedType()
97 return Type::getInt32Ty(Ty->getContext()); in getPromotedType()
106 auto *Src = MI->getRawSource(); in hasUndefSource()
108 if (!Src->hasOneUse()) in hasUndefSource()
110 Src = cast<Instruction>(Src)->getOperand(0); in hasUndefSource()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1 //===- CodeGenPrepare.cpp - Prepare a function for code generation --------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // SelectionDAG-based code generation. This works around limitations in it's
11 // basic-block-at-a-time approach. It should eventually be removed.
13 //===----------------------------------------------------------------------===//
43 #include "llvm/Config/llvm-config.h"
137 "disable-cgp-branch-opts", cl::Hidden, cl::init(false),
141 DisableGCOpts("disable-cgp-gc-opts", cl::Hidden, cl::init(false),
145 DisableSelectToBranch("disable-cgp-select2branch", cl::Hidden,
[all …]
/freebsd/sys/contrib/dev/rtw88/
H A Dregd.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2 /* Copyright(c) 2018-2019 Realtek Corporation
19 const struct rtw_regd *__r = &__d->regd; \
23 __r->regulatory->alpha2[0], \
24 __r->regulator
[all...]
/freebsd/contrib/tzdata/
H A Dzone1970.tab5 # From Paul Eggert (2018-06-27):
9 # UTF-8 encoding. The columns of the table are as follows:
11 # 1. The countries that overlap the timezone, as a comma-separated list
12 # of ISO 3166 2-character country codes.
15 # in ISO 6709 sign-degrees-minutes-seconds format,
27 # If a timezone covers multiple countries, the most-populous city is used,
38 #country-
[all...]

123