Home
last modified time | relevance | path

Searched +full:use +full:- +full:case (Results 1 – 25 of 1142) sorted by relevance

12345678910>>...46

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h1 //===-- X86BaseInfo.h - Top level definitions for X86 -------- --*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // the X86 target useful for the compiler back-end and the MC libraries.
14 //===----------------------------------------------------------------------===//
70 // AVX512 embedded rounding control. This should only have values 0-3.
123 /// \returns the type of the first instruction in macro-fusion.
131 case X86::TEST16i16: in classifyFirstOpcodeInMacroFusion()
132 case X86::TEST16mr: in classifyFirstOpcodeInMacroFusion()
133 case X86::TEST16ri: in classifyFirstOpcodeInMacroFusion()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.cpp1 //=== lib/CodeGen/GlobalISel/AMDGPUCombinerHelper.cpp ---------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
23 case AMDGPU::G_FADD: in fnegFoldsIntoMI()
24 case AMDGPU::G_FSUB: in fnegFoldsIntoMI()
25 case AMDGPU::G_FMUL: in fnegFoldsIntoMI()
26 case AMDGPU::G_FMA: in fnegFoldsIntoMI()
27 case AMDGPU::G_FMAD: in fnegFoldsIntoMI()
28 case AMDGPU::G_FMINNUM: in fnegFoldsIntoMI()
29 case AMDGPU::G_FMAXNUM: in fnegFoldsIntoMI()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp1 //===-- AArch64Subtarget.cpp - AArch64 Subtarget Information ----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
32 #define DEBUG_TYPE "aarch64-subtarget"
39 EnableEarlyIfConvert("aarch64-early-ifcvt", cl::desc("Enable the early if "
42 // If OS supports TBI, use this flag to enable it.
44 UseAddressTopByteIgnored("aarch64-use-tbi", cl::desc("Assume that top byte of "
48 "aarch64-macho-enable-nonlazybind",
49 cl::desc("Call nonlazybind functions via direct GOT load for Mach-O"),
[all …]
/freebsd/crypto/openssl/apps/include/
H A Dopt.h2 * Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved.
4 * Licensed under the Apache License 2.0 (the "License"). You may not use
17 #define OPT_COMMON OPT_ERR = -1, OPT_EOF = 0, OPT_HELP
53 { "ignore_critical", OPT_V_IGNORE_CRITICAL, '-', \
55 { "issuer_checks", OPT_V_ISSUER_CHECKS, '-', "(deprecated)"}, \
56 { "crl_check", OPT_V_CRL_CHECK, '-', "check leaf certificate revocation" }, \
57 { "crl_check_all", OPT_V_CRL_CHECK_ALL, '-', "check full chain revocation" }, \
58 { "policy_check", OPT_V_POLICY_CHECK, '-', "perform rfc5280 policy checks"}, \
59 { "explicit_policy", OPT_V_EXPLICIT_POLICY, '-', \
60 "set policy variable require-explicit-policy"}, \
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp1 //===-- ReportRetriever.cpp -----------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
64 process_sp->GetThreadList().GetExpressionExecutionThread(); in RetrieveReportData()
70 thread_sp->GetSelectedFrame(DoNoSelectMostRelevantFrame); in RetrieveReportData()
80 options.SetTimeout(process_sp->GetUtilityExpressionTimeout()); in RetrieveReportData()
88 frame_sp->CalculateExecutionContext(exe_ctx); in RetrieveReportData()
97 process_sp->GetTarget().GetDebugger().GetID()); in RetrieveReportData()
101 int present = return_value_sp->GetValueForExpressionPath(".present") in RetrieveReportData()
102 ->GetValueAsUnsigned(0); in RetrieveReportData()
[all …]
/freebsd/contrib/elftoolchain/ar/
H A Dar.c1 /*-
7 * Redistribution and use in source and binary forms, with or without
22 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29 /*-
36 * Redistribution and use in source and binary forms, with or without
54 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
57 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
75 ELFTC_VCSID("$Id: ar.c 3629 2018-09-30 19:26:28Z jkoshy $");
110 bsdar->output = stdout; in main()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp1 //===-- ARMSubtarget.cpp - ARM Subtarget Information ----------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
43 #define DEBUG_TYPE "arm-subtarget"
50 UseFusedMulOps("arm-use-mulops",
60 cl::values(clEnumValN(DefaultIT, "arm-default-it",
62 clEnumValN(RestrictedIT, "arm-restrict-it",
65 /// ForceFastISel - Use the fast-isel, even for subtargets where it is not
68 ForceFastISel("arm-force-fast-isel",
[all …]
H A DARMLoadStoreOptimizer.cpp1 //===- ARMLoadStoreOptimizer.cpp - ARM load / store opt. pass -------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
74 #define DEBUG_TYPE "arm-ldst-opt"
94 AssumeMisalignedLoadStores("arm-assume-misaligned-load-store", cl::Hidden,
101 /// Post- register allocation pass the combine load / store instructions to
204 INITIALIZE_PASS(ARMLoadStoreOpt, "arm-ldst-opt", ARM_LOAD_STORE_OPT_NAME, false,
224 unsigned OffField = MI.getOperand(NumOperands - 3).getImm(); in getMemoryOpOffset()
243 return -Offset; in getMemoryOpOffset()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp1 //===-- InstrumentationRuntimeASan.cpp --------
[all...]
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_libntp.m45 dnl be here or in another m4 macro used by the top-level and sntp
35 case "$build" in
36 *-*-irix6.1*) # 64 bit only
39 *-*-irix6*) # 6.2 (and later?)
42 *-*-solaris2.5.1)
45 *-*-unicosm
[all...]
/freebsd/crypto/openssl/apps/
H A Drsautl.c2 * Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
4 * Licensed under the Apache License 2.0 (the "License"). You may not use
39 {"help", OPT_HELP, '-', "Display this summary"},
40 {"sign", OPT_SIGN, '-', "Sign with private key"},
41 {"verify", OPT_VERIFY, '-', "Verify with public key"},
42 {"encrypt", OPT_ENCRYPT, '-', "Encrypt with public key"},
43 {"decrypt", OPT_DECRYPT, '-', "Decrypt with private key"},
45 {"engine", OPT_ENGINE, 's', "Use engine, possibly a hardware device"},
52 {"pubin", OPT_PUBIN, '-', "Input is an RSA public"},
53 {"certin", OPT_CERTIN, '-', "Input is a cert carrying an RSA public key"},
[all …]
H A Dpkcs8.c2 * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved.
4 * Licensed under the Apache License 2.0 (the "License"). You may not use
34 {"help", OPT_HELP, '-', "Display this summary"},
36 {"engine", OPT_ENGINE, 's', "Use engine, possibly a hardware device"},
38 {"v1", OPT_V1, 's', "Use PKCS#5 v1.5 and cipher"},
39 {"v2", OPT_V2, 's', "Use PKCS#5 v2.0 and cipher"},
40 {"v2prf", OPT_V2PRF, 's', "Set the PRF algorithm to use with PKCS#5 v2.0"},
46 {"nocrypt", OPT_NOCRYPT, '-', "Use or expect unencrypted private key"},
51 {"topk8", OPT_TOPK8, '-', "Output PKCS8 file"},
53 {"traditional", OPT_TRADITIONAL, '-', "use traditional format private key"},
[all …]
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhostcheck.c8 * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
14 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
28 Copyright (c) 1996 - 2013, Daniel Stenberg, <daniel@haxx.se>.
32 Permission to use, copy, modify, and distribute this software for any purpose
41 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
45 be used in advertising or otherwise to promote the sale, use or other dealings
52 /* Portable, consistent toupper (remember EBCDIC). Do not use toupper() because
57 case 'a': in Curl_raw_toupper()
59 case 'b': in Curl_raw_toupper()
61 case 'c': in Curl_raw_toupper()
[all …]
/freebsd/contrib/libevent/sample/
H A Dhostcheck.c8 * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
14 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
28 Copyright (c) 1996 - 2013, Daniel Stenberg, <daniel@haxx.se>.
32 Permission to use, copy, modify, and distribute this software for any purpose
41 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
45 be used in advertising or otherwise to promote the sale, use or other dealings
52 /* Portable, consistent toupper (remember EBCDIC). Do not use toupper() because
57 case 'a': in Curl_raw_toupper()
59 case 'b': in Curl_raw_toupper()
61 case 'c': in Curl_raw_toupper()
[all …]
/freebsd/contrib/atf/atf-sh/
H A Datf-sh.34 .\" Redistribution and use in source and binary forms, with or without
20 .\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
23 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
50 .Nd POSIX shell API to write ATF-based test programs
112 .Xr atf-sh 1
114 .Bd -literal -offset indent
115 #! /usr/bin/env atf-sh
118 Shell-based test programs always follow this template:
119 .Bd -literal -offset indent
122 ... first test case's header ...
[all …]
/freebsd/usr.sbin/bhyve/amd64/
H A Dxmsr.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
7 * Redistribution and use in source and binary forms, with or without
22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
53 case 0xd04: /* Sandy Bridge uncore PMCs */ in emulate_wrmsr()
54 case 0xc24: in emulate_wrmsr()
56 case MSR_BIOS_UPDT_TRIG: in emulate_wrmsr()
58 case MSR_BIOS_SIGN: in emulate_wrmsr()
65 case MSR_HWCR: in emulate_wrmsr()
[all …]
/freebsd/contrib/openpam/lib/libpam/
H A Dpam_get_item.c1 /*-
2 * Copyright (c) 2002-2003 Networks Associates Technology, Inc.
3 * Copyright (c) 2004-2017 Dag-Erling Smørgrav
8 * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035
11 * Redistribution and use in source and binary forms, with or without
29 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
61 case PAM_SERVICE: in pam_get_item()
62 case PAM_USER: in pam_get_item()
63 case PAM_AUTHTOK: in pam_get_item()
[all …]
/freebsd/share/examples/tests/tests/atf/
H A Dprintf_test.c2 * SPDX-License-Identifier: BSD-3-Clause
7 * Redistribution and use in source and binary forms, with or without
26 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
37 * (see atf-c-api(3)).
43 * use a similar naming scheme for your own tests.
46 #include <atf-c.h>
51 * This is the simplest form of a test case definition: a test case
54 * In most cases, this is the definition you will want to use. However,
55 * make absolutely sure that the test case name is descriptive enough.
[all …]
/freebsd/sys/contrib/dev/acpica/compiler/
H A Dasloptions.c3 * Module Name: asloptions - compiler command line processing
11 * Some or all of this work - Copyright (c) 1999 - 2024, Intel Corp.
18 * you this software, covering your right to use that party's intellectual
25 * make derivatives, distribute, use and display any portion of the Covered
28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
30 * patents that are infringed by the Original Intel Code, to make, use, sell,
76 * Intel shall be used in advertising or otherwise to promote the sale, use or
91 * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
104 * re-exports any such software from a foreign destination, Licensee shall
105 * ensure that the distribution and export/re-export of the software is in
[all …]
/freebsd/contrib/mandoc/
H A Dmandoc.c7 * Permission to use, copy, modify, and distribute this software for any
15 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
17 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20 * and dates and times, for use by mdoc(7) and man(7) parsers.
22 * for use by mandoc(1) parsers and formatters.
51 case 0: in mandoc_font()
53 case 1: in mandoc_font()
55 case 'B': in mandoc_font()
56 case '3': in mandoc_font()
58 case 'I': in mandoc_font()
[all …]
/freebsd/libexec/ypxfr/
H A Dypxfr_misc.c1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
7 * Redistribution and use in source and binary forms, with or without
15 * 3. All advertising materials mentioning features or use of this software
18 * 4. Neither the name of the author nor the names of any co-contributors
28 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
50 case YPXFR_SUCC: in ypxfrerr_string()
53 case YPXFR_AGE: in ypxfrerr_string()
56 case YPXFR_NOMAP: in ypxfrerr_string()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchBaseInfo.cpp1 //= LoongArchBaseInfo.cpp - Top level definitions for LoongArch MC -*- C++ -*-//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // compiler back-end and the MC libraries.
12 //===----------------------------------------------------------------------===//
31 case ABI_ILP32S: in checkABIStandardized()
34 case ABI_ILP32F: in checkABIStandardized()
37 case ABI_ILP32D: in checkABIStandardized()
40 case ABI_LP64F: in checkABIStandardized()
43 case ABI_LP64S: in checkABIStandardized()
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_begemot.c1 /*-
2 * Copyright (c) 2005-2006.
8 * Redistribution of this software and documentation and use in source and
24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
44 case SNMP_OP_GET: in op_begemot()
45 switch (value->var.subs[sub - 1]) { in op_begemot()
47 case LEAF_begemotHrStorageUpdate: in op_begemot()
48 value->v.uint32 = storage_tbl_refresh; in op_begemot()
51 case LEAF_begemotHrFSUpdate: in op_begemot()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp1 //===- ARCInstKind.cpp - ObjC ARC Optimization ----------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
15 /// WARNING: This file knows about how certain Objective-C library functions are
17 /// behavior-preserving may break these assumptions.
19 //===----------------------------------------------------------------------===//
31 case ARCInstKind::Retain: in operator <<()
33 case ARCInstKind::RetainRV: in operator <<()
35 case ARCInstKind::UnsafeClaimRV: in operator <<()
37 case ARCInstKind::RetainBlock: in operator <<()
[all …]
/freebsd/contrib/bc/src/
H A Dbc_lex.c4 * SPDX-License-Identifier: BSD-2-Clause
6 * Copyright (c) 2018-2024 Gavin D. Howard and contributors.
8 * Redistribution and use in source and binary forms, with or without
24 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
54 const char* buf = l->buf + l->i - 1; in bc_lex_identifier()
63 if (!strncmp(buf, kw->name, n) && !isalnum(buf[n]) && buf[n] != '_') in bc_lex_identifier()
67 // and use it as a name. This depends on the argument parser to in bc_lex_identifier()
68 // ensure that only non-POSIX keywords get redefined. in bc_lex_identifier()
69 if (!vm->no_redefine && vm->redefined_kws[i]) break; in bc_lex_identifier()
[all …]

12345678910>>...46