Home
last modified time | relevance | path

Searched +full:out +full:- (Results 1 – 25 of 1251) sorted by relevance

12345678910>>...51

/freebsd/usr.bin/ncal/tests/
H A DMakefile5 ${PACKAGE}FILES+= regress.b-3m200901-jd-nhl.out
6 ${PACKAGE}FILES+= regress.b-3m200901-md-nhl.out
7 ${PACKAGE}FILES+= regress.b-3m200902-jd-nhl.out
8 ${PACKAGE}FILES+= regress.b-3m200902-md-nhl.out
9 ${PACKAGE}FILES+= regress.b-3m200903-jd-nhl.out
10 ${PACKAGE}FILES+= regress.b-3m200903-md-nhl.out
11 ${PACKAGE}FILES+= regress.b-3m200904-jd-nhl.out
12 ${PACKAGE}FILES+= regress.b-3m200904-md-nhl.out
13 ${PACKAGE}FILES+= regress.b-3m200905-jd-nhl.out
14 ${PACKAGE}FILES+= regress.b-3m200905-md-nhl.out
[all …]
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daesni-mb-x86_64.pl2 # Copyright 2013-2020 The OpenSSL Project Authors. All Rights Reserved.
17 # Multi-buffer AES-NI procedures process several independent buffers
23 # ---------------------------
32 # pre-AVX processors, where higher interleave factor incidentally
36 # ---------------------------
53 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
54 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
55 die "can't locate x86_64-xlate.pl";
58 require "x86_64-support.pl";
64 if (`$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h1 //===--- OpenACCKinds.h - OpenACC Enums -------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// Defines some OpenACC-specific enums and functions.
12 //===----------------------------------------------------------------------===//
70 inline StreamTy &printOpenACCDirectiveKind(StreamTy &Out, in printOpenACCDirectiveKind() argument
74 return Out << "parallel"; in printOpenACCDirectiveKind()
77 return Out << "serial"; in printOpenACCDirectiveKind()
80 return Out << "kernels"; in printOpenACCDirectiveKind()
83 return Out << "data"; in printOpenACCDirectiveKind()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1 //===--- DeclPrinter.cpp - Printing implementation for Decl ASTs ----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // AST back out to C/Objective-C/C++/Objective-C++ code.
12 //===----------------------------------------------------------------------===//
30 raw_ostream &Out; member in __anond0616ced0111::DeclPrinter
44 /// Print an Objective-C method type in parentheses.
46 /// \param Quals The Objective-C declaration qualifiers.
54 DeclPrinter(raw_ostream &Out, const PrintingPolicy &Policy, in DeclPrinter() argument
57 : Out(Out), Policy(Policy), Context(Context), Indentation(Indentation), in DeclPrinter()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1 //===- AsmWriter.cpp - Printing LLVM as an assembly file ------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // Module, Function, Value, etc. In-memory representation of those classes is
16 //===----------------------------------------------------------------------===//
31 #include "llvm/Config/llvm-config.h"
95 //===----------------------------------------------------------------------===//
97 //===----------------------------------------------------------------------===//
105 /// metadata operand. Returns the input value as-is if it is not wrapped.
108 if (const auto *VAM = dyn_cast<ValueAsMetadata>(MAV->getMetadata())) in skipMetadataWrapper()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp1 //==- ProgramPoint.cpp - Program Points for Path-Sensitive Analysis -*- C++ -*-/
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
51 void ProgramPoint::printJson(llvm::raw_ostream &Out, const char *NL) const { in printJson() argument
53 getLocationContext()->getAnalysisDeclContext()->getASTContext(); in printJson()
58 Out << "\"kind\": \""; in printJson()
61 Out << "BlockEntrance\"" in printJson()
63 << castAs<BlockEntrance>().getBlock()->getBlockID(); in printJson()
68 Out << "FunctionExit\"" in printJson()
[all …]
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_vport.c1 /*-
2 * Copyright (c) 2013-2017, Mellanox Technologies, Ltd. All rights reserved.
22 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
38 u16 vport, u32 *out, int outlen) in _mlx5_query_vport_state() argument
50 err = mlx5_cmd_exec(mdev, in, sizeof(in), out, outlen); in _mlx5_query_vport_state()
59 u32 out[MLX5_ST_SZ_DW(query_vport_state_out)] = {0}; in mlx5_query_vport_state() local
61 _mlx5_query_vport_state(mdev, opmod, vport, out, sizeof(out)); in mlx5_query_vport_state()
63 return MLX5_GET(query_vport_state_out, out, state); in mlx5_query_vport_state()
69 u32 out[MLX5_ST_SZ_DW(query_vport_state_out)] = {0}; in mlx5_query_vport_admin_state() local
71 _mlx5_query_vport_state(mdev, opmod, vport, out, sizeof(out)); in mlx5_query_vport_admin_state()
[all …]
H A Dmlx5_port.c1 /*-
2 * Copyright (c) 2013-2018, Mellanox Technologies, Ltd. All rights reserved.
22 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
39 int err = -ENOMEM; in mlx5_core_access_reg()
40 u32 *out = NULL; in mlx5_core_access_reg() local
45 out = mlx5_vzalloc(outlen); in mlx5_core_access_reg()
46 if (!in || !out) in mlx5_core_access_reg()
47 goto out; in mlx5_core_access_reg()
57 err = mlx5_cmd_exec(dev, in, inlen, out, outlen); in mlx5_core_access_reg()
59 goto out; in mlx5_core_access_reg()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.general.d.out5 out |<NULL>|
7 tst |one-element array: integer|
10 out |1|
12 out |<NULL>|
14 out |<NULL>|
15 sel |-1|
16 out |<NULL>|
18 tst |one-element array: hex integer (not in spec, not supported)|
21 out |<NULL>|
23 tst |one-element array: float|
[all …]
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_console.c2 * Copyright (c) 2005-2009 Voltaire, Inc. All rights reserved.
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
30 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
68 void (*help_function) (FILE * out, int detail);
70 FILE * out);
77 void (*loop_function) (osm_opensm_t * p_osm, FILE * out);
95 static void help_command(FILE * out, int detail) in help_command() argument
99 fprintf(out, "Supported commands and syntax:\n"); in help_command()
100 fprintf(out, "help [<command>]\n"); in help_command()
[all …]
/freebsd/crypto/libecc/src/nn/
H A Dnn_add.c2 * Copyright (C) 2017 - This file is part of libecc project
7 * Jean-Pierre FLORI <jean-pierre.flori@ssi.gouv.fr>
23 * o out = in1 +/- in2 if cnd is not zero.
24 * o out = in1 if cnd is zero.
36 * in "out" and returning the carry in 'carry' parameter on success. This
38 * returns 0 on success, -1 on error.
41 * commutative, i.e. "_nn_cnd_add(cnd, out, in1, in2)" is not equivalent
42 * to "_nn_cnd_add(cnd, out, in2, in1)". It is commutative though if "cnd"
45 * Aliasing of inputs and output is possible. "out" is initialized if needed,
46 * that is if not aliased to 'in1' or 'in2'. The length of "out" is set to
[all …]
/freebsd/crypto/heimdal/lib/kadm5/
H A Dget_s.c2 * Copyright (c) 1997 - 2006 Kungliga Tekniska Högskolan
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
48 tl->tl_data_type = type; in add_tl_data()
49 tl->tl_data_length = size; in add_tl_data()
50 tl->tl_data_contents = malloc(size); in add_tl_data()
51 if (tl->tl_data_contents == NULL && size != 0) { in add_tl_data()
55 memcpy(tl->tl_data_contents, data, size); in add_tl_data()
57 tl->tl_data_next = ent->tl_data; in add_tl_data()
58 ent->tl_data = tl; in add_tl_data()
59 ent->n_tl_data++; in add_tl_data()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp1 //===- USRGeneration.cpp - Routines for USR generation --------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
24 //===----------------------------------------------------------------------===//
26 //===----------------------------------------------------------------------===//
38 OS << llvm::sys::path::filename(FE->getName()); in printLoc()
55 if (auto *attr = D->getExternalSourceSymbolAttr()) { in GetExternalSourceContainer()
56 return attr->getDefinedIn(); in GetExternalSourceContainer()
64 llvm::raw_svector_ostream Out; member in __anone41a60470111::USRGenerator
74 Out(Buf), in USRGenerator()
[all …]
/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_cmd.c1 /*-
14 * - Redistributions of source code must retain the above
18 * - Redistributions in binary form must reproduce the above
28 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
47 u32 out[MLX5_FPGA_ACCESS_REG_SZ]; in mlx5_fpga_access_reg() local
51 return -EINVAL; in mlx5_fpga_access_reg()
53 return -EINVAL; in mlx5_fpga_access_reg()
55 return -EINVAL; in mlx5_fpga_access_reg()
62 err = mlx5_core_access_reg(dev, in, sizeof(in), out, sizeof(out), in mlx5_fpga_access_reg()
68 memcpy(buf, MLX5_ADDR_OF(fpga_access_reg, out, data), size); in mlx5_fpga_access_reg()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstih407-pinctrl.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
6 #include "st-pincfg.h"
7 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 /* 0-5: PIO_SBC */
18 /* 10-19: PIO_FRONT0 */
31 /* 30-35: PIO_REAR */
38 /* 40-42: PIO_FLASH */
45 pin-controller-sbc@961f080 {
46 #address-cells = <1>;
47 #size-cells = <1>;
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dformat1 // -*- C++ -*-
2 //===----------------------------------------------------------------------===//
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 //===----------------------------------------------------------------------===//
17 template<class Out, class charT> class basic_format_context;
34 basic_format_string(runtime-format-string<charT> s) noexcept : str(s.str) {} // since C++26
45 template<class charT> struct runtime-format-string { // since C++26, exposition-only
47 basic_string_view<charT> str; // exposition-only
50 runtime-format-string(basic_string_view<charT> s) noexcept : str(s) {}
52 runtime-format-string(const runtime-format-string&) = delete;
[all …]
/freebsd/crypto/libecc/src/fp/
H A Dfp_mul.c2 * Copyright (C) 2017 - This file is part of libecc project
7 * Jean-Pierre FLORI <jean-pierre.flori@ssi.gouv.fr>
25 * Compute out = in1 * in2 mod p. 'out' parameter must have been initialized
26 * by the caller. Returns 0 on success, -1 on error.
30 int fp_mul(fp_t out, fp_src_t in1, fp_src_t in2) in fp_mul() argument
36 ret = fp_check_initialized(out); EG(ret, err); in fp_mul()
38 MUST_HAVE(out->ctx == in1->ctx, ret, err); in fp_mul()
39 MUST_HAVE(out->ctx == in2->ctx, ret, err); in fp_mul()
41 ret = nn_mul(&(out->fp_val), &(in1->fp_val), &(in2->fp_val)); EG(ret, err); in fp_mul()
42 ret = nn_mod_unshifted(&(out->fp_val), &(out->fp_val), &(in1->ctx->p_normalized), in fp_mul()
[all …]
/freebsd/contrib/libarchive/cpio/test/
H A Dtest_cmdline.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2003-2009 Tim Kientzle
10 * Test the command-line parsing.
22 failure("-Q is an invalid option on every cpio program I know of"); in DEFINE_TEST()
23 assert(0 != systemf("%s -i -Q <empty >1.out 2>1.err", testprog)); in DEFINE_TEST()
24 assertEmptyFile("1.out"); in DEFINE_TEST()
26 failure("-f requires an argument"); in DEFINE_TEST()
27 assert(0 != systemf("%s -if <empty >2.out 2>2.err", testprog)); in DEFINE_TEST()
28 assertEmptyFile("2.out"); in DEFINE_TEST()
[all …]
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Df1129 Rules configured (set 0, out)
31 Rules configured (set 1, out)
33 Accounting rules configured (set 0, out)
35 Accounting rules configured (set 1, out)
36 --------
65 Rules configured (set 0, out)
67 Rules configured (set 1, out)
69 Accounting rules configured (set 0, out)
71 Accounting rules configured (set 1, out)
72 --------
[all …]
/freebsd/usr.bin/calendar/tests/
H A DMakefile10 ${PACKAGE}FILES+= regress.comment.out
14 ${PACKAGE}FILES+= regress.cond.out
18 ${PACKAGE}FILES+= regress.a1.out
19 ${PACKAGE}FILES+= regress.a2.out
20 ${PACKAGE}FILES+= regress.a3.out
21 ${PACKAGE}FILES+= regress.a4.out
22 ${PACKAGE}FILES+= regress.a5.out
23 ${PACKAGE}FILES+= regress.b1.out
24 ${PACKAGE}FILES+= regress.b2.out
25 ${PACKAGE}FILES+= regress.b3.out
[all …]
/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Dsemi.c4 * Copyright (c) 1999-2019, Arm Limited.
5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
11 static void test_rint(uint32 *in, uint32 *out, in test_rint() argument
19 if ((ex > 0x3ff + 52 - 1) || /* things this big can't be fractional */ in test_rint()
22 out[0] = in[0]; in test_rint()
23 out[1] = in[1]; in test_rint()
32 out[0] = sign | (roundup ? 0x3FF00000 : 0); in test_rint()
33 out[1] = 0; in test_rint()
60 out[0] = xh; in test_rint()
61 out[1] = xl; in test_rint()
[all …]
/freebsd/crypto/openssl/crypto/ec/
H A Decp_nistp521.c2 * Copyright 2011-2021 The OpenSSL Project Authors. All Rights Reserved.
17 * http://www.apache.org/licenses/LICENSE-2.0
33 * A 64-bit implementation of the NIST P-521 elliptic curve point multiplication
49 # error "Your compiler doesn't appear to support 128-bit integer types"
56 * The underlying field. P521 operates over GF(2^521-1). We can serialize an
64 * These are the parameters of P521, taken from FIPS 186-3, section D.1.2.5.
65 * These values are big-endian.
77 {0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, /* a = -3 */
115 /*-
117 * ------------------------------------
[all …]
/freebsd/sys/contrib/libsodium/test/default/
H A Dxchacha20.c8 const char out[crypto_core_hchacha20_OUTPUTBYTES * 2 + 1]; member
36 unsigned char *out; in tv_hchacha20() local
43 out = (unsigned char *) sodium_malloc(crypto_core_hchacha20_OUTPUTBYTES); in tv_hchacha20()
48 tv->key, strlen(tv->key), NULL, NULL, NULL); in tv_hchacha20()
50 tv->in, strlen(tv->in), NULL, NULL, NULL); in tv_hchacha20()
51 sodium_hex2bin(out, crypto_core_hchacha20_OUTPUTBYTES, in tv_hchacha20()
52 tv->out, strlen(tv->out), NULL, NULL, NULL); in tv_hchacha20()
54 assert(memcmp(out, out2, crypto_core_hchacha20_OUTPUTBYTES) == 0); in tv_hchacha20()
60 sodium_hex2bin(out, crypto_core_hchacha20_OUTPUTBYTES, in tv_hchacha20()
65 assert(memcmp(out, out2, crypto_core_hchacha20_OUTPUTBYTES) == 0); in tv_hchacha20()
[all …]
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dciphercommon_hw.c2 * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
12 /*-
16 int ossl_cipher_hw_generic_cbc(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_cbc() argument
19 if (dat->stream.cbc) in ossl_cipher_hw_generic_cbc()
20 (*dat->stream.cbc) (in, out, len, dat->ks, dat->iv, dat->enc); in ossl_cipher_hw_generic_cbc()
21 else if (dat->enc) in ossl_cipher_hw_generic_cbc()
22 CRYPTO_cbc128_encrypt(in, out, len, dat->ks, dat->iv, dat->block); in ossl_cipher_hw_generic_cbc()
24 CRYPTO_cbc128_decrypt(in, out, len, dat->ks, dat->iv, dat->block); in ossl_cipher_hw_generic_cbc()
29 int ossl_cipher_hw_generic_ecb(PROV_CIPHER_CTX *dat, unsigned char *out, in ossl_cipher_hw_generic_ecb() argument
32 size_t i, bl = dat->blocksize; in ossl_cipher_hw_generic_ecb()
[all …]
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c2 * Copyright 2020-2023 The OpenSSL Project Authors. All Rights Reserved.
52 static int print_labeled_bignum(BIO *out, const char *label, const BIGNUM *bn) in DEFINE_SPECIAL_STACK_OF_CONST()
70 return BIO_printf(out, "%s%s0\n", label, post_label_spc); in DEFINE_SPECIAL_STACK_OF_CONST()
76 neg = "-"; in DEFINE_SPECIAL_STACK_OF_CONST()
78 return BIO_printf(out, "%s%s%s" BN_FMTu " (%s0x" BN_FMTx ")\n", in DEFINE_SPECIAL_STACK_OF_CONST()
87 if (*p == '-') { in DEFINE_SPECIAL_STACK_OF_CONST()
91 if (BIO_printf(out, "%s%s\n", label, neg) <= 0) in DEFINE_SPECIAL_STACK_OF_CONST()
94 /* Keep track of how many bytes we have printed out so far */ in DEFINE_SPECIAL_STACK_OF_CONST()
97 if (BIO_printf(out, "%s", spaces) <= 0) in DEFINE_SPECIAL_STACK_OF_CONST()
102 if (BIO_printf(out, "%02x", 0) <= 0) in DEFINE_SPECIAL_STACK_OF_CONST()
[all …]

12345678910>>...51