Home
last modified time | relevance | path

Searched +full:eq +full:- +full:level (Results 1 – 25 of 259) sorted by relevance

1234567891011

/freebsd/tools/build/
H A Dcheckstyle9.pl5 # (c) 2008-2010 Andy Whitcroft <apw@canonical.com>
47 $P [OPTION]... [GIT-REV-LIST]
52 -q, --quiet quiet
53 --patch treat FILE as patchfile
54 --branch treat args as GIT revision list
55 --emacs emacs compile window format
56 --terse one line per report
57 -f, --file treat FILE as regular source file
58 --strict fail if only warnings are found
59 --no-summary suppress the per-file summary
[all …]
/freebsd/contrib/netbsd-tests/fs/tmpfs/
H A Dt_dots.sh31 "top-level directories works"
37 atf_check -s eq:0 -o empty -e empty mkdir a
38 atf_check -s eq:0 -o empty -e empty test -d ./a
39 atf_check -s eq:0 -o empty -e empty test -d a/../a
47 "top-level directories works"
53 atf_check -s eq:0 -o empty -e empty mkdir a
54 atf_check -s eq:0 -o empty -e empty mkdir a/b
55 atf_check -s eq:0 -o empty -e empty test -d a/b/../b
56 atf_check -s eq:0 -o empty -e empty test -d a/b/../../a
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td7 class FF<string name> : Flag<["--"], name>;
8 class JJ<string name>: Joined<["--"], name>;
11 def NAME: Separate<["--"], name>;
12 def NAME # _eq: Joined<["--"], name # "=">, Alias<!cast<Separate>(NAME)>,
17 def NAME: Flag<["--"], name>, HelpText<help1>;
18 def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>;
23 class F<string name>: Flag<["--", "-"], name>;
24 class J<string name>: Joined<["--", "-"], name>;
26 multiclass Eq<string name, string help> {
27 def NAME: Separate<["--", "-"], name>;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsNVVM.td1 //===- IntrinsicsNVVM.td - Defines NVVM intrinsics ---------*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file defines all of the NVVM-specific intrinsics for use with NVPTX.
11 //===----------------------------------------------------------------------===//
13 // The following intrinsics were once defined here, but are now auto-upgraded
14 // to target-generic LLVM intrinsics.
16 // * llvm.nvvm.brev32 --> llvm.bitreverse.i32
17 // * llvm.nvvm.brev64 --> llvm.bitreverse.i64
18 // * llvm.nvvm.clz.i --> llvm.ctlz.i32
[all …]
/freebsd/crypto/openssl/test/
H A Drun_tests.pl2 # Copyright 2015-2022 The OpenSSL Project Authors. All Rights Reserved.
45 switches => '-w',
60 # TAP::Harness->new(), they will be accessed directly, see the
86 $key =~ s/(\d+)-/01-/;
93 if ($arg eq 'list') {
95 (my $x = basename($_)) =~ s|^[0-9][0-9]-(.*)\.t$|$1|;
100 if ($arg eq 'alltests') {
104 } elsif ($arg =~ m/^(-?)(.*)/) {
109 # If '-foo' is the first arg, it's short for 'alltests -foo'
110 if ($sign eq '-' && $initial_arg) {
[all …]
/freebsd/contrib/lua/src/
H A Dltests.c47 #define obj_at(L,k) s2v(L->ci->func.p + (k))
55 lua_setfield(L, -2, name); in setnameval()
60 setobj2s(L, L->top.p, o); in pushobject()
76 const char *msg = lua_tostring(L, -1); in tpanic()
87 ** - 0.normal: messages starting with '#' are shown on standard output;
88 ** - other messages abort the tests (they represent real warning
91 ** - 1.allow: all messages are shown;
92 ** - 2.store: all warnings go to the global '_WARN';
119 if (strlen(msg) >= sizeof(buff) - strlen(buff)) in warnf()
120 badexit("warnf-buffer overflow (%s)\n", msg, buff); in warnf()
[all …]
/freebsd/contrib/tcsh/
H A Dsh.func.c4 /*-
41 static iconv_t catgets_iconv; /* Or (iconv_t)-1 */
52 static int zlast = -1;
69 Char *cp = t->t_dcom[0]; in isbfunc()
88 if (t->t_dflg & F_AMPERSAND) { in isbfunc()
89 t->t_dflg &= ~F_AMPERSAND; in isbfunc()
101 * non-builtin command. -- JDK 2/4/88 in isbfunc()
103 if (eq(STRwarp, cp) && !checkwarp()) { in isbfunc()
114 bp = bp1 + ((bp2 - bp1) >> 1); in isbfunc()
115 if ((i = ((char) *cp) - *bp->bname) == 0 && in isbfunc()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A DOpts.td3 class F<string name, string help> : Flag<["--"], name>, HelpText<help>;
4 multiclass Eq<string name, string metavar, string help> {
5 def NAME #_EQ : Joined<["--"], name #"=">,
7 def : Separate<["--"], name>, Alias<!cast<Joined>(NAME #_EQ)>;
11 def : Flag<["-"], "h">, HelpText<"Alias for --help">, Alias<help>;
12 def dump_tli : F<"dump-tli", "Dump TLI's list of functions and whether they are available">;
13 defm triple : Eq<"triple", "<triple>", "Target triple">;
14 defm libdir : Eq<"libdir", "<directory>", "Root directory for finding library files">;
16 def report_EQ : Joined<["--"], "report=">, HelpText<"Level of detail to report">, Values<"summary,d…
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td1 //===-- SPIRVBuiltins.td - Describe SPIRV Builtins ---------*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
14 // Define SPIR-V external builtin/instruction sets
67 //===----------------------------------------------------------------------===//
69 // should be used to expand the builtin into either native SPIR-V instructions
77 //===----------------------------------------------------------------------===//
124 //===----------------------------------------------------------------------===//
131 //===----------------------------------------------------------------------===//
[all …]
/freebsd/crypto/openssl/util/
H A Dcheck-format.pl3 # Copyright 2020-2024 The OpenSSL Project Authors. All Rights Reserved.
4 # Copyright Siemens AG 2019-2022
11 # check-format.pl
12 # - check formatting of C source according to OpenSSL coding style
15 # check-format.pl [-l|--sloppy-len] [-l|--sloppy-bodylen]
16 # [-s|--sloppy-space] [-c|--sloppy-comment]
17 # [-m|--sloppy-macro] [-h|--sloppy-hang]
18 # [-e|--eol-comment] [-1|--1-stmt]
21 # run self-tests:
22 # util/check-format.pl util/check-format-test-positives.c
[all …]
H A Dck_errf.pl2 # Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
12 # Run in the top level by going
31 -conf FILE Use the named config file FILE instead of the default.
33 -debug Verbose output debugging on stderr.
35 -internal Generate code that is to be built as part of OpenSSL itself.
38 -strict If any error was found, fail with exit code 1, otherwise 0.
40 -help Show this help text.
43 if '-internal' was NOT specified on the command line.
50 last unless $arg =~ /-.*/;
51 $arg = $1 if $arg =~ /-(-.*)/;
[all …]
/freebsd/share/doc/usd/21.troff/
H A Dm0a1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved.
54 .h1 \s-1#\s+1 *
59 \s-1#\s+1Notes are explained at the end of this Summary and Index
66 \fB&ps\fI\|\(+-N\fR 10\|point previous E Point size; also \fB\es\fI\(+-N\fR.\(dg
68 \fB&fz\fI|F|\(+-N\fR off - E font \fIF\fR to point size \fI\(+-N\fR.
70 \fB&fz|S|\fIF|\(+-N\fR off - E Special Font characters to point size \fI\(+-N\fR.
72 \fB&ss\fI|N\fR 12\(sl36\|em ignored E Space-character size
75 \fB&cs\fI|F\|N\|M\fR off - P Constant character
79 \fB&bd\fI|F|N\fR off - P Embolden font \fIF\fR by \fIN\fR\(mi1 units.\(dg
81 \fB&bd|S|\fIF|N\fR off - P Embolden Special Font when current font is \fIF\fR.\(dg
[all …]
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DParseC.pm2 # Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved.
65 # These are used to convert certain pre-precessor expressions into
87 if (ref($_[$#_]) eq "HASH") {
92 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
100 if (ref($_[$#_]) eq "HASH") {
105 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
113 if (ref($_[$#_]) eq "HASH") {
117 if ($1 eq "1") {
122 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
130 if (ref($_[$#_]) eq "HASH") {
[all …]
/freebsd/sys/contrib/device-tree/Bindings/ata/
H A Dimx-sata.txt4 with some special extensions at integration level.
7 - compatible : should be one of the following:
8 - "fsl,imx53-ahci" for i.MX53 SATA controller
9 - "fsl,imx6q-ahci" for i.MX6Q SATA controller
10 - "fsl,imx6qp-ahci" for i.MX6QP SATA controller
11 - interrupts : interrupt mapping for SATA IRQ
12 - reg : registers mapping
13 - clocks : list of clock specifiers, must contain an entry for each
14 required entry in clock-names
15 - clock-names : should include "sata", "sata_ref" and "ahb" entries
[all …]
H A Dimx-sata.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/ata/imx-sata.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Shawn Guo <shawn.guo@linaro.org>
14 with some special extensions at integration level.
19 - fsl,imx53-ahci
20 - fsl,imx6q-ahci
21 - fsl,imx6qp-ahci
31 - description: sata clock
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1 //===-- DependenceAnalysis.cpp - DA Implementation --------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
19 // or a more-or-less detailed description of the dependence between them.
22 // coupled RDIV subscripts and lacks a multi-subscript MIV test.
27 // analysis is using SCEV->delinearize to recover the representation of multiple
29 // delinearization is controlled by the flag -da-delinearize.
35 // Some non-linear subscript pairs can be handled by the GCD test
46 //===----------------------------------------------------------------------===//
48 // In memory of Ken Kennedy, 1945 - 2007 //
[all …]
/freebsd/share/man/man4/
H A Dacpi_ibm.436 .Bd -ragged -offset indent
43 .Bd -literal -offset indent
80 .Bl -tag -width "subsystem" -offset indent -compact
95 .Bl -tag -width "subsystem" -offset indent -compact
158 .Bl -tag -width indent
160 (read-only)
165 (read-only)
186 .Bl -tag -width indent-two -compact
237 (read-only)
242 .Bl -tag -width indent-two -compact
[all …]
H A Dpcm.42 .\" Copyright (c) 2009-2011 Joel Dahl <joel@FreeBSD.org>
39 .Bd -ragged -offset indent
60 driver are: multichannel audio, per-application
74 .Bl -bullet -compact
118 .Xr snd_uaudio 4 (auto-loaded on device plug)
145 .Bl -tag -width ".Va snd_driver_load" -offse
[all...]
/freebsd/tools/test/stress2/misc/
H A Dunionfs5.sh4 # SPDX-License-Identifier: BSD-2-Clause
30 # "mkdir: mkdir(d2), level 2. mkdir.c:96: No such file or directory" seen
33 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
37 # mount -t cd9660 -o ro /dev/cd0 /usr/src
38 # mount -t unionfs -o noatime /var/obj /usr/src
44 mkdir -p $mp1 $mp2
45 set -e
47 mount | grep -q "on $i " && umount -f $i
50 mdconfig -l | grep -q md$i && mdconfig -d -u $i
53 mdconfig -a -t swap -s 5g -u $md1
[all …]
H A Dunionfs4.sh4 # SPDX-License-Identifier: BSD-2-Clause
30 # "mkdir: mkdir(d2), level 2. mkdir.c:96: No such file or directory" seen
33 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
37 # mount -t cd9660 -o ro /dev/cd0 /usr/src
38 # mount -t unionfs -o noatime /var/obj /usr/src
44 mkdir -p $mp1 $mp2
45 set -e
47 mount | grep -q "on $i " && umount -f $i
50 mdconfig -l | grep -q md$i && mdconfig -d -u $i
53 mdconfig -a -t swap -s 2g -u $md1
[all …]
/freebsd/contrib/sendmail/contrib/
H A Dexpn.pl19 # less magic should apply to command-line addresses
21 # add magic to deal with cross-domain cnames
25 # 250 Kimmo Suominen <"|/usr/local/mh/lib/slocal -user kim"@grendel.tac.nyc.ny.us>
26 # harry@hofmann.cs.Berkeley.EDU -> harry@tenet (.berkeley.edu) [dead]
27 # bks@cs.berkeley.edu -> shiva.CS (.berkeley.edu) [dead]
28 # dan@tc.cornell.edu -> brown@tiberius (.tc.cornell.edu)
94 # $verbose : -v
95 # $watch : -w
96 # $vw : -v or -w
97 # $debug : -d
[all …]
/freebsd/tools/regression/tmpfs/
H A Dh_funcs.subr45 # -------------------------------------------------------------------------
53 if [ -d ${Work_Dir} ]; then
58 [ ${Verbose} -eq 2 ] && err "Test ended unexpectedly"
59 [ ${Verbose} -eq 1 ] && echo " failed."
63 # -------------------------------------------------------------------------
74 # -------------------------------------------------------------------------
84 if [ $# -gt 0 ]; then
85 mount -t tmpfs "$@" tmpfs ${Work_Dir} || die
87 mount -t tmpfs tmpfs ${Work_Dir} || die
92 # -------------------------------------------------------------------------
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h1 //===-- ARMBaseInfo.h - Top level definitions for ARM ---*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // the ARM target useful for the compiler back-end and the MC libraries.
14 //===----------------------------------------------------------------------===//
28 // The CondCodes constants map directly to the 4-bit encoding of the
30 enum CondCodes { // Meaning (integer) Meaning (floating-point)
31 EQ, // Equal Equal enumerator
51 case EQ: return NE; in getOppositeCondition()
52 case NE: return EQ; in getOppositeCondition()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXIntrinsics.td1 //===- NVPTXIntrinsics.td - PTX Intrinsics Instructions -------*- tblgen -*-==//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 float f = (float)N->getValueAPF().convertToFloat();
15 float f = (float)N->getValueAPF().convertToFloat();
20 double d = (double)N->getValueAPF().convertToDouble();
25 double d = (double)N->getValueAPF().convertToDouble();
44 return getI32Imm(Subtarget->getPTXVersion(), SDLoc(N));
52 // E.g. RegNames<3,"r">.ret -> ["r0", "r1", "r2" ]
63 //-----------------------------------
[all …]
/freebsd/tests/sys/cddl/zfs/tests/inheritance/
H A Dinherit_001_pos.ksh1 #! /usr/local/bin/ksh93 -p
38 # 'zfs inherit' and 'zfs inherit -r'.
44 # 3) Repeat steps 1-2 for each configX and stateX files found.
50 # CODING_STATUS: COMPLETED (2005-07-04)
92 typeset -i i=0
95 # Though the effect of '-' and 'default' is the same we
99 if [[ $init_code == "-" ]]; then
145 if [[ $init_code == "-" || \
162 # value at a higher level in the data hierarchy (i.e. checksum=on) then that
167 # down the hierarchy, the value at each level is determined by a combination
[all …]

1234567891011